Searched defs:new_sp (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/arch/x86/kernel/ | 
| D | process_64.c | 451 		    unsigned long new_sp,  in start_thread_common()476 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp)  in start_thread()
 484 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp)  in compat_start_thread()
 
 | 
| D | process_32.c | 184 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp)  in start_thread()
 | 
| D | uprobes.c | 527 	unsigned long new_sp = regs->sp - sizeof_long(regs);  in emulate_push_stack()  local
 | 
| /Linux-v5.4/arch/sh/kernel/ | 
| D | process_32.c | 67 		  unsigned long new_sp)  in start_thread()
 | 
| /Linux-v5.4/arch/ia64/kernel/ | 
| D | signal.c | 230 	unsigned long tramp_addr, new_rbs = 0, new_sp;  in setup_frame()  local
 | 
| /Linux-v5.4/arch/sh/include/asm/ | 
| D | processor_64.h | 141 #define start_thread(_regs, new_pc, new_sp)			\  argument
 | 
| /Linux-v5.4/arch/xtensa/include/asm/ | 
| D | processor.h | 196 #define start_thread(regs, new_pc, new_sp) \  argument
 | 
| /Linux-v5.4/arch/parisc/include/asm/ | 
| D | processor.h | 250 #define start_thread(regs, new_pc, new_sp) do {		\  argument
 | 
| /Linux-v5.4/arch/ia64/include/asm/ | 
| D | processor.h | 310 #define start_thread(regs,new_ip,new_sp) do {							\  argument
 |