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

/linux-master/arch/x86/include/asm/
H A Darchrandom.h34 static inline bool __must_check rdseed_long(unsigned long *v) function
55 return max_longs && static_cpu_has(X86_FEATURE_RDSEED) && rdseed_long(v) ? 1 : 0;

Completed in 93 milliseconds