Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h210 #define DR6_BS (1 << 14) macro
/arch/x86/kvm/
Dx86.c7961 kvm_run->debug.arch.dr6 = DR6_BS | DR6_ACTIVE_LOW; in kvm_vcpu_do_singlestep()
7967 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BS); in kvm_vcpu_do_singlestep()
/arch/x86/kvm/vmx/
Dvmx.c4944 vmcs_readl(GUEST_PENDING_DBG_EXCEPTIONS) | DR6_BS); in handle_exception_nmi()