Lines Matching refs:node
193 u64 node;
418 lmc->mem = alloc_pages_node(lmc->node, GFP_KERNEL, 0);
496 addr |= lmc->node << 40;
520 static unsigned int thunderx_get_num_lmcs(unsigned int node)
531 if (pdev->dev.numa_node == node)
653 int node = dev_to_node(&pdev->dev);
656 ret += max(node, 0) << 3;
743 lmc->node = FIELD_GET(THUNDERX_NODE, pci_resource_start(pdev, 0));
745 lmc->xbits = thunderx_get_num_lmcs(lmc->node) >> 1;
760 l2c_ioaddr = ioremap(L2C_CTL | FIELD_PREP(THUNDERX_NODE, lmc->node), PAGE_SIZE);
854 .descr = "Invalid IO transaction node ID",
859 .descr = "Invalid memory transaction node ID",
864 .descr = "Invalid coprocessor transaction node ID",
869 .descr = "Invalid SLI transaction node ID",