Searched defs:new_sp (Results 1 – 11 of 11) sorted by relevance
/arch/s390/kernel/ |
D | stacktrace.c | 68 unsigned long orig_sp, new_sp; in save_stack_trace() local
|
/arch/parisc/include/asm/ |
D | processor.h | 189 #define start_thread_som(regs, new_pc, new_sp) do { \ argument 293 #define start_thread(regs, new_pc, new_sp) do { \ argument
|
/arch/sh/include/asm/ |
D | processor_64.h | 148 #define start_thread(regs, new_pc, new_sp) \ argument
|
D | processor_32.h | 111 #define start_thread(regs, new_pc, new_sp) \ argument
|
/arch/xtensa/include/asm/ |
D | processor.h | 147 #define start_thread(regs, new_pc, new_sp) \ argument
|
/arch/ia64/kernel/ |
D | signal.c | 340 unsigned long tramp_addr, new_rbs = 0, new_sp; in setup_frame() local
|
/arch/avr32/include/asm/ |
D | processor.h | 132 #define start_thread(regs, new_pc, new_sp) \ argument
|
/arch/x86/kernel/ |
D | process_32.c | 344 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread()
|
D | process_64.c | 392 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread()
|
/arch/ia64/include/asm/ |
D | processor.h | 352 #define start_thread(regs,new_ip,new_sp) do { \ argument
|
/arch/ia64/ia32/ |
D | ia32priv.h | 429 #define ia32_start_thread(regs,new_ip,new_sp) do { \ argument
|