Home
last modified time | relevance | path

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

/arch/x86/boot/compressed/
Dkaslr.c256 static unsigned long slot_max; variable
273 slot_max += slot_area.num; in store_slot_info()
283 if (slot_max == 0) in slots_fetch_random()
286 slot = kaslr_get_random_long("Physical") % slot_max; in slots_fetch_random()