Lines Matching refs:feature_bit
2748 if (!(cpuid_ecx(1) & feature_bit(VMX))) {
7669 cr4_fixed1_update(X86_CR4_VME, edx, feature_bit(VME));
7670 cr4_fixed1_update(X86_CR4_PVI, edx, feature_bit(VME));
7671 cr4_fixed1_update(X86_CR4_TSD, edx, feature_bit(TSC));
7672 cr4_fixed1_update(X86_CR4_DE, edx, feature_bit(DE));
7673 cr4_fixed1_update(X86_CR4_PSE, edx, feature_bit(PSE));
7674 cr4_fixed1_update(X86_CR4_PAE, edx, feature_bit(PAE));
7675 cr4_fixed1_update(X86_CR4_MCE, edx, feature_bit(MCE));
7676 cr4_fixed1_update(X86_CR4_PGE, edx, feature_bit(PGE));
7677 cr4_fixed1_update(X86_CR4_OSFXSR, edx, feature_bit(FXSR));
7678 cr4_fixed1_update(X86_CR4_OSXMMEXCPT, edx, feature_bit(XMM));
7679 cr4_fixed1_update(X86_CR4_VMXE, ecx, feature_bit(VMX));
7680 cr4_fixed1_update(X86_CR4_SMXE, ecx, feature_bit(SMX));
7681 cr4_fixed1_update(X86_CR4_PCIDE, ecx, feature_bit(PCID));
7682 cr4_fixed1_update(X86_CR4_OSXSAVE, ecx, feature_bit(XSAVE));
7685 cr4_fixed1_update(X86_CR4_FSGSBASE, ebx, feature_bit(FSGSBASE));
7686 cr4_fixed1_update(X86_CR4_SMEP, ebx, feature_bit(SMEP));
7687 cr4_fixed1_update(X86_CR4_SMAP, ebx, feature_bit(SMAP));
7688 cr4_fixed1_update(X86_CR4_PKE, ecx, feature_bit(PKU));
7689 cr4_fixed1_update(X86_CR4_UMIP, ecx, feature_bit(UMIP));
7690 cr4_fixed1_update(X86_CR4_LA57, ecx, feature_bit(LA57));