Home
last modified time | relevance | path

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

/freebsd-13.1/sys/amd64/amd64/
H A Dinitcpu.c328 if ((cpu_feature & CPUID_CLFSH) != 0) in initializecpucache()
338 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()
347 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()
H A Dpmap.c3550 if ((cpu_feature & CPUID_CLFSH) != 0)
3638 ((cpu_feature & CPUID_CLFSH) == 0 && !useclflushopt)) in pmap_invalidate_cache_pages()
10632 else if ((cpu_feature & CPUID_CLFSH) != 0)
/freebsd-13.1/sys/compat/linuxkpi/common/include/asm/
H A Dcpufeature.h21 return ((cpu_feature & CPUID_CLFSH) != 0); in static_cpu_has()
/freebsd-13.1/sys/i386/i386/
H A Dinitcpu.c785 if ((cpu_feature & CPUID_CLFSH) != 0) in initializecpucache()
795 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()
803 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()
H A Dpmap_base.c307 if ((cpu_feature & CPUID_CLFSH) != 0)
395 (cpu_feature & CPUID_CLFSH) == 0) { in pmap_invalidate_cache_pages()
H A Dpmap.c5574 if (useclflushopt || (cpu_feature & CPUID_CLFSH) != 0) { in __CONCAT()
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dpage.h115 else if (cpu_feature & CPUID_CLFSH) in lkpi_clflushopt()
/freebsd-13.1/sys/x86/include/
H A Dspecialreg.h142 #define CPUID_CLFSH 0x00080000 macro
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2743 linux_cpu_has_clflush = (cpu_feature & CPUID_CLFSH); in linux_compat_init()