Lines Matching full:numa
3 * NUMA support, based on the x86 implementation.
9 #define pr_fmt(fmt) "NUMA: " fmt
34 early_param("numa", numa_parse_early_param);
135 * We should set the numa node of cpu0 as soon as possible, because it in early_map_cpu_to_node()
243 pr_info("No NUMA configuration found\n"); in numa_init()
261 * dummy_numa_init() - Fallback dummy NUMA init
263 * Used if there's no underlying NUMA architecture, NUMA initialization
264 * fails, or NUMA is disabled on the command line.
278 pr_info("NUMA disabled\n"); /* Forced off on command line. */ in dummy_numa_init()
283 pr_err("NUMA init failed\n"); in dummy_numa_init()
313 * arch_numa_init() - Initialize NUMA
315 * Try each configured NUMA initialization method until one succeeds. The