slot_max          477 arch/x86/boot/compressed/kaslr.c static unsigned long slot_max;
slot_max          494 arch/x86/boot/compressed/kaslr.c 		slot_max += slot_area.num;
slot_max          558 arch/x86/boot/compressed/kaslr.c 	if (slot_max == 0)
slot_max          561 arch/x86/boot/compressed/kaslr.c 	slot = kaslr_get_random_long("Physical") % slot_max;
slot_max          239 drivers/pci/hotplug/ibmphp.h 	u8 slot_max;
slot_max          784 drivers/pci/hotplug/ibmphp_core.c 	while (i <= slot_cur->bus_on->slot_max) {
slot_max          913 drivers/pci/hotplug/ibmphp_core.c 	for (i = slot_cur->bus_on->slot_min; i <= slot_cur->bus_on->slot_max; i++) {
slot_max          115 drivers/pci/hotplug/ibmphp_ebda.c 		debug("%s - slot_max = %x\n", __func__, ptr->slot_max);
slot_max          748 drivers/pci/hotplug/ibmphp_ebda.c 				bus_info_ptr1->slot_max = slot_ptr->slot_num;
slot_max          761 drivers/pci/hotplug/ibmphp_ebda.c 				bus_info_ptr2->slot_max = max(bus_info_ptr2->slot_max, slot_ptr->slot_num);
slot_max         1675 drivers/pci/hotplug/ibmphp_pci.c 	max = bus->slot_max;