Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dkaslr.c26 #define get_boot_seed() kaslr_offset() macro
56 unsigned long raw, random = get_boot_seed(); in kaslr_get_random_long()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/
H A Dkaslr_booke.c66 static unsigned long __init get_boot_seed(void *fdt) in get_boot_seed() function
297 random = get_boot_seed(dt_ptr); in kaslr_choose_location()
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dkaslr.c65 static unsigned long get_boot_seed(void) in get_boot_seed() function