Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h580 extern bool linux_cpu_has_clflush;
581 #define cpu_has_clflush linux_cpu_has_clflush
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2733 bool linux_cpu_has_clflush; variable
2743 linux_cpu_has_clflush = (cpu_feature & CPUID_CLFSH); in linux_compat_init()