Searched refs:X86_CR4_FSGSBASE (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dset_sregs_test.c61 cr4 |= X86_CR4_FSGSBASE;
110 TEST_INVALID_CR_BIT(vcpu, cr4, sregs, X86_CR4_FSGSBASE);
/linux-master/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h126 #define X86_CR4_FSGSBASE _BITUL(X86_CR4_FSGSBASE_BIT) macro
/linux-master/arch/x86/kvm/
H A Dkvm_cache_regs.h10 | X86_CR4_OSXMMEXCPT | X86_CR4_PGE | X86_CR4_TSD | X86_CR4_FSGSBASE)
H A Dx86.h517 __reserved_bits |= X86_CR4_FSGSBASE; \
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c402 X86_CR4_FSGSBASE | X86_CR4_CET | X86_CR4_FRED;
1844 cr4_set_bits(X86_CR4_FSGSBASE);
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h54 #define X86_CR4_FSGSBASE (1ul << 16) macro
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h134 | X86_CR4_OSXSAVE | X86_CR4_SMEP | X86_CR4_FSGSBASE \
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c7707 cr4_fixed1_update(X86_CR4_FSGSBASE, ebx, feature_bit(FSGSBASE));

Completed in 175 milliseconds