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

/linux-master/arch/x86/include/asm/
H A Dtext-patching.h40 extern int poke_int3_handler(struct pt_regs *regs);
/linux-master/arch/x86/kernel/
H A Dtraps.c738 * poke_int3_handler() is completely self contained code; it does (and
742 if (poke_int3_handler(regs))
747 * and therefore can trigger INT3, hence poke_int3_handler() must
H A Dalternative.c2131 noinstr int poke_int3_handler(struct pt_regs *regs) function

Completed in 134 milliseconds