Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Duprobes.c629 #define LEA_INSN_SIZE 5 macro
630 #define OPT_INSN_SIZE (LEA_INSN_SIZE + CALL_INSN_SIZE)
637 return !memcmp(insn, lea_rsp, LEA_INSN_SIZE) && in is_opt_insns()
638 insn[LEA_INSN_SIZE] == CALL_INSN_OPCODE; in is_opt_insns()
644 !memcmp(&insn[1], &lea_rsp[1], LEA_INSN_SIZE - 1) && in is_swbp_opt_insns()
645 insn[LEA_INSN_SIZE] == CALL_INSN_OPCODE; in is_swbp_opt_insns()
993 LEA_INSN_SIZE - 1, verify_insn, true, false, &ctx); in int3_update_optimize()
1040 LEA_INSN_SIZE - 1, verify_insn, in int3_update_unoptimize()
1070 u8 insn[OPT_INSN_SIZE], *call = &insn[LEA_INSN_SIZE]; in swbp_optimize()
1078 memcpy(insn, lea_rsp, LEA_INSN_SIZE); in swbp_optimize()
[all …]