Searched defs:new_sp (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/arch/x86/kernel/ |
D | process_64.c | 531 unsigned long new_sp, in start_thread_common() 582 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() 590 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp, bool x32) in compat_start_thread()
|
D | process_32.c | 112 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread()
|
D | uprobes.c | 649 unsigned long new_sp = regs->sp - sizeof_long(regs); in emulate_push_stack() local
|
/linux-6.14.4/arch/sh/kernel/ |
D | process_32.c | 63 unsigned long new_sp) in start_thread()
|
/linux-6.14.4/fs/ |
D | compat_binfmt_elf.c | 114 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument
|
/linux-6.14.4/arch/xtensa/include/asm/ |
D | processor.h | 196 #define start_thread(regs, new_pc, new_sp) \ argument
|
/linux-6.14.4/arch/parisc/include/asm/ |
D | processor.h | 241 #define start_thread(regs, new_pc, new_sp) do { \ argument
|
/linux-6.14.4/arch/x86/include/asm/ |
D | elf.h | 176 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument
|
/linux-6.14.4/arch/loongarch/kernel/ |
D | signal.c | 862 unsigned long new_sp = sp; in setup_extcontext() local
|