Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/kprobes/
A 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()
735 u8 int3 = INT3_INSN_OPCODE; in arch_arm_kprobe()
744 u8 int3 = INT3_INSN_OPCODE; in arch_disarm_kprobe()
A 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.3-rc2/arch/x86/kernel/
A Dalternative.c515 bytes[i++] = INT3_INSN_OPCODE; in patch_retpoline()
604 bytes[i++] = INT3_INSN_OPCODE; in patch_return()
1879 case INT3_INSN_OPCODE: in poke_int3_handler()
1941 unsigned char int3 = INT3_INSN_OPCODE; in text_poke_bp_batch()
2045 if (byte == INT3_INSN_OPCODE) in text_poke_bp_batch()
2097 BUG_ON(tp->text[i] != INT3_INSN_OPCODE); in text_poke_loc_init()
2105 case INT3_INSN_OPCODE: in text_poke_loc_init()
A Dftrace.c329 unsigned const char retq[] = { RET_INSN_OPCODE, INT3_INSN_OPCODE }; in create_trampoline()
/linux-6.3-rc2/arch/x86/include/asm/
A Dtext-patching.h57 #define INT3_INSN_OPCODE 0xCC macro

Completed in 11 milliseconds