Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Duprobes.c633 static const u8 lea_rsp[] = { 0x48, 0x8d, 0x64, 0x24, 0x80 }; variable
637 return !memcmp(insn, lea_rsp, LEA_INSN_SIZE) && in is_opt_insns()
644 !memcmp(&insn[1], &lea_rsp[1], LEA_INSN_SIZE - 1) && in is_swbp_opt_insns()
1078 memcpy(insn, lea_rsp, LEA_INSN_SIZE); in swbp_optimize()