Searched refs:compat_start_thread (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/fs/
H A Dcompat_binfmt_elf.c121 #ifdef compat_start_thread
123 #define start_thread compat_start_thread
/linux-4.4.14/arch/arm64/include/asm/
H A Delf.h179 #define compat_start_thread compat_start_thread macro
H A Dprocessor.h123 static inline void compat_start_thread(struct pt_regs *regs, unsigned long pc, compat_start_thread() function
/linux-4.4.14/arch/x86/include/asm/
H A Delf.h190 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp);
191 #define compat_start_thread compat_start_thread macro
/linux-4.4.14/arch/tile/include/asm/
H A Delf.h154 #define compat_start_thread(regs, ip, usp) do { \ macro
/linux-4.4.14/arch/sparc/include/asm/
H A Delf_64.h181 #define compat_start_thread start_thread32 macro
/linux-4.4.14/arch/s390/include/asm/
H A Delf.h145 #define compat_start_thread start_thread31 macro
/linux-4.4.14/arch/x86/kernel/
H A Dprocess_64.c255 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp) compat_start_thread() function

Completed in 215 milliseconds