Searched refs:cpu_has_feature (Results 1 – 3 of 3) sorted by relevance
3 dnl # cpu_has_feature() may referencing GPL-only cpu_feature_keys on powerpc7 dnl # Checking if cpu_has_feature is exported GPL-only10 ZFS_LINUX_TEST_SRC([cpu_has_feature], [13 #include <asm/cpu_has_feature.h>18 return cpu_has_feature(CPU_FTR_ALTIVEC) ? 0 : 1;22 AC_MSG_CHECKING([whether cpu_has_feature() is GPL-only])28 [cpu_has_feature() is GPL-only])
111 #define cpu_has_feature(feature) early_cpu_has_feature(feature) macro120 return (cpu_has_feature(CPU_FTR_ALTIVEC)); in zfs_altivec_available()129 return (cpu_has_feature(CPU_FTR_VSX)); in zfs_vsx_available()138 return (cpu_has_feature(CPU_FTR_ARCH_207S)); in zfs_isa207_available()
57 if (!cpu_has_feature(CPU_FTR_COHERENT_ICACHE) && \