Searched defs:new_sp (Results 1 – 10 of 10) sorted by relevance
/linux/arch/x86/kernel/ |
A D | process_64.c | 506 unsigned long new_sp, in start_thread_common() 530 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() 538 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp, bool x32) in compat_start_thread()
|
A D | process_32.c | 115 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread()
|
A D | uprobes.c | 528 unsigned long new_sp = regs->sp - sizeof_long(regs); in emulate_push_stack() local
|
/linux/arch/sh/kernel/ |
A D | process_32.c | 63 unsigned long new_sp) in start_thread()
|
/linux/fs/ |
A D | compat_binfmt_elf.c | 104 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument
|
/linux/arch/ia64/kernel/ |
A D | signal.c | 230 unsigned long tramp_addr, new_rbs = 0, new_sp; in setup_frame() local
|
/linux/arch/xtensa/include/asm/ |
A D | processor.h | 216 #define start_thread(regs, new_pc, new_sp) \ argument
|
/linux/arch/parisc/include/asm/ |
A D | processor.h | 237 #define start_thread(regs, new_pc, new_sp) do { \ argument
|
/linux/arch/x86/include/asm/ |
A D | elf.h | 190 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument
|
/linux/arch/ia64/include/asm/ |
A D | processor.h | 300 #define start_thread(regs,new_ip,new_sp) do { \ argument
|
Completed in 17 milliseconds