Home
last modified time | relevance | path

Searched refs:X86_FEATURE_FSGSBASE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/tools/arch/x86/include/asm/
Dcpufeatures.h238 #define X86_FEATURE_FSGSBASE ( 9*32+ 0) /* RDFSBASE, WRFSBASE, RDGSBASE, WRGSBASE instructions*/ macro
/Linux-v5.4/arch/x86/include/asm/
Dcpufeatures.h238 #define X86_FEATURE_FSGSBASE ( 9*32+ 0) /* RDFSBASE, WRFSBASE, RDGSBASE, WRGSBASE instructions*/ macro
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c6994 cr4_fixed1_update(X86_CR4_FSGSBASE, ebx, bit(X86_FEATURE_FSGSBASE)); in nested_vmx_cr_fixed1_bits_update()
/Linux-v5.4/arch/x86/kvm/
Dx86.c902 if (!guest_cpuid_has(vcpu, X86_FEATURE_FSGSBASE) && (cr4 & X86_CR4_FSGSBASE)) in kvm_valid_cr4()