Searched refs:rdrand_long (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Darchrandom.h20 static inline bool __must_check rdrand_long(unsigned long *v) function
50 return max_longs && static_cpu_has(X86_FEATURE_RDRAND) && rdrand_long(v) ? 1 : 0;
/linux-master/arch/x86/kernel/cpu/
H A Drdrand.c35 if (!rdrand_long(&sample)) {
/linux-master/arch/x86/lib/
H A Dkaslr.c67 if (rdrand_long(&raw)) {

Completed in 194 milliseconds