Home
last modified time | relevance | path

Searched refs:linux_cpu_has_clflush (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h283 extern bool linux_cpu_has_clflush;
284 #define cpu_has_clflush linux_cpu_has_clflush
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2876 bool linux_cpu_has_clflush; in lkpi_get_static_single_cpu_mask()
2938 linux_cpu_has_clflush = (cpu_feature & CPUID_CLFSH); in linux_compat_init()
2867 bool linux_cpu_has_clflush; global() variable