Lines Matching full:numa
3 * pSeries NUMA support
7 #define pr_fmt(fmt) "numa: " fmt
98 * Modify node id, iff we started creating NUMA nodes in fake_numa_create_new_node()
188 * Returns nid in the range [0..nr_node_ids], or -1 if no useful NUMA
261 /* Double the distance for each NUMA level */ in __node_distance()
363 * With FORM2 we expect NUMA distance of all possible NUMA in update_numa_distance()
367 "NUMA distance details for node %d not provided\n", nid); in update_numa_distance()
372 * ibm,numa-lookup-index-table= {N, domainid1, domainid2, ..... domainidN}
373 * ibm,numa-distance-table = { N, 1, 2, 4, 5, 1, 6, .... N elements}
391 numa_lookup_index = of_get_property(root, "ibm,numa-lookup-index-table", NULL); in initialize_form2_numa_distance_lookup_table()
395 form2_distances = of_get_property(root, "ibm,numa-distance-table", NULL); in initialize_form2_numa_distance_lookup_table()
409 WARN(1, "Wrong NUMA distance information\n"); in initialize_form2_numa_distance_lookup_table()
464 * (should be all 0's) and the second is for a normal NUMA in find_primary_domain_index()
465 * configuration. We have only one level of NUMA. in find_primary_domain_index()
468 * NUMA boundary and the following are progressively less significant in find_primary_domain_index()
469 * boundaries. There can be more than one level of NUMA. in find_primary_domain_index()
519 panic("numa.c: No memory nodes found!"); in get_n_mem_cells()
845 * Extract NUMA information from the ibm,dynamic-reconfiguration-memory
912 * mark the numa disabled, boot with numa disabled. in parse_numa_properties()
927 * Even though we connect cpus to numa domains later in SMP in parse_numa_properties()
1141 pr_info("Partition configured for %d NUMA nodes.\n", max_nodes); in find_possible_nodes()
1177 * Modify the set of possible NUMA nodes to reflect information in mem_topology_setup()
1225 cpuhp_setup_state_nocalls(CPUHP_POWER_NUMA_PREPARE, "powerpc/numa:prepare", in initmem_init()
1243 early_param("numa", early_numa);