Lines Matching refs:feature_bit
7292 cr4_fixed1_update(X86_CR4_VME, edx, feature_bit(VME));
7293 cr4_fixed1_update(X86_CR4_PVI, edx, feature_bit(VME));
7294 cr4_fixed1_update(X86_CR4_TSD, edx, feature_bit(TSC));
7295 cr4_fixed1_update(X86_CR4_DE, edx, feature_bit(DE));
7296 cr4_fixed1_update(X86_CR4_PSE, edx, feature_bit(PSE));
7297 cr4_fixed1_update(X86_CR4_PAE, edx, feature_bit(PAE));
7298 cr4_fixed1_update(X86_CR4_MCE, edx, feature_bit(MCE));
7299 cr4_fixed1_update(X86_CR4_PGE, edx, feature_bit(PGE));
7300 cr4_fixed1_update(X86_CR4_OSFXSR, edx, feature_bit(FXSR));
7301 cr4_fixed1_update(X86_CR4_OSXMMEXCPT, edx, feature_bit(XMM));
7302 cr4_fixed1_update(X86_CR4_VMXE, ecx, feature_bit(VMX));
7303 cr4_fixed1_update(X86_CR4_SMXE, ecx, feature_bit(SMX));
7304 cr4_fixed1_update(X86_CR4_PCIDE, ecx, feature_bit(PCID));
7305 cr4_fixed1_update(X86_CR4_OSXSAVE, ecx, feature_bit(XSAVE));
7308 cr4_fixed1_update(X86_CR4_FSGSBASE, ebx, feature_bit(FSGSBASE));
7309 cr4_fixed1_update(X86_CR4_SMEP, ebx, feature_bit(SMEP));
7310 cr4_fixed1_update(X86_CR4_SMAP, ebx, feature_bit(SMAP));
7311 cr4_fixed1_update(X86_CR4_PKE, ecx, feature_bit(PKU));
7312 cr4_fixed1_update(X86_CR4_UMIP, ecx, feature_bit(UMIP));
7313 cr4_fixed1_update(X86_CR4_LA57, ecx, feature_bit(LA57));