Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Darchrandom.h67 static inline bool rdseed_int(unsigned int *v) in rdseed_int() function
100 return static_cpu_has(X86_FEATURE_RDSEED) ? rdseed_int(v) : false; in arch_get_random_seed_int()