Home
last modified time | relevance | path

Searched refs:module_cpu_ids (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/crypto/
H A Dsha512_ssse3_glue.c288 static const struct x86_cpu_id module_cpu_ids[] = { variable
294 MODULE_DEVICE_TABLE(x86cpu, module_cpu_ids);
305 if (!x86_match_cpu(module_cpu_ids)) in sha512_ssse3_mod_init()
H A Dsha1_ssse3_glue.c30 static const struct x86_cpu_id module_cpu_ids[] = { variable
36 MODULE_DEVICE_TABLE(x86cpu, module_cpu_ids);
313 if (!x86_match_cpu(module_cpu_ids)) in sha1_ssse3_mod_init()
H A Dsha256_ssse3_glue.c47 static const struct x86_cpu_id module_cpu_ids[] = { variable
53 MODULE_DEVICE_TABLE(x86cpu, module_cpu_ids);
378 if (!x86_match_cpu(module_cpu_ids)) in sha256_ssse3_mod_init()