Searched refs:early_map_cpu_to_node (Results 1 – 3 of 3) sorted by relevance
39 void __init early_map_cpu_to_node(unsigned int cpu, int nid);50 static inline void early_map_cpu_to_node(unsigned int cpu, int nid) { } in early_map_cpu_to_node() function
653 early_map_cpu_to_node(i, acpi_numa_get_nid(i)); in acpi_parse_and_init_cpus()694 early_map_cpu_to_node(0, of_node_to_nid(dn)); in of_parse_and_init_cpus()711 early_map_cpu_to_node(cpu_count, of_node_to_nid(dn)); in of_parse_and_init_cpus()
127 void __init early_map_cpu_to_node(unsigned int cpu, int nid) in early_map_cpu_to_node() function