Home
last modified time | relevance | path

Searched refs:int3_emulate_jmp (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Dtext-patching.h136 void int3_emulate_jmp(struct pt_regs *regs, unsigned long ip) in int3_emulate_jmp() function
170 int3_emulate_jmp(regs, func); in int3_emulate_call()
177 int3_emulate_jmp(regs, ip); in int3_emulate_ret()
213 int3_emulate_jmp(regs, ip); in int3_emulate_jcc()
/linux/arch/x86/kernel/
H A Dalternative.c2838 int3_emulate_jmp(regs, (long)ip + tpl->disp); in smp_text_poke_int3_handler()