Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 23 of 23) sorted by relevance

/linux-2.6.39/arch/x86/include/asm/
Da.out.h4 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 */
/linux-2.6.39/arch/m68k/include/asm/
Da.out.h4 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 */
/linux-2.6.39/arch/arm/include/asm/
Da.out.h7 struct exec struct
9 __u32 a_info; /* Use macros N_MAGIC, etc for access */
10 __u32 a_text; /* length of text, in bytes */
11 __u32 a_data; /* length of data, in bytes */
12 __u32 a_bss; /* length of uninitialized data area for file, in bytes */
13 __u32 a_syms; /* length of symbol table data in file, in bytes */
14 __u32 a_entry; /* start address */
15 __u32 a_trsize; /* length of relocation info for text, in bytes */
16 __u32 a_drsize; /* length of relocation info for data, in bytes */
/linux-2.6.39/include/linux/
Da.out.h43 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument
45 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) argument
46 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) argument
47 #define N_SET_INFO(exec, magic, type, flags) \ argument
51 #define N_SET_MAGIC(exec, magic) \ argument
54 #define N_SET_MACHTYPE(exec, machtype) \ argument
58 #define N_SET_FLAGS(exec, flags) \ argument
Dcyclomx.h54 int (*exec)(struct cycx_device* card, void* u_cmd, void* u_data); member
Dcn_proc.h78 } exec; member
Dbinfmts.h60 unsigned long loader, exec; member
Di2o.h564 struct i2o_device *exec; /* Executive */ member
/linux-2.6.39/arch/score/mm/
Dcache.c82 int exec = (vma->vm_flags & VM_EXEC); in __update_cache() local
175 int exec = vma->vm_flags & VM_EXEC; in flush_cache_range() local
213 int exec = vma->vm_flags & VM_EXEC; in flush_cache_page() local
/linux-2.6.39/arch/alpha/include/asm/
Da.out.h53 struct exec struct
61 * Define's so that the kernel exec code can access the a.out header argument
/linux-2.6.39/drivers/gpu/drm/i915/
Di915_gem_execbuffer.c627 struct drm_i915_gem_exec_object2 *exec, in i915_gem_execbuffer_relocate_slow()
864 i915_gem_check_execbuffer(struct drm_i915_gem_execbuffer2 *exec) in i915_gem_check_execbuffer()
870 validate_exec_list(struct drm_i915_gem_exec_object2 *exec, in validate_exec_list()
963 struct drm_i915_gem_exec_object2 *exec) in i915_gem_do_execbuffer()
/linux-2.6.39/arch/mips/mm/
Dcache.c121 int exec = (vma->vm_flags & VM_EXEC) && !cpu_has_ic_fills_f_dc; in __update_cache() local
Dc-r4k.c397 int exec = vma->vm_flags & VM_EXEC; in local_r4k_flush_cache_range() local
410 int exec = vma->vm_flags & VM_EXEC; in r4k_flush_cache_range() local
460 int exec = vma->vm_flags & VM_EXEC; in local_r4k_flush_cache_page() local
Dc-r3k.c242 int exec = vma->vm_flags & VM_EXEC; in r3k_flush_cache_page() local
Dc-tx39.c172 int exec = vma->vm_flags & VM_EXEC; in tx39_flush_cache_page() local
/linux-2.6.39/arch/x86/mm/
Dpageattr-test.c43 long lpg, gpg, spg, exec; member
/linux-2.6.39/arch/um/include/asm/
Dprocessor-generic.h44 } fork, exec; member
/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnouveau_object.c44 int (*exec)(struct nouveau_channel *, u32 class, u32 mthd, u32 data); member
/linux-2.6.39/drivers/net/bna/
Dbfi.h286 u32 exec; /*!< exec vector */ member
/linux-2.6.39/fs/
Dbinfmt_elf.c137 create_elf_tables(struct linux_binprm *bprm, struct elfhdr *exec, in create_elf_tables()
/linux-2.6.39/drivers/scsi/bfa/
Dbfi.h277 u32 exec; /* exec vector */ member
/linux-2.6.39/arch/mips/include/asm/
Dsgiarcs.h190 LONG exec; /* Load and begin execution of a member
/linux-2.6.39/arch/ia64/kernel/
Dperfmon.c615 …nsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags, unsigned long exec) in pfm_get_unmapped_area()