Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/
H A Dcore.c313 if (insn.opcode.bytes[0] == INT3_INSN_OPCODE) in can_probe()
369 if (insn->opcode.bytes[0] == INT3_INSN_OPCODE) in __copy_instruction()
517 u8 int3 = INT3_INSN_OPCODE; in arch_arm_kprobe()
526 u8 int3 = INT3_INSN_OPCODE; in arch_disarm_kprobe()
636 if (p->opcode == INT3_INSN_OPCODE) in setup_singlestep()
722 } else if (*addr != INT3_INSN_OPCODE) { in kprobe_int3_handler()
H A Dopt.c286 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()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dalternative.c687 bytes[i++] = INT3_INSN_OPCODE; in patch_return()
1404 case INT3_INSN_OPCODE: in poke_int3_handler()
1462 unsigned char int3 = INT3_INSN_OPCODE; in text_poke_bp_batch()
1552 if (tp[i].text[0] == INT3_INSN_OPCODE) in text_poke_bp_batch()
1595 BUG_ON(tp->text[i] != INT3_INSN_OPCODE); in text_poke_loc_init()
1604 case INT3_INSN_OPCODE: in text_poke_loc_init()
H A Dftrace.c330 unsigned const char retq[] = { RET_INSN_OPCODE, INT3_INSN_OPCODE }; in create_trampoline()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtext-patching.h54 #define INT3_INSN_OPCODE 0xCC macro