Searched defs:new_ip (Results 1 – 6 of 6) sorted by relevance
/arch/x86/mm/ |
D | extable.c | 20 unsigned long new_ip; in fixup_exception() local 56 unsigned long new_ip; in early_fixup_exception() local
|
/arch/x86/kernel/ |
D | process_64.c | 233 start_thread_common(struct pt_regs *regs, unsigned long new_ip, in start_thread_common() 250 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() 258 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp) in compat_start_thread()
|
D | process_32.c | 200 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread()
|
D | uprobes.c | 650 unsigned long new_ip = regs->ip += auprobe->branch.ilen; in branch_emulate_op() local
|
/arch/blackfin/kernel/ |
D | process.c | 81 void start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread()
|
/arch/ia64/include/asm/ |
D | processor.h | 311 #define start_thread(regs,new_ip,new_sp) do { \ argument
|