Home
last modified time | relevance | path

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

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