Searched refs:upa (Results 1 - 25 of 30) sorted by relevance
12
/kernel/linux/linux-5.10/mm/ |
H A D | percpu.c | 2304 int upa, apl; /* units per alloc, allocs per line */ in pcpu_dump_alloc_info() local 2315 upa = ai->alloc_size / ai->unit_size; in pcpu_dump_alloc_info() 2316 width = upa * (cpu_width + 1) + group_width + 3; in pcpu_dump_alloc_info() 2327 BUG_ON(gi->nr_units % upa); in pcpu_dump_alloc_info() 2328 for (alloc_end += gi->nr_units / upa; in pcpu_dump_alloc_info() 2336 for (unit_end += upa; unit < unit_end; unit++) in pcpu_dump_alloc_info() 2675 int upa, max_upa, best_upa; /* units_per_alloc */ in pcpu_build_alloc_info() local 2700 upa = alloc_size / min_unit_size; in pcpu_build_alloc_info() 2701 while (alloc_size % upa || (offset_in_page(alloc_size / upa))) in pcpu_build_alloc_info() 2975 int upa; pcpu_page_first_chunk() local [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | percpu.c | 2484 int upa, apl; /* units per alloc, allocs per line */ in pcpu_dump_alloc_info() local 2495 upa = ai->alloc_size / ai->unit_size; in pcpu_dump_alloc_info() 2496 width = upa * (cpu_width + 1) + group_width + 3; in pcpu_dump_alloc_info() 2507 BUG_ON(gi->nr_units % upa); in pcpu_dump_alloc_info() 2508 for (alloc_end += gi->nr_units / upa; in pcpu_dump_alloc_info() 2516 for (unit_end += upa; unit < unit_end; unit++) in pcpu_dump_alloc_info() 2848 int upa, max_upa, best_upa; /* units_per_alloc */ in pcpu_build_alloc_info() local 2874 upa = alloc_size / min_unit_size; in pcpu_build_alloc_info() 2875 while (alloc_size % upa || (offset_in_page(alloc_size / upa))) in pcpu_build_alloc_info() 3246 int upa; pcpu_page_first_chunk() local [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | starfire.c | 15 #include <asm/upa.h>
|
H A D | central.c | 17 #include <asm/upa.h>
|
H A D | psycho_common.c | 10 #include <asm/upa.h>
|
H A D | prom_64.c | 26 #include <asm/upa.h> 127 prop = of_find_property(dp, "upa-portid", NULL); in sun4u_path_component() 200 prop = of_find_property(dp, "upa-portid", NULL); in upa_path_component() 323 if (of_node_is_type(parent, "upa")) { in __build_path_component() 378 return (tlb_type == spitfire ? "upa-portid" : "portid"); in get_mid_prop() 388 * property. On everything else we look for a 'upa-portid', in arch_find_n_match_cpu_physical_id()
|
H A D | pci_sabre.c | 22 #include <asm/upa.h> 498 upa_portid = of_getintprop_default(dp, "upa-portid", 0xff); in sabre_probe()
|
H A D | pci_psycho.c | 22 #include <asm/upa.h> 517 upa_portid = of_getintprop_default(dp, "upa-portid", 0xff); in psycho_probe()
|
H A D | pci_fire.c | 18 #include <asm/upa.h>
|
H A D | prom_irqtrans.c | 11 #include <asm/upa.h>
|
H A D | sbus.c | 22 #include <asm/upa.h>
|
H A D | irq_64.c | 32 #include <asm/upa.h>
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | starfire.c | 15 #include <asm/upa.h>
|
H A D | central.c | 17 #include <asm/upa.h>
|
H A D | pci_sabre.c | 22 #include <asm/upa.h> 498 upa_portid = of_getintprop_default(dp, "upa-portid", 0xff); in sabre_probe()
|
H A D | pci_psycho.c | 24 #include <asm/upa.h> 519 upa_portid = of_getintprop_default(dp, "upa-portid", 0xff); in psycho_probe()
|
H A D | pci_fire.c | 19 #include <asm/upa.h>
|
H A D | psycho_common.c | 11 #include <asm/upa.h>
|
H A D | prom_64.c | 26 #include <asm/upa.h> 127 prop = of_find_property(dp, "upa-portid", NULL); in sun4u_path_component() 200 prop = of_find_property(dp, "upa-portid", NULL); in upa_path_component() 323 if (of_node_is_type(parent, "upa")) { in __build_path_component() 378 return (tlb_type == spitfire ? "upa-portid" : "portid"); in get_mid_prop() 388 * property. On everything else we look for a 'upa-portid', in arch_find_n_match_cpu_physical_id()
|
H A D | prom_irqtrans.c | 12 #include <asm/upa.h>
|
H A D | sbus.c | 23 #include <asm/upa.h>
|
/kernel/linux/linux-5.10/drivers/leds/ |
H A D | leds-sunfire.c | 18 #include <asm/upa.h>
|
/kernel/linux/linux-5.10/drivers/sbus/char/ |
H A D | flash.c | 21 #include <asm/upa.h>
|
/kernel/linux/linux-6.6/drivers/leds/ |
H A D | leds-sunfire.c | 18 #include <asm/upa.h>
|
/kernel/linux/linux-6.6/drivers/sbus/char/ |
H A D | flash.c | 21 #include <asm/upa.h>
|
Completed in 26 milliseconds
12