Home
last modified time | relevance | path

Searched refs:insn_get_effective_ip (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dinsn-eval.h27 int insn_get_effective_ip(struct pt_regs *regs, unsigned long *ip);
/openbmc/linux/arch/x86/lib/
H A Dinsn-eval.c1465 int insn_get_effective_ip(struct pt_regs *regs, unsigned long *ip) in insn_get_effective_ip() function
1505 if (insn_get_effective_ip(regs, &ip)) in insn_fetch_from_user()
1533 if (insn_get_effective_ip(regs, &ip)) in insn_fetch_from_user_inatomic()
/openbmc/linux/arch/x86/kernel/
H A Dtraps.c540 if (insn_get_effective_ip(regs, &ip)) in fixup_iopl_exception()