Home
last modified time | relevance | path

Searched refs:X86_FEATURE_SSSE3 (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/lib/raid6/
Dx86.h46 #define X86_FEATURE_SSSE3 (4*32+ 9) /* Supplemental SSE-3 */ macro
Drecov_ssse3.c19 boot_cpu_has(X86_FEATURE_SSSE3); in raid6_has_ssse3()
/linux-4.4.14/arch/x86/crypto/
Dsha512_ssse3_glue.c135 if (boot_cpu_has(X86_FEATURE_SSSE3)) in register_sha512_ssse3()
143 if (boot_cpu_has(X86_FEATURE_SSSE3)) in unregister_sha512_ssse3()
Dsha1_ssse3_glue.c115 if (boot_cpu_has(X86_FEATURE_SSSE3)) in register_sha1_ssse3()
122 if (boot_cpu_has(X86_FEATURE_SSSE3)) in unregister_sha1_ssse3()
Dsha256_ssse3_glue.c135 if (boot_cpu_has(X86_FEATURE_SSSE3)) in register_sha256_ssse3()
143 if (boot_cpu_has(X86_FEATURE_SSSE3)) in unregister_sha256_ssse3()
/linux-4.4.14/arch/x86/include/asm/
Dcpufeature.h120 #define X86_FEATURE_SSSE3 ( 4*32+ 9) /* Supplemental SSE-3 */ macro
371 #define cpu_has_ssse3 boot_cpu_has(X86_FEATURE_SSSE3)