Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Darchrandom.h20 static inline bool __must_check rdrand_long(unsigned long *v) in rdrand_long() function
48 return max_longs && static_cpu_has(X86_FEATURE_RDRAND) && rdrand_long(v) ? 1 : 0; in arch_get_random_longs()
/linux/arch/x86/kernel/cpu/
H A Drdrand.c35 if (!rdrand_long(&sample)) { in x86_init_rdrand()