Searched refs:CPUID_CLFSH (Results 1 – 6 of 6) sorted by relevance
328 if ((cpu_feature & CPUID_CLFSH) != 0) in initializecpucache()338 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()347 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()
3489 if ((cpu_feature & CPUID_CLFSH) != 0)3577 ((cpu_feature & CPUID_CLFSH) == 0 && !useclflushopt)) in pmap_invalidate_cache_pages()10470 else if ((cpu_feature & CPUID_CLFSH) != 0)
785 if ((cpu_feature & CPUID_CLFSH) != 0) in initializecpucache()795 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()803 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()
307 if ((cpu_feature & CPUID_CLFSH) != 0)395 (cpu_feature & CPUID_CLFSH) == 0) { in pmap_invalidate_cache_pages()
5582 if (useclflushopt || (cpu_feature & CPUID_CLFSH) != 0) { in __CONCAT()
142 #define CPUID_CLFSH 0x00080000 macro