Home
last modified time | relevance | path

Searched refs:new_ip (Results 1 – 6 of 6) sorted by relevance

/arch/x86/kernel/
Dprocess_32.c115 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()
Dprocess_64.c505 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()
Duprobes.c640 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/
Delf.h189 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)
Dprocessor.h780 extern void start_thread(struct pt_regs *regs, unsigned long new_ip,
/arch/ia64/include/asm/
Dprocessor.h300 #define start_thread(regs,new_ip,new_sp) do { \ argument
303 regs->cr_iip = new_ip; \