Searched defs:new_ip (Results 1 – 5 of 5) sorted by relevance
/arch/x86/kernel/ |
D | process_64.c | 505 start_thread_common(struct pt_regs *regs, unsigned long new_ip, 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()
|
D | process_32.c | 115 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/x86/include/asm/ |
D | elf.h | 190 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument
|
/arch/ia64/include/asm/ |
D | processor.h | 300 #define start_thread(regs,new_ip,new_sp) do { \ argument
|