Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/kprobes/
Dcore.c290 if (insn.opcode.bytes[0] == INT3_INSN_OPCODE && in can_probe()
346 if (insn->opcode.bytes[0] == INT3_INSN_OPCODE) in __copy_instruction()
405 buf[len] = INT3_INSN_OPCODE; in prepare_singlestep()
762 u8 int3 = INT3_INSN_OPCODE; in arch_arm_kprobe()
771 u8 int3 = INT3_INSN_OPCODE; in arch_disarm_kprobe()
1002 if (*addr != INT3_INSN_OPCODE) { in kprobe_int3_handler()
Dopt.c330 if (insn.opcode.bytes[0] == INT3_INSN_OPCODE && in can_optimize()
514 u8 new[JMP32_INSN_SIZE] = { INT3_INSN_OPCODE, }; in arch_unoptimize_kprobe()
/linux-6.1.9/arch/x86/kernel/
Dalternative.c463 bytes[i++] = INT3_INSN_OPCODE; in patch_retpoline()
542 bytes[i++] = INT3_INSN_OPCODE; in patch_return()
1415 case INT3_INSN_OPCODE: in poke_int3_handler()
1473 unsigned char int3 = INT3_INSN_OPCODE; in text_poke_bp_batch()
1563 if (tp[i].text[0] == INT3_INSN_OPCODE) in text_poke_bp_batch()
1606 BUG_ON(tp->text[i] != INT3_INSN_OPCODE); in text_poke_loc_init()
1615 case INT3_INSN_OPCODE: in text_poke_loc_init()
Dftrace.c325 unsigned const char retq[] = { RET_INSN_OPCODE, INT3_INSN_OPCODE }; in create_trampoline()
/linux-6.1.9/arch/x86/include/asm/
Dtext-patching.h56 #define INT3_INSN_OPCODE 0xCC macro