Searched defs:exec (Results 1 – 12 of 12) sorted by relevance
/arch/m68k/include/uapi/asm/ |
D | a.out.h | 4 struct exec struct 6 unsigned long a_info; /* Use macros N_MAGIC, etc for access */ 7 unsigned a_text; /* length of text, in bytes */ 8 unsigned a_data; /* length of data, in bytes */ 9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */ 10 unsigned a_syms; /* length of symbol table data in file, in bytes */ 11 unsigned a_entry; /* start address */ 12 unsigned a_trsize; /* length of relocation info for text, in bytes */ 13 unsigned a_drsize; /* length of relocation info for data, in bytes */
|
/arch/x86/include/uapi/asm/ |
D | a.out.h | 4 struct exec struct 6 unsigned int a_info; /* Use macros N_MAGIC, etc for access */ 7 unsigned a_text; /* length of text, in bytes */ 8 unsigned a_data; /* length of data, in bytes */ 9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */ 10 unsigned a_syms; /* length of symbol table data in file, in bytes */ 11 unsigned a_entry; /* start address */ 12 unsigned a_trsize; /* length of relocation info for text, in bytes */ 13 unsigned a_drsize; /* length of relocation info for data, in bytes */
|
/arch/sparc/mm/ |
D | tlb.c | 70 bool exec) in tlb_batch_add_one() 146 bool exec = pte_exec(*pte); in tlb_batch_pmd_scan() local 186 bool exec = pte_exec(orig_pte); in set_pmd_at() local
|
/arch/score/mm/ |
D | cache.c | 83 int exec = (vma->vm_flags & VM_EXEC); in __update_cache() local 176 int exec = vma->vm_flags & VM_EXEC; in flush_cache_range() local 214 int exec = vma->vm_flags & VM_EXEC; in flush_cache_page() local
|
/arch/alpha/include/uapi/asm/ |
D | a.out.h | 53 struct exec struct 61 * Define's so that the kernel exec code can access the a.out header argument
|
/arch/x86/mm/ |
D | pageattr-test.c | 42 long lpg, gpg, spg, exec; member
|
/arch/mips/mm/ |
D | cache.c | 139 int exec = (vma->vm_flags & VM_EXEC) && !cpu_has_ic_fills_f_dc; in __update_cache() local
|
D | c-r3k.c | 240 int exec = vma->vm_flags & VM_EXEC; in r3k_flush_cache_page() local
|
D | c-r4k.c | 489 int exec = vma->vm_flags & VM_EXEC; in local_r4k_flush_cache_range() local 502 int exec = vma->vm_flags & VM_EXEC; in r4k_flush_cache_range() local 552 int exec = vma->vm_flags & VM_EXEC; in local_r4k_flush_cache_page() local
|
D | c-tx39.c | 171 int exec = vma->vm_flags & VM_EXEC; in tx39_flush_cache_page() local
|
/arch/um/include/asm/ |
D | processor-generic.h | 35 } fork, exec; member
|
/arch/mips/include/asm/ |
D | sgiarcs.h | 190 LONG exec; /* Load and begin execution of a member
|