Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dprocess_64.c505 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()
Dprocess_32.c115 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/x86/include/asm/
Delf.h190 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument
/arch/ia64/include/asm/
Dprocessor.h300 #define start_thread(regs,new_ip,new_sp) do { \ argument