Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dinitcpu.c360 if ((cpu_feature & CPUID_CLFSH) != 0) in initializecpucache()
370 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()
379 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()
H A Dpmap.c3664 if ((cpu_feature & CPUID_CLFSH) != 0)
3752 ((cpu_feature & CPUID_CLFSH) == 0 && !useclflushopt)) in pmap_invalidate_cache_pages()
10989 else if ((cpu_feature & CPUID_CLFSH) != 0)
/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Dcpufeature.h21 return ((cpu_feature & CPUID_CLFSH) != 0); in static_cpu_has()
/freebsd/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.c303 if ((cpu_feature & CPUID_CLFSH) != 0)
391 (cpu_feature & CPUID_CLFSH) == 0) { in pmap_invalidate_cache_pages()
H A Dpmap.c5660 if (useclflushopt || (cpu_feature & CPUID_CLFSH) != 0) { in __CONCAT()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpage.h113 else if (cpu_feature & CPUID_CLFSH) in lkpi_clflushopt()
/freebsd/sys/x86/include/
H A Dspecialreg.h142 #define CPUID_CLFSH 0x00080000 macro
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2681 linux_cpu_has_clflush = (cpu_feature & CPUID_CLFSH); in linux_compat_init()