Home
last modified time | relevance | path

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

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