Home
last modified time | relevance | path

Searched refs:CPUID_CLFSH (Results 1 – 9 of 9) sorted by relevance

/src/sys/amd64/amd64/
H A Dinitcpu.c377 if ((cpu_feature & CPUID_CLFSH) != 0) in initializecpucache()
387 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()
396 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()
H A Dpmap.c3571 if ((cpu_feature & CPUID_CLFSH) != 0)
3659 ((cpu_feature & CPUID_CLFSH) == 0 && !useclflushopt)) in pmap_invalidate_cache_pages()
11007 else if ((cpu_feature & CPUID_CLFSH) != 0)
/src/sys/compat/linuxkpi/common/include/asm/
H A Dcpufeature.h21 return ((cpu_feature & CPUID_CLFSH) != 0); in static_cpu_has()
/src/sys/i386/i386/
H A Dinitcpu.c783 if ((cpu_feature & CPUID_CLFSH) != 0) in initializecpucache()
793 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()
801 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()
H A Dpmap_base.c309 if ((cpu_feature & CPUID_CLFSH) != 0)
397 (cpu_feature & CPUID_CLFSH) == 0) { in pmap_invalidate_cache_pages()
H A Dpmap.c5659 if (useclflushopt || (cpu_feature & CPUID_CLFSH) != 0) { in __CONCAT()
/src/sys/compat/linuxkpi/common/include/linux/
H A Dpage.h114 else if (cpu_feature & CPUID_CLFSH) in lkpi_clflushopt()
/src/sys/x86/include/
H A Dspecialreg.h162 #define CPUID_CLFSH 0x00080000 macro
/src/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2859 linux_cpu_has_clflush = (cpu_feature & CPUID_CLFSH); in linux_compat_init()