Home
last modified time | relevance | path

Searched refs:cpu_has_phe_enabled (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dcpufeature.h384 #define cpu_has_phe_enabled boot_cpu_has(X86_FEATURE_PHE_EN) macro
/linux-4.4.14/drivers/crypto/
Dpadlock-sha.c543 if (!x86_match_cpu(padlock_sha_ids) || !cpu_has_phe_enabled) in padlock_init()