Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/include/asm/
Dtimex.h31 extern unsigned long (*mach_random_get_entropy)(void);
35 if (mach_random_get_entropy) in random_get_entropy()
36 return mach_random_get_entropy(); in random_get_entropy()
/linux-4.1.27/arch/m68k/kernel/
Dtime.c33 unsigned long (*mach_random_get_entropy)(void); variable
34 EXPORT_SYMBOL_GPL(mach_random_get_entropy);
/linux-4.1.27/arch/m68k/amiga/
Dconfig.c408 mach_random_get_entropy = amiga_random_get_entropy; in config_amiga()