Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/mm/nohash/
Dkaslr_booke.c52 static unsigned long __init rotate_xor(unsigned long hash, const void *area, in rotate_xor() function
75 hash = rotate_xor(hash, build_str, sizeof(build_str)); in get_boot_seed()
76 hash = rotate_xor(hash, fdt, fdt_totalsize(fdt)); in get_boot_seed()
305 random = rotate_xor(random, &seed, sizeof(seed)); in kaslr_choose_location()
312 random = rotate_xor(random, &seed, sizeof(seed)); in kaslr_choose_location()
/Linux-v5.10/arch/mips/kernel/
Drelocate.c187 static inline __init unsigned long rotate_xor(unsigned long hash, in rotate_xor() function
208 hash = rotate_xor(hash, linux_banner, strlen(linux_banner)); in get_random_boot()
211 hash = rotate_xor(hash, &entropy, sizeof(entropy)); in get_random_boot()
224 hash = rotate_xor(hash, prop, sizeof(*prop)); in get_random_boot()
/Linux-v5.10/arch/x86/boot/compressed/
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()