Lines Matching refs:node

57 static struct iommu_table *iommu_pseries_alloc_table(int node)
61 tbl = kzalloc_node(sizeof(struct iommu_table), GFP_KERNEL, node);
70 static struct iommu_table_group *iommu_pseries_alloc_group(int node)
74 table_group = kzalloc_node(sizeof(*table_group), GFP_KERNEL, node);
83 table_group->tables[0] = iommu_pseries_alloc_table(node);
546 struct device_node *node;
556 node = phb->dn;
557 basep = of_get_property(node, "linux,tce-base", NULL);
558 sizep = of_get_property(node, "linux,tce-size", NULL);
647 pci->table_group = iommu_pseries_alloc_group(pci->phb->node);
652 if (!iommu_init_table(tbl, pci->phb->node, 0, 0))
797 ppci->table_group = iommu_pseries_alloc_group(ppci->phb->node);
814 if (!iommu_init_table(tbl, ppci->phb->node, 0, 0))
841 PCI_DN(dn)->table_group = iommu_pseries_alloc_group(phb->node);
845 if (!iommu_init_table(tbl, phb->node, 0, 0))
1039 * @np: device node from which the extension value is to be read.
1043 * Checks if "ibm,ddw-extensions" exists for this node, and get the value
1097 * Retrieve them from the pci device, not the node with the
1145 * Retrieve them from the pci device, not the node with the
1287 * pdn: the parent pe node with the ibm,dma_window property
1337 * for the given node in that order.
1495 newtbl = iommu_pseries_alloc_table(pci->phb->node);
1503 iommu_init_table(newtbl, pci->phb->node, start, end);
1581 pr_debug(" node is %pOF\n", dn);
1594 pci->table_group = iommu_pseries_alloc_group(pci->phb->node);
1611 iommu_init_table(tbl, pci->phb->node, 0, 0);
1631 dev_dbg(&pdev->dev, "node is %pOF\n", dn);
1705 * the device node.