Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Darchrandom.h80 static inline bool rdseed_int(unsigned int *v) in rdseed_int() function
117 return arch_has_random_seed() ? rdseed_int(v) : false; in arch_get_random_seed_int()