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.h558 extern bool linux_cpu_has_clflush;
559 #define cpu_has_clflush linux_cpu_has_clflush
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2601 bool linux_cpu_has_clflush; variable
2663 linux_cpu_has_clflush = (cpu_feature & CPUID_CLFSH); in linux_compat_init()