Searched refs:exec (Results 1 - 25 of 53) sorted by relevance

123

/arch/powerpc/boot/dts/fsl/
H A Dpq3-sec2.1-0.dtsi41 fsl,exec-units-mask = <0xfe>;
H A Dpq3-sec3.0-0.dtsi43 fsl,exec-units-mask = <0x9fe>;
H A Dpq3-sec3.1-0.dtsi43 fsl,exec-units-mask = <0xbfe>;
H A Dpq3-sec3.3-0.dtsi43 fsl,exec-units-mask = <0x97c>;
/arch/m68k/include/uapi/asm/
H A Da.out.h4 struct exec struct
/arch/x86/include/uapi/asm/
H A Da.out.h4 struct exec struct
/arch/score/mm/
H A Dcache.c69 * case is for exec env/arg pages and those are %99 certainly going to
83 int exec = (vma->vm_flags & VM_EXEC); local
91 if (exec)
176 int exec = vma->vm_flags & VM_EXEC; local
205 if (exec)
214 int exec = vma->vm_flags & VM_EXEC; local
219 if (exec)
/arch/alpha/kernel/
H A Dbinfmt_loader.c10 struct exec *eh = (struct exec *)bprm->buf;
/arch/sparc/mm/
H A Dtlb.c70 bool exec)
76 if (exec)
146 bool exec = pte_exec(*pte); local
148 tlb_batch_add_one(mm, vaddr, exec);
186 bool exec = pte_exec(orig_pte); local
188 tlb_batch_add_one(mm, addr, exec);
189 tlb_batch_add_one(mm, addr + REAL_HPAGE_SIZE, exec);
69 tlb_batch_add_one(struct mm_struct *mm, unsigned long vaddr, bool exec) argument
/arch/mips/fw/arc/
H A Dsalone.c23 return ARC_CALL4(exec, Path, Argc, Argv, Envp);
/arch/alpha/include/uapi/asm/
H A Da.out.h53 struct exec struct
61 * Define's so that the kernel exec code can access the a.out header
89 (sizeof(struct exec) + (x).fh.f_nscns*SCNHSZ + SCNROUND - 1) & ~(SCNROUND - 1))
/arch/um/include/asm/
H A Dprocessor-generic.h35 } fork, exec; member in union:thread_struct::__anon3004::__anon3005
/arch/x86/mm/
H A Dpageattr-test.c42 long lpg, gpg, spg, exec; member in struct:split_state
51 s->lpg = s->gpg = s->spg = s->exec = 0;
83 s->exec++;
93 s->spg, s->lpg, s->gpg, s->exec,
/arch/mips/mm/
H A Dc-tx39.c171 int exec = vma->vm_flags & VM_EXEC; local
205 if (cpu_has_dc_aliases || exec)
207 if (exec)
217 if (cpu_has_dc_aliases || exec)
219 if (exec)
H A Dc-r3k.c240 int exec = vma->vm_flags & VM_EXEC; local
264 if (exec)
H A Dc-r4k.c481 int exec = vma->vm_flags & VM_EXEC; local
487 if (exec)
494 int exec = vma->vm_flags & VM_EXEC; local
496 if (cpu_has_dc_aliases || (exec && !cpu_has_ic_fills_f_dc))
544 int exec = vma->vm_flags & VM_EXEC; local
589 if (cpu_has_dc_aliases || (exec && !cpu_has_ic_fills_f_dc)) {
592 if (exec && !cpu_icache_snoops_remote_store)
595 if (exec) {
/arch/cris/boot/tools/
H A Dbuild.c39 static int GCC_HEADER = sizeof(struct exec);
112 struct exec *ex = (struct exec *)buf;
/arch/metag/include/asm/
H A Dprocessor.h113 unsigned int *argc = (unsigned int *) bprm->exec; \
/arch/alpha/boot/tools/
H A Dobjstrip.c54 struct exec * aout; /* includes file & aout header */
137 /* read and inspect exec header: */
194 aout = (struct exec *) buf;
/arch/x86/ia32/
H A Dia32_aout.c264 struct exec ex;
267 ex = *((struct exec *) bprm->buf); /* exec-header */
402 struct exec ex;
/arch/arm/mach-omap2/
H A Dsram34xx.S161 isb @ prevent speculative exec past here
180 isb @ prevent speculative exec past here
/arch/powerpc/boot/dts/
H A Dasp834x-redboot.dts284 exec-units-mask = <0x0000007e>;
H A Dmpc8349emitxgp.dts215 fsl,exec-units-mask = <0x7e>;
/arch/parisc/include/asm/
H A Dprocessor.h253 |---------------------------------| <- bprm->exec (HACK!)
302 elf_caddr_t *argv = (elf_caddr_t *)bprm->exec + 1; \
/arch/s390/kernel/
H A Dprocess.c29 #include <asm/exec.h>

Completed in 897 milliseconds

123