Home
last modified time | relevance | path

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

/linux-6.12.1/arch/m68k/include/asm/
Dtimex.h32 extern unsigned long (*mach_random_get_entropy)(void);
36 if (mach_random_get_entropy) in random_get_entropy()
37 return mach_random_get_entropy(); in random_get_entropy()
/linux-6.12.1/arch/m68k/kernel/
Dtime.c35 unsigned long (*mach_random_get_entropy)(void); variable
36 EXPORT_SYMBOL_GPL(mach_random_get_entropy);
/linux-6.12.1/arch/m68k/amiga/
Dconfig.c405 mach_random_get_entropy = amiga_random_get_entropy; in config_amiga()