Home
last modified time | relevance | path

Searched refs:boot_cpu_has (Results 1 – 10 of 10) sorted by relevance

/lib/raid6/
Drecov_avx512.c21 return boot_cpu_has(X86_FEATURE_AVX2) && in raid6_has_avx512()
22 boot_cpu_has(X86_FEATURE_AVX) && in raid6_has_avx512()
23 boot_cpu_has(X86_FEATURE_AVX512F) && in raid6_has_avx512()
24 boot_cpu_has(X86_FEATURE_AVX512BW) && in raid6_has_avx512()
25 boot_cpu_has(X86_FEATURE_AVX512VL) && in raid6_has_avx512()
26 boot_cpu_has(X86_FEATURE_AVX512DQ); in raid6_has_avx512()
Davx512.c41 return boot_cpu_has(X86_FEATURE_AVX2) && in raid6_have_avx512()
42 boot_cpu_has(X86_FEATURE_AVX) && in raid6_have_avx512()
43 boot_cpu_has(X86_FEATURE_AVX512F) && in raid6_have_avx512()
44 boot_cpu_has(X86_FEATURE_AVX512BW) && in raid6_have_avx512()
45 boot_cpu_has(X86_FEATURE_AVX512VL) && in raid6_have_avx512()
46 boot_cpu_has(X86_FEATURE_AVX512DQ); in raid6_have_avx512()
Dsse1.c37 return boot_cpu_has(X86_FEATURE_MMX) && in raid6_have_sse1_or_mmxext()
38 (boot_cpu_has(X86_FEATURE_XMM) || in raid6_have_sse1_or_mmxext()
39 boot_cpu_has(X86_FEATURE_MMXEXT)); in raid6_have_sse1_or_mmxext()
Drecov_ssse3.c17 return boot_cpu_has(X86_FEATURE_XMM) && in raid6_has_ssse3()
18 boot_cpu_has(X86_FEATURE_XMM2) && in raid6_has_ssse3()
19 boot_cpu_has(X86_FEATURE_SSSE3); in raid6_has_ssse3()
Dsse2.c32 return boot_cpu_has(X86_FEATURE_MMX) && in raid6_have_sse2()
33 boot_cpu_has(X86_FEATURE_FXSR) && in raid6_have_sse2()
34 boot_cpu_has(X86_FEATURE_XMM) && in raid6_have_sse2()
35 boot_cpu_has(X86_FEATURE_XMM2); in raid6_have_sse2()
Drecov_avx2.c18 return boot_cpu_has(X86_FEATURE_AVX2) && in raid6_has_avx2()
19 boot_cpu_has(X86_FEATURE_AVX); in raid6_has_avx2()
Davx2.c36 return boot_cpu_has(X86_FEATURE_AVX2) && boot_cpu_has(X86_FEATURE_AVX); in raid6_have_avx2()
Dx86.h62 static inline int boot_cpu_has(int flag) in boot_cpu_has() function
Dmmx.c34 return boot_cpu_has(X86_FEATURE_MMX); in raid6_have_mmx()
/lib/
Datomic64_test.c258 boot_cpu_has(X86_FEATURE_CX8) ? "with" : "without", in test_atomics()
259 boot_cpu_has(X86_FEATURE_XMM) ? "with" : "without"); in test_atomics()