Searched defs:new_sp (Results 1 – 6 of 6) sorted by relevance
/linux/arch/x86/kernel/ |
H A D | process_64.c | 532 unsigned long new_sp, in start_thread_common() 583 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() 591 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp, bool x32) in compat_start_thread()
|
H A D | process_32.c | 112 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread()
|
/linux/arch/sh/kernel/ |
H A D | process_32.c | 63 unsigned long new_sp) in start_thread()
|
/linux/arch/parisc/include/asm/ |
H A D | processor.h | 241 #define start_thread(regs, new_pc, new_sp) do { \ argument
|
/linux/arch/x86/include/asm/ |
H A D | elf.h | 173 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument
|
/linux/arch/loongarch/kernel/ |
H A D | signal.c | 841 unsigned long new_sp = sp; in setup_extcontext() local
|