Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/boot/compressed/
Dkaslr.c477 static unsigned long slot_max; variable
494 slot_max += slot_area.num; in store_slot_info()
558 if (slot_max == 0) in slots_fetch_random()
561 slot = kaslr_get_random_long("Physical") % slot_max; in slots_fetch_random()
/Linux-v4.19/drivers/pci/hotplug/
Dibmphp_ebda.c115 debug("%s - slot_max = %x\n", __func__, ptr->slot_max); in print_bus_info()
777 bus_info_ptr1->slot_max = slot_ptr->slot_num; in ebda_rsrc_controller()
790 bus_info_ptr2->slot_max = max(bus_info_ptr2->slot_max, slot_ptr->slot_num); in ebda_rsrc_controller()
Dibmphp.h239 u8 slot_max; member
Dibmphp_core.c820 while (i <= slot_cur->bus_on->slot_max) { in is_bus_empty()
949 for (i = slot_cur->bus_on->slot_min; i <= slot_cur->bus_on->slot_max; i++) { in check_limitations()
Dibmphp_pci.c1675 max = bus->slot_max; in find_sec_number()