Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/x86/
H A Ddebug_regs.c13 #define DR6_BD (1 << 13) macro
194 target_dr6 = 0xffff0ff0 | DR6_BD; in main()
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h231 #define DR6_BD (1 << 13) macro
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c5614 vcpu->run->debug.arch.dr6 = DR6_BD | DR6_ACTIVE_LOW; in handle_dr()
5621 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BD); in handle_dr()
H A Dnested.c4031 return ex->payload & ~DR6_BD; in vmx_get_pending_dbg_trap()
/linux-6.15/arch/x86/kvm/
H A Demulate.c3865 dr6 |= DR6_BD | DR6_ACTIVE_LOW; in check_dr_read()