Searched refs:early_map_cpu_to_node (Results 1 – 3 of 3) sorted by relevance
36 void __init early_map_cpu_to_node(unsigned int cpu, int nid);47 static inline void early_map_cpu_to_node(unsigned int cpu, int nid) { } in early_map_cpu_to_node() function
610 early_map_cpu_to_node(i, acpi_numa_get_nid(i)); in acpi_parse_and_init_cpus()651 early_map_cpu_to_node(0, of_node_to_nid(dn)); in of_parse_and_init_cpus()668 early_map_cpu_to_node(cpu_count, of_node_to_nid(dn)); in of_parse_and_init_cpus()
123 void __init early_map_cpu_to_node(unsigned int cpu, int nid) in early_map_cpu_to_node() function