Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h251 #define DR7_VOLATILE 0xffff2bff macro
/linux-6.15/arch/x86/kvm/
H A Dx86.c1528 vcpu->arch.dr7 = (val & DR7_VOLATILE) | DR7_FIXED_1; in kvm_set_dr()