Home
last modified time | relevance | path

Searched defs:new_ip (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kernel/
Dprocess_64.c450 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()
Dprocess_32.c184 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread()
Duprobes.c640 unsigned long new_ip = regs->ip += auprobe->branch.ilen; in branch_emulate_op() local
/arch/ia64/include/asm/
Dprocessor.h310 #define start_thread(regs,new_ip,new_sp) do { \ argument