Home
last modified time | relevance | path

Searched defs:ex (Results 1 – 25 of 27) sorted by relevance

12

/arch/powerpc/include/asm/
Delf.h89 # define SET_PERSONALITY(ex) \ argument
110 # define elf_read_implies_exec(ex, exec_stk) (is_32bit_task() ? \ argument
113 # define elf_read_implies_exec(ex, exec_stk) (exec_stk == EXSTACK_DEFAULT) argument
/arch/microblaze/include/asm/
Delf.h27 #define SET_PERSONALITY(ex) \ argument
/arch/cris/arch-v32/mm/
Dmmu.S39 .macro MMU_BUS_FAULT_HANDLER handler, mmu, we, ex
/arch/sh/kernel/cpu/sh5/
Dfpu.c104 asmlinkage void do_fpu_error(unsigned long ex, struct pt_regs *regs) in do_fpu_error()
/arch/tile/include/asm/
Delf.h125 #define SET_PERSONALITY(ex) do { } while (0) argument
165 #define SET_PERSONALITY(ex) \ argument
170 #define COMPAT_SET_PERSONALITY(ex) \ argument
/arch/mips/include/asm/
Delf.h296 #define SET_PERSONALITY2(ex, state) \ argument
327 #define __SET_PERSONALITY32_O32(ex, state) \ argument
339 #define __SET_PERSONALITY32_O32(ex, state) \ argument
344 #define __SET_PERSONALITY32(ex, state) \ argument
353 #define __SET_PERSONALITY32(ex, state) do { } while (0) argument
356 #define SET_PERSONALITY2(ex, state) \ argument
464 #define elf_read_implies_exec(ex, stk) mips_elf_read_implies_exec(&(ex), stk) argument
/arch/cris/include/uapi/asm/
Delf_v32.h34 #define elf_read_implies_exec_binary(ex, have_pt_gnu_stack) (!(have_pt_gnu_stack)) argument
/arch/arm64/include/asm/
Delf.h110 #define elf_read_implies_exec(ex,stk) (stk != EXSTACK_DISABLE_X) argument
140 #define SET_PERSONALITY(ex) clear_thread_flag(TIF_32BIT); argument
185 #define COMPAT_SET_PERSONALITY(ex) set_thread_flag(TIF_32BIT); argument
/arch/x86/ia32/
Dia32_aout.c266 struct exec ex; in load_aout_binary() local
404 struct exec ex; in load_aout_library() local
/arch/arm/include/asm/
Delf.h106 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(&(ex), stk) argument
128 #define SET_PERSONALITY(ex) elf_set_personality(&(ex)) argument
/arch/x86/include/asm/
Delf.h194 #define COMPAT_SET_PERSONALITY(ex) \ argument
270 #define SET_PERSONALITY(ex) set_personality_64bit() argument
276 #define elf_read_implies_exec(ex, executable_stack) \ argument
/arch/unicore32/include/asm/
Delf.h84 #define SET_PERSONALITY(ex) elf_set_personality(&(ex)) argument
/arch/s390/include/asm/
Delf.h183 #define SET_PERSONALITY(ex) \ argument
191 #define SET_PERSONALITY(ex) \ argument
/arch/cris/boot/tools/
Dbuild.c112 struct exec *ex = (struct exec *)buf; in main() local
/arch/sh/kernel/
Dhw_breakpoint.c374 unsigned long ex = lookup_exception_vector(); in BUILD_TRAP_HANDLER() local
Dtraps_32.c730 long ex; in do_exception_error() local
Dtraps_64.c762 asmlinkage void do_exception_error(unsigned long ex, struct pt_regs *regs) in do_exception_error()
/arch/hexagon/kernel/
Dtraps.c54 static const char *ex_name(int ex) in ex_name()
/arch/parisc/kernel/
Dbinfmt_elf32.c89 #define SET_PERSONALITY(ex) \ argument
/arch/x86/um/asm/
Delf.h216 #define SET_PERSONALITY(ex) do ; while(0) argument
/arch/mips/boot/
Delf2ecoff.c268 Elf32_Ehdr ex; in main() local
/arch/sh/include/asm/
Delf.h186 #define SET_PERSONALITY(ex) \ argument
/arch/xtensa/include/asm/
Delf.h193 #define SET_PERSONALITY(ex) \ argument
/arch/sparc/include/asm/
Delf_64.h202 #define SET_PERSONALITY(ex) \ argument
/arch/ia64/include/asm/
Delf.h204 #define elf_read_implies_exec(ex, executable_stack) \ argument

12