Home
last modified time | relevance | path

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

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