Searched refs:root_res (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/x86/pci/
H A Dbus_numa.c34 struct pci_root_res *root_res; local
54 list_for_each_entry(root_res, &info->resources, list)
55 pci_add_resource(resources, &root_res->res);
99 struct pci_root_res *root_res; local
111 list_for_each_entry(root_res, &info->resources, list) {
115 res = &root_res->res;
135 root_res = kzalloc(sizeof(*root_res), GFP_KERNEL);
136 if (!root_res)
139 res = &root_res
[all...]
H A Dbroadcom_bus.c21 struct pci_root_res *root_res; local
81 list_for_each_entry(root_res, &info->resources, list)
82 printk(KERN_INFO "host bridge window %pR\n", &root_res->res);
H A Damd_bus.c325 struct pci_root_res *root_res; local
330 list_for_each_entry(root_res, &info->resources, list)
332 busnum, &root_res->res);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_region_lmem.c54 struct resource *root_res; local
94 pci_bus_for_each_resource(root, root_res, i) {
95 if (root_res && root_res->flags & (IORESOURCE_MEM | IORESOURCE_MEM_64) &&
96 root_res->start > 0x100000000ull)
101 if (!root_res) {
/linux-master/drivers/gpu/drm/xe/
H A Dxe_mmio.c62 struct resource *root_res; local
107 pci_bus_for_each_resource(root, root_res, i) {
108 if (root_res && root_res->flags & (IORESOURCE_MEM | IORESOURCE_MEM_64) &&
109 (u64)root_res->start > 0x100000000ul)
113 if (!root_res) {
/linux-master/drivers/macintosh/
H A Dmacio_asic.c462 struct resource *root_res = &iomem_resource; local
468 root_res = &chip->lbus.pdev->resource[0];
476 rdev = macio_add_one_device(chip, parent, pnode, NULL, root_res);
479 root_res = &rdev->resource[0];
487 root_res);
504 mbdev, root_res) == NULL)
517 NULL, root_res) == NULL)

Completed in 117 milliseconds