Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dalternative.c171 *buf = INT3_INSN_OPCODE; in add_nop()
356 memset(&buf[i+2], INT3_INSN_OPCODE, insn.length - 2); in __apply_relocation()
714 bytes[i++] = INT3_INSN_OPCODE; in patch_retpoline()
798 bytes[i++] = INT3_INSN_OPCODE; in patch_return()
2194 case INT3_INSN_OPCODE: in poke_int3_handler()
2256 unsigned char int3 = INT3_INSN_OPCODE; in text_poke_bp_batch()
2370 if (byte == INT3_INSN_OPCODE) in text_poke_bp_batch()
2422 BUG_ON(tp->text[i] != INT3_INSN_OPCODE); in text_poke_loc_init()
2430 case INT3_INSN_OPCODE: in text_poke_loc_init()
A Dftrace.c319 unsigned const char retq[] = { RET_INSN_OPCODE, INT3_INSN_OPCODE }; in create_trampoline()
/linux/arch/x86/kernel/kprobes/
A Dcore.c320 if (insn.opcode.bytes[0] == INT3_INSN_OPCODE && in can_probe()
427 if (insn->opcode.bytes[0] == INT3_INSN_OPCODE) in __copy_instruction()
486 buf[len] = INT3_INSN_OPCODE; in prepare_singlestep()
817 u8 int3 = INT3_INSN_OPCODE; in arch_arm_kprobe()
826 u8 int3 = INT3_INSN_OPCODE; in arch_disarm_kprobe()
A Dopt.c310 if (insn.opcode.bytes[0] == INT3_INSN_OPCODE && in can_optimize()
506 u8 new[JMP32_INSN_SIZE] = { INT3_INSN_OPCODE, }; in arch_unoptimize_kprobe()
/linux/arch/x86/include/asm/
A Dtext-patching.h47 #define INT3_INSN_OPCODE 0xCC macro

Completed in 20 milliseconds