Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dtext-patching.h166 unsigned long int3_emulate_pop(struct pt_regs *regs) in int3_emulate_pop() function
183 unsigned long ip = int3_emulate_pop(regs); in int3_emulate_ret()
/linux-6.1.9/arch/x86/kernel/kprobes/
Dcore.c452 regs->flags = int3_emulate_pop(regs); in kprobe_emulate_ifmodifiers()