Home
last modified time | relevance | path

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

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

Completed in 34 milliseconds