Home
last modified time | relevance | path

Searched refs:copied_insn (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/arch/x86/kernel/kprobes/
Dopt.c68 memcpy(buf + 1, op->optinsn.copied_insn, DISP32_SIZE); in __recover_optprobed_insn()
71 memcpy(buf, op->optinsn.copied_insn + offs, DISP32_SIZE - offs); in __recover_optprobed_insn()
485 memcpy(op->optinsn.copied_insn, op->kp.addr + INT3_INSN_SIZE, in arch_optimize_kprobes()
512 op->optinsn.copied_insn, in arch_unoptimize_kprobe()
/linux-6.12.1/arch/arm/probes/kprobes/
Dopt-arm.c301 memcpy(op->optinsn.copied_insn, op->kp.addr, in arch_optimize_kprobes()
313 op->optinsn.copied_insn[0]) & 0xf0000000) | in arch_optimize_kprobes()
/linux-6.12.1/arch/arm/include/asm/
Dkprobes.h67 kprobe_opcode_t copied_insn[MAX_COPIED_INSN]; member
/linux-6.12.1/arch/powerpc/include/asm/
Dkprobes.h82 kprobe_opcode_t copied_insn[1]; member
/linux-6.12.1/arch/x86/include/asm/
Dkprobes.h87 kprobe_opcode_t copied_insn[DISP32_SIZE]; member
/linux-6.12.1/arch/powerpc/kernel/
Doptprobes.c277 memcpy(op->optinsn.copied_insn, op->kp.addr, RELATIVEJUMP_SIZE); in arch_optimize_kprobes()