Lines Matching full:numa
2 /* Common code for 32 and 64-bit NUMA */
41 early_param("numa", numa_setup);
196 * dummy_numa_init - Fallback dummy NUMA init
198 * Used if there's no underlying NUMA architecture, NUMA initialization
199 * fails, or NUMA is disabled on the command line.
207 numa_off ? "NUMA turned off" : "No NUMA configuration found"); in dummy_numa_init()
218 * x86_numa_init - Initialize NUMA
220 * Try each configured NUMA initialization method until one succeeds. The
278 * This means we skip cpu_to_node[] initialisation for NUMA
280 * for NUMA on a non NUMA box), which is OK as cpu_to_node[]
283 * for the fake NUMA cases.