Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/kprobes/
H A Dcore.c319 if (insn.opcode.bytes[0] == INT3_INSN_OPCODE && in can_probe()
417 if (insn->opcode.bytes[0] == INT3_INSN_OPCODE) in __copy_instruction()
476 buf[len] = INT3_INSN_OPCODE; in prepare_singlestep()
789 u8 int3 = INT3_INSN_OPCODE; in arch_arm_kprobe()
798 u8 int3 = INT3_INSN_OPCODE; in arch_disarm_kprobe()
H A Dopt.c306 if (insn.opcode.bytes[0] == INT3_INSN_OPCODE && in can_optimize()
502 u8 new[JMP32_INSN_SIZE] = { INT3_INSN_OPCODE, }; in arch_unoptimize_kprobe()
/linux/arch/x86/kernel/
H A Dalternative.c269 memset(its_page, INT3_INSN_OPCODE, PAGE_SIZE); in its_allocate_thunk()
346 *buf = INT3_INSN_OPCODE; in add_nop()
505 memset(&buf[i+2], INT3_INSN_OPCODE, insn.length - 2); in __apply_relocation()
1068 bytes[i++] = INT3_INSN_OPCODE; in patch_return()
2871 case INT3_INSN_OPCODE: in smp_text_poke_int3_handler()
2931 unsigned char int3 = INT3_INSN_OPCODE; in smp_text_poke_batch_finish()
3046 if (byte == INT3_INSN_OPCODE) in smp_text_poke_batch_finish()
3114 BUG_ON(tpl->text[i] != INT3_INSN_OPCODE); in __smp_text_poke_batch_add()
3122 case INT3_INSN_OPCODE: in __smp_text_poke_batch_add()
H A Dftrace.c324 unsigned const char retq[] = { RET_INSN_OPCODE, INT3_INSN_OPCODE }; in create_trampoline()
/linux/arch/x86/include/asm/
H A Dtext-patching.h48 #define INT3_INSN_OPCODE 0xCC macro
/linux/arch/x86/mm/
H A Dinit.c1062 memset(ptr, INT3_INSN_OPCODE, size); in execmem_fill_trapping_insns()