Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dcpufeature.h380 #define cpu_has_xcrypt_enabled boot_cpu_has(X86_FEATURE_XCRYPT_EN) macro
/linux-4.4.14/drivers/crypto/
Dpadlock-aes.c518 if (!cpu_has_xcrypt_enabled) { in padlock_init()