Searched refs:X86_CR4_FSGSBASE (Results 1 – 5 of 5) sorted by relevance
122 #define X86_CR4_FSGSBASE _BITUL(X86_CR4_FSGSBASE_BIT) macro
30 #define X86_CR4_FSGSBASE (1ul << 16) macro
91 | X86_CR4_OSXSAVE | X86_CR4_SMEP | X86_CR4_FSGSBASE \
6994 cr4_fixed1_update(X86_CR4_FSGSBASE, ebx, bit(X86_FEATURE_FSGSBASE)); in nested_vmx_cr_fixed1_bits_update()
902 if (!guest_cpuid_has(vcpu, X86_FEATURE_FSGSBASE) && (cr4 & X86_CR4_FSGSBASE)) in kvm_valid_cr4()