Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-i386/
Dcpufeature.h102 #define cpu_has_xstore boot_cpu_has(X86_FEATURE_XSTORE) macro
/linux-2.4.37.9/drivers/char/
Dhw_random.c592 if (cpu_has_xstore) { in rng_init()