Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtext-patching.h167 void int3_emulate_call(struct pt_regs *regs, unsigned long func) in int3_emulate_call() function
/linux/arch/x86/kernel/kprobes/
H A Dcore.c517 int3_emulate_call(regs, func); in kprobe_emulate_call()
/linux/arch/x86/kernel/
H A Dalternative.c2180 * This exercises int3_emulate_call() to make sure INT3 pt_regs are set up
2226 int3_emulate_call(regs, (unsigned long)&int3_magic); in int3_exception_notify()
2775 int3_emulate_call(regs, (long)ip + tpl->disp); in smp_text_poke_int3_handler()