Searched refs:X86_CR4_DE (Results 1 – 6 of 6) sorted by relevance
102 #define X86_CR4_DE _BITUL(X86_CR4_DE_BIT) macro
2248 cr4_clear_bits(X86_CR4_VME|X86_CR4_PVI|X86_CR4_TSD|X86_CR4_DE); in cpu_init()
134 (~(unsigned long)(X86_CR4_VME | X86_CR4_PVI | X86_CR4_TSD | X86_CR4_DE\
7735 cr4_fixed1_update(X86_CR4_DE, edx, feature_bit(DE)); in nested_vmx_cr_fixed1_bits_update()
1007 if ((dr != 4 && dr != 5) || !kvm_is_cr4_bit_set(vcpu, X86_CR4_DE)) in kvm_require_dr()