Searched refs:cpu_has_gfni (Results 1 – 3 of 3) sorted by relevance
114 #define cpu_has_gfni boot_cpu_has(X86_FEATURE_GFNI) macro
161 #define cpu_has_gfni cp.feat.gfni macro
234 return cpu_has_gfni && cpu_has_sse2; in simd_check_sse2_gf()239 return cpu_has_gfni && cpu_has_avx2; in simd_check_avx2_gf()244 return cpu_has_gfni && cpu_has_avx512bw; in simd_check_avx512bw_gf()249 return cpu_has_gfni && cpu_has_avx512vl; in simd_check_avx512bw_gf_vl()
Completed in 9 milliseconds