Searched refs:module_cpu_feature_match (Results 1 – 12 of 12) sorted by relevance
| /linux/include/linux/ |
| H A D | cpufeature.h | 44 #define module_cpu_feature_match(x, __initfunc) \ macro
|
| /linux/arch/powerpc/crypto/ |
| H A D | vmx.c | 69 module_cpu_feature_match(PPC_MODULE_FEATURE_VEC_CRYPTO, p8_init);
|
| /linux/arch/arm64/crypto/ |
| H A D | sm3-ce-glue.c | 69 module_cpu_feature_match(SM3, sm3_ce_mod_init);
|
| H A D | sm4-ce-cipher-glue.c | 79 module_cpu_feature_match(SM4, sm4_ce_mod_init);
|
| H A D | aes-ce-glue.c | 177 module_cpu_feature_match(AES, aes_mod_init);
|
| H A D | sm4-ce-gcm-glue.c | 256 module_cpu_feature_match(SM4, sm4_ce_gcm_init);
|
| H A D | sm4-ce-ccm-glue.c | 279 module_cpu_feature_match(SM4, sm4_ce_ccm_init);
|
| H A D | sm4-ce-glue.c | 704 module_cpu_feature_match(SM4, sm4_init);
|
| H A D | aes-glue.c | 975 module_cpu_feature_match(AES, aes_init);
|
| /linux/drivers/watchdog/ |
| H A D | diag288_wdt.c | 183 module_cpu_feature_match(S390_CPU_FEATURE_D288, diag288_init);
|
| /linux/drivers/s390/char/ |
| H A D | uvdevice.c | 565 module_cpu_feature_match(S390_CPU_FEATURE_UV, uvio_dev_init);
|
| /linux/arch/s390/crypto/ |
| H A D | des_s390.c | 495 module_cpu_feature_match(S390_CPU_FEATURE_MSA, des_s390_init);
|