Home
last modified time | relevance | path

Searched refs:X86_CR4_FSGSBASE (Results 1 – 5 of 5) sorted by relevance

/arch/x86/include/uapi/asm/
Dprocessor-flags.h122 #define X86_CR4_FSGSBASE _BITUL(X86_CR4_FSGSBASE_BIT) macro
/arch/x86/include/asm/
Dkvm_host.h91 | X86_CR4_OSXSAVE | X86_CR4_SMEP | X86_CR4_FSGSBASE \
/arch/x86/kernel/cpu/
Dcommon.c377 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_UMIP | X86_CR4_FSGSBASE;
/arch/x86/kvm/
Dx86.c928 reserved_bits |= X86_CR4_FSGSBASE; in kvm_host_cr4_reserved_bits()
957 if (!guest_cpuid_has(vcpu, X86_FEATURE_FSGSBASE) && (cr4 & X86_CR4_FSGSBASE)) in kvm_valid_cr4()
/arch/x86/kvm/vmx/
Dvmx.c7064 cr4_fixed1_update(X86_CR4_FSGSBASE, ebx, bit(X86_FEATURE_FSGSBASE)); in nested_vmx_cr_fixed1_bits_update()