Searched refs:new_ip (Results 1 – 6 of 6) sorted by relevance
/arch/x86/kernel/ |
D | process_32.c | 115 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument 123 regs->ip = new_ip; in start_thread()
|
D | process_64.c | 505 start_thread_common(struct pt_regs *regs, unsigned long new_ip, in start_thread_common() argument 522 regs->ip = new_ip; in start_thread_common() 530 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument 532 start_thread_common(regs, new_ip, 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() argument 540 start_thread_common(regs, new_ip, new_sp, in compat_start_thread()
|
D | uprobes.c | 640 unsigned long new_ip = regs->ip += auprobe->branch.ilen; in branch_emulate_op() local 653 if (emulate_push_stack(regs, new_ip)) in branch_emulate_op() 659 regs->ip = new_ip + offs; in branch_emulate_op()
|
/arch/x86/include/asm/ |
D | elf.h | 189 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp, bool x32); 190 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument 191 compat_start_thread(regs, new_ip, new_sp, ex->e_machine == EM_X86_64)
|
D | processor.h | 780 extern void start_thread(struct pt_regs *regs, unsigned long new_ip,
|
/arch/ia64/include/asm/ |
D | processor.h | 300 #define start_thread(regs,new_ip,new_sp) do { \ argument 303 regs->cr_iip = new_ip; \
|