Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Drdrand.c40 #define RESEED_LOOP ((512*128)/sizeof(unsigned long)) macro
51 for (count = i = 0; i < RESEED_LOOP; i++) { in x86_init_rdrand()
57 if (count != RESEED_LOOP) in x86_init_rdrand()