Home
last modified time | relevance | path

Searched refs:padlock_sha_ids (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/
H A Dpadlock-sha.c492 static const struct x86_cpu_id padlock_sha_ids[] = { variable
496 MODULE_DEVICE_TABLE(x86cpu, padlock_sha_ids);
505 if (!x86_match_cpu(padlock_sha_ids) || !boot_cpu_has(X86_FEATURE_PHE_EN)) in padlock_init()
/kernel/linux/linux-6.6/drivers/crypto/
H A Dpadlock-sha.c493 static const struct x86_cpu_id padlock_sha_ids[] = { variable
497 MODULE_DEVICE_TABLE(x86cpu, padlock_sha_ids);
506 if (!x86_match_cpu(padlock_sha_ids) || !boot_cpu_has(X86_FEATURE_PHE_EN)) in padlock_init()

Completed in 2 milliseconds