Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Darchrandom.h16 #define RDRAND_RETRY_LOOPS 10 macro
23 unsigned int retry = RDRAND_RETRY_LOOPS; in rdrand_long()
H A Dtdx.h133 int retry = RDRAND_RETRY_LOOPS; in sc_retry()
/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c955 for (int i = 0; i < RDRAND_RETRY_LOOPS; i++) { in sgx_update_svn()