Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dtext-patching.h61 static inline void int3_emulate_jmp(struct pt_regs *regs, unsigned long ip) in int3_emulate_jmp() function
84 int3_emulate_jmp(regs, func); in int3_emulate_call()
/arch/x86/kernel/
Dftrace.c318 int3_emulate_jmp(regs, ip + CALL_INSN_SIZE); in ftrace_int3_handler()