Home
last modified time | relevance | path

Searched refs:X86_FEATURE_RDSEED (Results 1 – 3 of 3) sorted by relevance

/arch/x86/include/asm/
Darchrandom.h94 X86_FEATURE_RDSEED, \
118 #define arch_has_random_seed() static_cpu_has(X86_FEATURE_RDSEED)
Dcpufeature.h225 #define X86_FEATURE_RDSEED ( 9*32+18) /* The RDSEED instruction */ macro
/arch/x86/kernel/cpu/
Drdrand.c30 setup_clear_cpu_cap(X86_FEATURE_RDSEED); in x86_rdrand_setup()