Home
last modified time | relevance | path

Searched refs:DR7_GD (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Ddebug_regs.c14 #define DR7_GD (1 << 13) macro
254 debug.arch.debugreg[7] = 0x400 | DR7_GD;
/linux/arch/x86/kvm/vmx/
H A Dvmx.c5772 if (dr7 & DR7_GD) { in handle_dr()