Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/hw_random/
Dvia-rng.c143 if (!cpu_has_xstore_enabled) { in via_rng_init()
/linux-4.1.27/arch/x86/include/asm/
Dcpufeature.h371 #define cpu_has_xstore_enabled boot_cpu_has(X86_FEATURE_XSTORE_EN) macro