Home
last modified time | relevance | path

Searched refs:int3 (Results 26 – 28 of 28) sorted by relevance

12

/openbmc/linux/arch/x86/kernel/
H A Dalternative.c2187 unsigned char int3 = INT3_INSN_OPCODE; in text_poke_bp_batch() local
2223 text_poke(text_poke_addr(&tp[i]), &int3, INT3_INSN_SIZE); in text_poke_bp_batch()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c4941 static const uint8_t int3 = 0xcc; in kvm_arch_insert_sw_breakpoint() local
4944 cpu_memory_rw_debug(cs, bp->pc, (uint8_t *)&int3, 1, 1)) { in kvm_arch_insert_sw_breakpoint()
4952 uint8_t int3; in kvm_arch_remove_sw_breakpoint() local
4954 if (cpu_memory_rw_debug(cs, bp->pc, &int3, 1, 0)) { in kvm_arch_remove_sw_breakpoint()
4957 if (int3 != 0xcc) { in kvm_arch_remove_sw_breakpoint()
/openbmc/linux/Documentation/trace/
H A Dkprobes.rst66 with a breakpoint instruction (e.g., int3 on i386 and x86_64).
264 replaced with the original code (except for an int3 breakpoint in

12