Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dprocess_32.c112 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread()
Dprocess_64.c530 start_thread_common(struct pt_regs *regs, unsigned long new_ip, in start_thread_common()
582 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread()
590 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp, bool x32) in compat_start_thread()
Duprobes.c761 unsigned long new_ip = regs->ip += auprobe->branch.ilen; in branch_emulate_op() local
/arch/x86/include/asm/
Delf.h177 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument