Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Darchrandom.h44 static inline bool rdrand_int(unsigned int *v) in rdrand_int() function
90 return static_cpu_has(X86_FEATURE_RDRAND) ? rdrand_int(v) : false; in arch_get_random_int()