/arch/x86/include/uapi/asm/ |
D | a.out.h | 5 struct exec struct 7 unsigned int a_info; /* Use macros N_MAGIC, etc for access */ 8 unsigned a_text; /* length of text, in bytes */ 9 unsigned a_data; /* length of data, in bytes */ 10 unsigned a_bss; /* length of uninitialized data area for file, in bytes */ 11 unsigned a_syms; /* length of symbol table data in file, in bytes */ 12 unsigned a_entry; /* start address */ 13 unsigned a_trsize; /* length of relocation info for text, in bytes */ 14 unsigned a_drsize; /* length of relocation info for data, in bytes */
|
/arch/m68k/include/uapi/asm/ |
D | a.out.h | 5 struct exec struct 7 unsigned long a_info; /* Use macros N_MAGIC, etc for access */ 8 unsigned a_text; /* length of text, in bytes */ 9 unsigned a_data; /* length of data, in bytes */ 10 unsigned a_bss; /* length of uninitialized data area for file, in bytes */ 11 unsigned a_syms; /* length of symbol table data in file, in bytes */ 12 unsigned a_entry; /* start address */ 13 unsigned a_trsize; /* length of relocation info for text, in bytes */ 14 unsigned a_drsize; /* length of relocation info for data, in bytes */
|
/arch/sparc/mm/ |
D | tlb.c | 71 bool exec, unsigned int hugepage_shift) in tlb_batch_add_one() 156 bool exec = pte_exec(*pte); in tlb_batch_pmd_scan() local 208 bool exec = pte_exec(orig_pte); in __set_pmd_acct() local
|
/arch/alpha/include/uapi/asm/ |
D | a.out.h | 54 struct exec struct 62 * Define's so that the kernel exec code can access the a.out header argument
|
/arch/arc/mm/ |
D | fault.c | 67 unsigned int write = 0, exec = 0, mask; in do_page_fault() local
|
/arch/mips/mm/ |
D | cache.c | 134 int exec = !pte_no_exec(pte) && !cpu_has_ic_fills_f_dc; in __update_cache() local
|
D | c-r3k.c | 241 int exec = vma->vm_flags & VM_EXEC; in r3k_flush_cache_page() local
|
D | c-tx39.c | 170 int exec = vma->vm_flags & VM_EXEC; in tx39_flush_cache_page() local
|
D | c-r4k.c | 579 int exec = vma->vm_flags & VM_EXEC; in local_r4k_flush_cache_range() local 599 int exec = vma->vm_flags & VM_EXEC; in r4k_flush_cache_range() local 649 int exec = vma->vm_flags & VM_EXEC; in local_r4k_flush_cache_page() local
|
/arch/x86/mm/ |
D | pageattr-test.c | 46 long lpg, gpg, spg, exec; member
|
/arch/sparc/include/uapi/asm/ |
D | oradax.h | 41 struct ccb_exec_result exec; member
|
/arch/um/include/asm/ |
D | processor-generic.h | 35 } fork, exec; member
|
/arch/x86/kvm/vmx/ |
D | vmcs.h | 49 u32 exec; member
|
/arch/powerpc/mm/book3s64/ |
D | radix_pgtable.c | 231 print_mapping(unsigned long start, unsigned long end, unsigned long size, bool exec) in print_mapping() 258 bool prev_exec, exec = false; in create_physical_mapping() local
|
D | slb.c | 319 unsigned long exec = 0x10000000; in slb_setup_new_exec() local
|
/arch/mips/kernel/ |
D | smp.c | 599 int exec = vma->vm_flags & VM_EXEC; in flush_tlb_range() local
|
/arch/mips/include/asm/ |
D | sgiarcs.h | 190 LONG exec; /* Load and begin execution of a member
|