Searched refs:rotate_xor (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/mm/nohash/
H A Dkaslr_booke.c45 static unsigned long __init rotate_xor(unsigned long hash, const void *area, function
69 hash = rotate_xor(hash, linux_banner, strlen(linux_banner));
70 hash = rotate_xor(hash, fdt, fdt_totalsize(fdt));
299 random = rotate_xor(random, &seed, sizeof(seed));
306 random = rotate_xor(random, &seed, sizeof(seed));
/linux-master/arch/mips/kernel/
H A Drelocate.c194 static inline __init unsigned long rotate_xor(unsigned long hash, function
221 hash = rotate_xor(hash, linux_banner, strlen(linux_banner));
224 hash = rotate_xor(hash, &entropy, sizeof(entropy));
237 hash = rotate_xor(hash, prop, sizeof(*prop));
/linux-master/arch/loongarch/kernel/
H A Drelocate.c70 static inline __init unsigned long rotate_xor(unsigned long hash, function
97 hash = rotate_xor(hash, linux_banner, strlen(linux_banner));
100 hash = rotate_xor(hash, &entropy, sizeof(entropy));
/linux-master/arch/x86/boot/compressed/
H A Dkaslr.c45 static unsigned long rotate_xor(unsigned long hash, const void *area, function
65 hash = rotate_xor(hash, build_str, sizeof(build_str));
66 hash = rotate_xor(hash, boot_params_ptr, sizeof(*boot_params_ptr));

Completed in 425 milliseconds