Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/kprobes/
Dcommon.h83 extern unsigned long recover_probed_instruction(kprobe_opcode_t *buf,
Dcore.c255 unsigned long recover_probed_instruction(kprobe_opcode_t *buf, unsigned long addr) in recover_probed_instruction() function
308 __addr = recover_probed_instruction(buf, addr); in can_probe()
331 __addr = recover_probed_instruction(buf, addr); in can_probe()
407 unsigned long recovered_insn = recover_probed_instruction(buf, (unsigned long)src); in __copy_instruction()
Dopt.c298 recovered_insn = recover_probed_instruction(buf, addr); in can_optimize()