Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtext-patching.h50 extern int poke_int3_handler(struct pt_regs *regs);
/openbmc/linux/arch/x86/kernel/
H A Dtraps.c740 if (poke_int3_handler(regs)) in DEFINE_IDTENTRY_RAW()
H A Dalternative.c2078 noinstr int poke_int3_handler(struct pt_regs *regs) in poke_int3_handler() function