Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Darchrandom.h20 static inline bool __must_check rdrand_long(unsigned long *v) in rdrand_long() function
50 return max_longs && static_cpu_has(X86_FEATURE_RDRAND) && rdrand_long(v) ? 1 : 0; in arch_get_random_longs()
/openbmc/linux/arch/x86/kernel/cpu/
H A Drdrand.c34 if (!rdrand_long(&sample)) { in x86_init_rdrand()
/openbmc/linux/arch/x86/lib/
H A Dkaslr.c67 if (rdrand_long(&raw)) { in kaslr_get_random_long()