Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/kvm/x86_64/
Ddebug_regs.c15 #define DR6_BD (1 << 13) macro
196 target_dr6 = 0xffff0ff0 | DR6_BD; in main()
/linux-5.19.10/arch/x86/include/asm/
Dkvm_host.h211 #define DR6_BD (1 << 13) macro
/linux-5.19.10/arch/x86/kvm/vmx/
Dvmx.c5268 vcpu->run->debug.arch.dr6 = DR6_BD | DR6_ACTIVE_LOW; in handle_dr()
5275 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BD); in handle_dr()
/linux-5.19.10/arch/x86/kvm/
Demulate.c4194 dr6 |= DR6_BD | DR6_ACTIVE_LOW; in check_dr_read()