Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dkaslr.c494 static unsigned long slot_max; variable
507 slot_max += slot_area.num; in store_slot_info()
566 if (slot_max == 0) in slots_fetch_random()
569 slot = kaslr_get_random_long("Physical") % slot_max; in slots_fetch_random()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dkaslr.c490 static unsigned long slot_max; variable
503 slot_max += slot_area.num; in store_slot_info()
562 if (slot_max == 0) in slots_fetch_random()
565 slot = kaslr_get_random_long("Physical") % slot_max; in slots_fetch_random()
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dibmphp_ebda.c115 debug("%s - slot_max = %x\n", __func__, ptr->slot_max); in print_bus_info()
737 // create bus_info lined list --- if only one slot per bus: slot_min = slot_max in ebda_rsrc_controller()
747 bus_info_ptr1->slot_max = slot_ptr->slot_num; in ebda_rsrc_controller()
760 bus_info_ptr2->slot_max = max(bus_info_ptr2->slot_max, slot_ptr->slot_num); in ebda_rsrc_controller()
1004 * (if only one slot per bus slot_min = slot_max )
H A Dibmphp_core.c784 while (i <= slot_cur->bus_on->slot_max) { in is_bus_empty()
913 for (i = slot_cur->bus_on->slot_min; i <= slot_cur->bus_on->slot_max; i++) { in check_limitations()
H A Dibmphp.h239 u8 slot_max; member
H A Dibmphp_pci.c1675 max = bus->slot_max; in find_sec_number()
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dibmphp_ebda.c115 debug("%s - slot_max = %x\n", __func__, ptr->slot_max); in print_bus_info()
737 // create bus_info lined list --- if only one slot per bus: slot_min = slot_max in ebda_rsrc_controller()
747 bus_info_ptr1->slot_max = slot_ptr->slot_num; in ebda_rsrc_controller()
760 bus_info_ptr2->slot_max = max(bus_info_ptr2->slot_max, slot_ptr->slot_num); in ebda_rsrc_controller()
1004 * (if only one slot per bus slot_min = slot_max )
H A Dibmphp_core.c713 while (i <= slot_cur->bus_on->slot_max) { in is_bus_empty()
842 for (i = slot_cur->bus_on->slot_min; i <= slot_cur->bus_on->slot_max; i++) { in check_limitations()
H A Dibmphp.h239 u8 slot_max; member
H A Dibmphp_pci.c1673 max = bus->slot_max; in find_sec_number()
/kernel/linux/linux-6.6/arch/parisc/mm/
H A Dinit.c727 const int slot_max = btlb_info.fixed_range_info.num_comb; in alloc_btlb() local
736 while (start < end && *slot < slot_max && size >= PAGE_SIZE) { in alloc_btlb()

Completed in 16 milliseconds