Searched defs:new_ip (Results 1 – 4 of 4) sorted by relevance
/arch/x86/kernel/ |
D | process_64.c | 450 start_thread_common(struct pt_regs *regs, unsigned long new_ip, 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 | 640 unsigned long new_ip = regs->ip += auprobe->branch.ilen; in branch_emulate_op() local
|
/arch/ia64/include/asm/ |
D | processor.h | 310 #define start_thread(regs,new_ip,new_sp) do { \ argument
|