Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Darchrandom.h46 static inline int rdrand_long(unsigned long *v) in rdrand_long() function
122 static inline int rdrand_long(unsigned long *v) in rdrand_long() function
/linux-4.4.14/arch/x86/kernel/cpu/
Drdrand.c52 ok = rdrand_long(&tmp); in x86_init_rdrand()
/linux-4.4.14/arch/x86/boot/compressed/
Daslr.c77 if (rdrand_long(&raw)) { in get_random_long()