Lines Matching defs:node
388 /* record this node in proximity bitmap */
393 /* nid should be overridden as logical node id later */
408 /* fill node memory chunk structure */
421 /* record this node in proximity bitmap */
445 /* If there's no SRAT, fix the phys_id and mark node 0 online */
454 * MCD - This can probably be dropped now. No need for pxm ID to node ID
455 * mapping with sparse node numbering iff MAX_PXM_DOMAINS <= MAX_NUMNODES.
465 /* set logical node id in memory chunk structure */
469 /* assign memory bank numbers for each chunk on each node */
479 /* set logical node id in cpu structure */
719 * We don't have cpu-only-node hotadd. But if the system equips
720 * SRAT table, pxm is already found and node is ready.
833 int node;
860 /* OK, it's an IOSAPIC MADT entry; associate it with a node */
861 node = acpi_get_node(handle);
862 if (node == NUMA_NO_NODE || !node_online(node) ||
863 cpumask_empty(cpumask_of_node(node)))
866 /* We know a gsi to node mapping! */
867 map_iosapic_to_node(gsi_base, node);