Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dtimex.h65 unsigned long random_get_entropy_fallback(void);
85 #define random_get_entropy() random_get_entropy_fallback()
/linux-6.6.21/arch/nios2/include/asm/
Dtimex.h13 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback())
/linux-6.6.21/arch/arm/include/asm/
Dtimex.h14 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback())
/linux-6.6.21/arch/x86/include/asm/
Dtimex.h12 return random_get_entropy_fallback(); in random_get_entropy()
/linux-6.6.21/arch/m68k/include/asm/
Dtimex.h38 return random_get_entropy_fallback(); in random_get_entropy()
/linux-6.6.21/arch/mips/include/asm/
Dtimex.h96 return (random_get_entropy_fallback() << 6) | (0x3f - c0_random); in random_get_entropy()
/linux-6.6.21/arch/riscv/include/asm/
Dtimex.h44 return random_get_entropy_fallback(); in random_get_entropy()
/linux-6.6.21/kernel/time/
Dtimekeeping.c2408 unsigned long random_get_entropy_fallback(void) in random_get_entropy_fallback() function
2417 EXPORT_SYMBOL_GPL(random_get_entropy_fallback);