Lines Matching refs:seed
44 prop = fdt_getprop_w(fdt, node, "kaslr-seed", &len);
85 u64 seed, offset, mask, module_range;
110 * Retrieve (and wipe) the seed from the FDT
112 seed = get_kaslr_seed(fdt);
131 seed ^= raw;
133 if (!seed) {
140 * kernel image offset from the seed. Let's place the kernel in the
149 offset = BIT(VA_BITS_MIN - 3) + (seed & mask);
152 memstart_offset_seed = seed >> 48;
190 module_alloc_base += (module_range * (seed & ((1 << 21) - 1))) >> 21;
209 pr_warn("KASLR disabled due to lack of seed\n");