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

/linux-master/arch/x86/boot/compressed/
H A Dkaslr.c488 static struct slot_area slot_areas[MAX_SLOT_AREA]; variable in typeref:struct:slot_area
502 slot_areas[slot_area_index++] = slot_area;
568 if (slot >= slot_areas[i].num) {
569 slot -= slot_areas[i].num;
572 return slot_areas[i].addr + ((u64)slot * CONFIG_PHYSICAL_ALIGN);
637 debug_putstr("Aborted e820/efi memmap scan (slot_areas full)!\n");
666 debug_putstr("Aborted e820/efi memmap scan when walking immovable regions(slot_areas full)!\n");

Completed in 121 milliseconds