Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtext-patching.h181 void int3_emulate_jcc(struct pt_regs *regs, u8 cc, unsigned long ip, unsigned long disp) in int3_emulate_jcc() function
/linux/arch/x86/kernel/kprobes/
H A Dcore.c534 int3_emulate_jcc(regs, p->ainsn.jcc.type, ip, p->ainsn.rel32); in kprobe_emulate_jcc()
/linux/arch/x86/kernel/
H A Dalternative.c2784 int3_emulate_jcc(regs, tpl->opcode & 0xf, (long)ip, tpl->disp); in smp_text_poke_int3_handler()