Searched refs:INT3_INSN_OPCODE (Results 1 – 4 of 4) sorted by relevance
296 if (insn.opcode.bytes[0] == INT3_INSN_OPCODE) in can_probe()334 if (insn->opcode.bytes[0] == INT3_INSN_OPCODE) in __copy_instruction()393 buf[len] = INT3_INSN_OPCODE; in prepare_singlestep()750 u8 int3 = INT3_INSN_OPCODE; in arch_arm_kprobe()759 u8 int3 = INT3_INSN_OPCODE; in arch_disarm_kprobe()998 if (*addr != INT3_INSN_OPCODE) { in kprobe_int3_handler()
281 ops != INT3_INSN_OPCODE) in is_padding_int3()336 if (insn.opcode.bytes[0] == INT3_INSN_OPCODE) in can_optimize()519 u8 new[JMP32_INSN_SIZE] = { INT3_INSN_OPCODE, }; in arch_unoptimize_kprobe()
1029 case INT3_INSN_OPCODE: in poke_int3_handler()1092 unsigned char int3 = INT3_INSN_OPCODE; in text_poke_bp_batch()1175 if (tp[i].text[0] == INT3_INSN_OPCODE) in text_poke_bp_batch()1213 case INT3_INSN_OPCODE: in text_poke_loc_init()
54 #define INT3_INSN_OPCODE 0xCC macro