/arch/avr32/kernel/ |
D | setup.c | 59 .sibling = &kernel_data, 85 for (mem = system_ram; mem; mem = mem->sibling) { in resource_init() 89 new->sibling = NULL; in resource_init() 95 for (res = reserved; res; res = res->sibling) { in resource_init() 99 new->sibling = NULL; in resource_init() 113 pprev = &next->sibling, next = next->sibling) { in add_physical_memory() 155 pprev = &next->sibling, next = next->sibling) { in add_reserved_region() 166 new->sibling = next; in add_reserved_region() 182 for (res = reserved; res; res = res->sibling) { in find_free_region() 203 for (mem = system_ram; mem; mem = mem->sibling) { in alloc_reserved_region() [all …]
|
/arch/mips/basler/excite/ |
D | excite_device.c | 77 .sibling = NULL, 86 .sibling = NULL, 95 .sibling = NULL, 104 .sibling = NULL, 113 .sibling = NULL, 122 .sibling = NULL, 131 .sibling = NULL, 140 .sibling = NULL,
|
/arch/powerpc/kernel/ |
D | pci_dn.c | 105 else if (dn->sibling) in traverse_pci_devices() 107 nextdn = dn->sibling; in traverse_pci_devices() 114 } while (dn->sibling == NULL); in traverse_pci_devices() 115 nextdn = dn->sibling; in traverse_pci_devices()
|
D | rtas_pci.c | 102 for (dn = busdn->child; dn; dn = dn->sibling) { in rtas_pci_read_config() 149 for (dn = busdn->child; dn; dn = dn->sibling) { in rtas_pci_write_config()
|
D | prom.c | 321 dad->next->sibling = np; in unflatten_dt_node() 1427 np->sibling = np->parent->child; in of_attach_node() 1462 parent->child = np->sibling; in of_detach_node() 1466 prevsib->sibling != np; in of_detach_node() 1467 prevsib = prevsib->sibling) in of_detach_node() 1469 prevsib->sibling = np->sibling; in of_detach_node()
|
D | pci-common.c | 811 res->sibling = NULL; in pci_process_bridge_OF_ranges() 1178 for (pp = &parent->child; (p = *pp) != NULL; pp = &p->sibling) { in reparent_resources() 1192 res->sibling = *pp; in reparent_resources() 1195 for (p = res->child; p != NULL; p = p->sibling) { in reparent_resources()
|
/arch/sparc/kernel/ |
D | pci_psycho.c | 187 if (pbm->sibling) in psycho_ue_intr() 188 psycho_check_iommu_error(pbm->sibling, afsr, afar, UE_ERR); in psycho_ue_intr() 525 pbm->sibling = psycho_find_sibling(upa_portid); in psycho_probe() 526 if (pbm->sibling) { in psycho_probe() 527 iommu = pbm->sibling->iommu; in psycho_probe() 562 if (!pbm->sibling) { in psycho_probe() 578 if (pbm->sibling) in psycho_probe() 579 pbm->sibling->sibling = pbm; in psycho_probe() 586 if (!pbm->sibling) in psycho_probe()
|
D | pci_schizo.c | 347 if (pbm->sibling) in schizo_check_iommu_error() 348 schizo_check_iommu_error_pbm(pbm->sibling, type); in schizo_check_iommu_error() 1433 pbm->sibling = schizo_find_sibling(portid, chip_type); in __schizo_init() 1446 if (pbm->sibling) in __schizo_init() 1447 pbm->sibling->sibling = pbm; in __schizo_init()
|
D | pci_impl.h | 62 struct pci_pbm_info *sibling; member
|
D | of_device_32.c | 52 for (dp = bus_dp->child; dp; dp = dp->sibling) { in of_propagate_archdata() 588 dp = dp->sibling; in scan_tree()
|
/arch/m68k/amiga/ |
D | chipram.c | 112 for (p = &chipram_res.child; (res = *p); p = &res->sibling) { in amiga_chip_free() 115 *p = res->sibling; in amiga_chip_free()
|
/arch/mips/pci/ |
D | pci-rc32434.c | 57 .sibling = NULL, 67 .sibling = NULL,
|
/arch/xtensa/include/asm/ |
D | pci-bridge.h | 74 res->sibling = NULL; in pcibios_init_resource()
|
/arch/powerpc/include/asm/ |
D | bootx.h | 158 u32 sibling; member
|
D | prom.h | 96 struct device_node *sibling; member
|
/arch/x86/kernel/ |
D | smpboot.c | 1325 int sibling; in remove_siblinginfo() local 1328 for_each_cpu(sibling, cpu_core_mask(cpu)) { in remove_siblinginfo() 1329 cpumask_clear_cpu(cpu, cpu_core_mask(sibling)); in remove_siblinginfo() 1334 cpu_data(sibling).booted_cores--; in remove_siblinginfo() 1337 for_each_cpu(sibling, cpu_sibling_mask(cpu)) in remove_siblinginfo() 1338 cpumask_clear_cpu(cpu, cpu_sibling_mask(sibling)); in remove_siblinginfo()
|
/arch/sparc/include/asm/ |
D | prom.h | 55 struct device_node *sibling; member
|
D | floppy_64.h | 579 for (dp = ebus_dp->child; dp; dp = dp->sibling) { in sun_floppy_init() 662 for (dp = ebus_dp->child; dp; dp = dp->sibling) { in sun_floppy_init()
|
/arch/powerpc/platforms/pseries/ |
D | eeh_driver.c | 61 pc = pc->sibling; 283 dn = dn->sibling; in eeh_reset_device()
|
/arch/sh/mm/ |
D | ioremap_64.c | 157 for (res = root->child; res; res = res->sibling) in shmedia_find_resource() 385 for (r = ((struct resource *)data)->child; r != NULL; r = r->sibling) { in ioremap_proc_info()
|
/arch/s390/ |
D | Makefile | 45 cflags-$(CONFIG_FRAME_POINTER) += -fno-optimize-sibling-calls
|
/arch/powerpc/platforms/maple/ |
D | pci.c | 41 for (; node != 0;node = node->sibling) { in fixup_one_level_bus_range() 563 for (np = np->child; np; np = np->sibling) in maple_pci_init()
|
/arch/ia64/ |
D | Makefile | 30 -falign-functions=32 -frename-registers -fno-optimize-sibling-calls
|
/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 272 cpp = &np->sibling; in bootx_scan_dt_build_strings() 344 cpp = &np->sibling; in bootx_scan_dt_build_struct()
|
/arch/x86/kernel/cpu/ |
D | intel_cacheinfo.c | 528 int sibling; in cache_remove_shared_cpu_map() local 531 for_each_cpu_mask_nr(sibling, this_leaf->shared_cpu_map) { in cache_remove_shared_cpu_map() 532 sibling_leaf = CPUID4_INFO_IDX(sibling, index); in cache_remove_shared_cpu_map()
|