Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dtext-patching.h41 extern int poke_int3_handler(struct pt_regs *regs);
/linux-6.15/arch/x86/kernel/
H A Dtraps.c889 if (poke_int3_handler(regs)) in DEFINE_IDTENTRY_RAW()
H A Dalternative.c2819 noinstr int poke_int3_handler(struct pt_regs *regs) in poke_int3_handler() function