Searched refs:RELATIVE_ADDR_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dkprobes.h39 #define RELATIVE_ADDR_SIZE 4 macro
55 #define MAX_OPTIMIZED_LENGTH (MAX_INSN_SIZE + RELATIVE_ADDR_SIZE)
84 kprobe_opcode_t copied_insn[RELATIVE_ADDR_SIZE];
/linux-4.4.14/arch/x86/kernel/kprobes/
H A Dopt.c70 memcpy(buf + 1, op->optinsn.copied_insn, RELATIVE_ADDR_SIZE); __recover_optprobed_insn()
73 memcpy(buf, op->optinsn.copied_insn + offs, RELATIVE_ADDR_SIZE - offs); __recover_optprobed_insn()
275 RELATIVE_ADDR_SIZE)) can_optimize()
397 RELATIVE_ADDR_SIZE); list_for_each_entry_safe()
416 memcpy(insn_buf + 1, op->optinsn.copied_insn, RELATIVE_ADDR_SIZE); arch_unoptimize_kprobe()

Completed in 65 milliseconds