Home
last modified time | relevance | path

Searched refs:compat_start_thread (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/
H A Dcompat_binfmt_elf.c113 #ifdef compat_start_thread
115 compat_start_thread(regs, new_ip, new_sp)
/linux-6.15/arch/arm64/include/asm/
H A Delf.h218 #define compat_start_thread compat_start_thread macro
H A Dprocessor.h338 static inline void compat_start_thread(struct pt_regs *regs, unsigned long pc, in compat_start_thread() function
/linux-6.15/arch/x86/include/asm/
H A Delf.h176 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp, bool x32);
178 compat_start_thread(regs, new_ip, new_sp, ex->e_machine == EM_X86_64)
/linux-6.15/arch/sparc/include/asm/
H A Delf_64.h182 #define compat_start_thread start_thread32 macro
/linux-6.15/arch/s390/include/asm/
H A Delf.h189 #define compat_start_thread start_thread31 macro
/linux-6.15/arch/x86/kernel/
H A Dprocess_64.c590 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp, bool x32) in compat_start_thread() function