Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/
H A Dkaslr_booke.c47 static unsigned long __init rotate_xor(unsigned long hash, const void *area, in rotate_xor() function
71 hash = rotate_xor(hash, linux_banner, strlen(linux_banner)); in get_boot_seed()
72 hash = rotate_xor(hash, fdt, fdt_totalsize(fdt)); in get_boot_seed()
301 random = rotate_xor(random, &seed, sizeof(seed)); in kaslr_choose_location()
308 random = rotate_xor(random, &seed, sizeof(seed)); in kaslr_choose_location()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Drelocate.c187 static inline __init unsigned long rotate_xor(unsigned long hash, in rotate_xor() function
214 hash = rotate_xor(hash, linux_banner, strlen(linux_banner)); in get_random_boot()
217 hash = rotate_xor(hash, &entropy, sizeof(entropy)); in get_random_boot()
230 hash = rotate_xor(hash, prop, sizeof(*prop)); in get_random_boot()
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dkaslr.c49 static unsigned long rotate_xor(unsigned long hash, const void *area, in rotate_xor() function
69 hash = rotate_xor(hash, build_str, sizeof(build_str)); in get_boot_seed()
70 hash = rotate_xor(hash, boot_params, sizeof(*boot_params)); in get_boot_seed()