Searched refs:compat_start_thread (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/fs/ |
D | compat_binfmt_elf.c | 103 #ifdef compat_start_thread 105 compat_start_thread(regs, new_ip, new_sp)
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | elf.h | 218 #define compat_start_thread compat_start_thread macro
|
D | processor.h | 294 static inline void compat_start_thread(struct pt_regs *regs, unsigned long pc, in compat_start_thread() function
|
/linux-6.1.9/arch/x86/include/asm/ |
D | elf.h | 178 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp, bool x32); 180 compat_start_thread(regs, new_ip, new_sp, ex->e_machine == EM_X86_64)
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | elf_64.h | 182 #define compat_start_thread start_thread32 macro
|
/linux-6.1.9/arch/s390/include/asm/ |
D | elf.h | 184 #define compat_start_thread start_thread31 macro
|
/linux-6.1.9/arch/x86/kernel/ |
D | process_64.c | 538 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp, bool x32) in compat_start_thread() function
|