Searched refs:CPUID_CLFSH (Results 1 – 9 of 9) sorted by relevance
360 if ((cpu_feature & CPUID_CLFSH) != 0) in initializecpucache()370 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()379 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()
3678 if ((cpu_feature & CPUID_CLFSH) != 0)3766 ((cpu_feature & CPUID_CLFSH) == 0 && !useclflushopt)) in pmap_invalidate_cache_pages()10995 else if ((cpu_feature & CPUID_CLFSH) != 0)
21 return ((cpu_feature & CPUID_CLFSH) != 0); in static_cpu_has()
783 if ((cpu_feature & CPUID_CLFSH) != 0) in initializecpucache()793 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()801 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()
305 if ((cpu_feature & CPUID_CLFSH) != 0)393 (cpu_feature & CPUID_CLFSH) == 0) { in pmap_invalidate_cache_pages()
5561 if (useclflushopt || (cpu_feature & CPUID_CLFSH) != 0) { in __CONCAT()
114 else if (cpu_feature & CPUID_CLFSH) in lkpi_clflushopt()
162 #define CPUID_CLFSH 0x00080000 macro
2715 linux_cpu_has_clflush = (cpu_feature & CPUID_CLFSH); in linux_compat_init()