Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/kprobes/
H A Dcore.c320 if (insn.opcode.bytes[0] == INT3_INSN_OPCODE && in can_probe()
418 if (insn->opcode.bytes[0] == INT3_INSN_OPCODE) in __copy_instruction()
477 buf[len] = INT3_INSN_OPCODE; in prepare_singlestep()
790 u8 int3 = INT3_INSN_OPCODE; in arch_arm_kprobe()
799 u8 int3 = INT3_INSN_OPCODE; in arch_disarm_kprobe()
H 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/kernel/
H A Dalternative.c268 memset(its_page, INT3_INSN_OPCODE, PAGE_SIZE); in its_allocate_thunk()
345 *buf = INT3_INSN_OPCODE; in add_nop()
523 memset(&buf[i+2], INT3_INSN_OPCODE, insn.length - 2); in __apply_relocation()
933 bytes[i++] = INT3_INSN_OPCODE; in patch_retpoline()
1044 bytes[i++] = INT3_INSN_OPCODE; in patch_return()
2763 case INT3_INSN_OPCODE: in smp_text_poke_int3_handler()
2823 unsigned char int3 = INT3_INSN_OPCODE; in smp_text_poke_batch_finish()
2938 if (byte == INT3_INSN_OPCODE) in smp_text_poke_batch_finish()
3006 BUG_ON(tpl->text[i] != INT3_INSN_OPCODE); in __smp_text_poke_batch_add()
3014 case INT3_INSN_OPCODE in __smp_text_poke_batch_add()
[all...]
H A Dftrace.c319 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