Home
last modified time | relevance | path

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

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