Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dbpt_helper.c29 env->dr[6] |= DR6_BS; in helper_single_step()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dseg_helper.c149 env->dr[6] |= DR6_BS; in x86_cpu_exec_halt()
H A Dsvm_helper.c923 env->dr[6] |= DR6_BS; in do_vmexit()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h218 #define DR6_BS (1 << 14) macro
/openbmc/qemu/target/i386/
H A Dcpu.h287 #define DR6_BS (1 << 14) macro
/openbmc/linux/arch/x86/kvm/
H A Dx86.c8728 kvm_run->debug.arch.dr6 = DR6_BS | DR6_ACTIVE_LOW; in kvm_vcpu_do_singlestep()
8734 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BS); in kvm_vcpu_do_singlestep()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c5622 if (arch_info->dr6 & DR6_BS) { in kvm_handle_debug()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c5312 vmcs_readl(GUEST_PENDING_DBG_EXCEPTIONS) | DR6_BS); in handle_exception_nmi()