Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c844 static uint8_t const *sw_bp_inst; variable
854 if (sw_bp_inst) { in determine_sw_breakpoint_instr()
858 sw_bp_inst = diag_501; in determine_sw_breakpoint_instr()
862 sw_bp_inst = instr_0x0000; in determine_sw_breakpoint_instr()
874 cpu_memory_rw_debug(cs, bp->pc, (uint8_t *)sw_bp_inst, sw_bp_ilen, 1)) { in kvm_arch_insert_sw_breakpoint()
886 } else if (memcmp(t, sw_bp_inst, sw_bp_ilen)) { in kvm_arch_remove_sw_breakpoint()