Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dset_sregs_test.c62 cr4 |= X86_CR4_FSGSBASE; in calc_supported_cr4_feature_bits()
106 TEST_INVALID_CR_BIT(vcpu, cr4, sregs, X86_CR4_FSGSBASE); in test_cr_bits()
/linux/arch/x86/kvm/
H A Dkvm_cache_regs.h10 | X86_CR4_OSXMMEXCPT | X86_CR4_PGE | X86_CR4_TSD | X86_CR4_FSGSBASE \
/linux/arch/x86/kernel/cpu/
H A Dcommon.c439 X86_CR4_FSGSBASE | X86_CR4_CET;
2437 cr4_set_bits(X86_CR4_FSGSBASE); in cpu_init_exception_handling()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h58 #define X86_CR4_FSGSBASE (1ul << 16) macro
/linux/arch/x86/include/asm/
H A Dkvm_host.h143 | X86_CR4_OSXSAVE | X86_CR4_SMEP | X86_CR4_FSGSBASE \
/linux/arch/x86/kvm/vmx/
H A Dvmx.c7913 cr4_fixed1_update(X86_CR4_FSGSBASE, ebx, feature_bit(FSGSBASE)); in nested_vmx_cr_fixed1_bits_update()