Searched refs:X86_CR4_FSGSBASE (Results 1 – 8 of 8) sorted by relevance
60 cr4 |= X86_CR4_FSGSBASE; in calc_supported_cr4_feature_bits()109 TEST_INVALID_CR_BIT(vcpu, cr4, sregs, X86_CR4_FSGSBASE); in main()
126 #define X86_CR4_FSGSBASE _BITUL(X86_CR4_FSGSBASE_BIT) macro
10 | X86_CR4_OSXMMEXCPT | X86_CR4_PGE | X86_CR4_TSD | X86_CR4_FSGSBASE)
547 __reserved_bits |= X86_CR4_FSGSBASE; \
404 X86_CR4_FSGSBASE | X86_CR4_CET | X86_CR4_FRED;1854 cr4_set_bits(X86_CR4_FSGSBASE); in identify_cpu()
54 #define X86_CR4_FSGSBASE (1ul << 16) macro
136 | X86_CR4_OSXSAVE | X86_CR4_SMEP | X86_CR4_FSGSBASE \
7733 cr4_fixed1_update(X86_CR4_FSGSBASE, ebx, feature_bit(FSGSBASE)); in nested_vmx_cr_fixed1_bits_update()
Completed in 40 milliseconds