Searched refs:early_map_cpu_to_node (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/riscv/kernel/ |
H A D | smpboot.c | 108 early_map_cpu_to_node(0, acpi_numa_get_nid(cpu_count)); in acpi_parse_rintc() 118 early_map_cpu_to_node(cpu_count, acpi_numa_get_nid(cpu_count)); in acpi_parse_rintc() 161 early_map_cpu_to_node(0, of_node_to_nid(dn)); in of_parse_and_init_cpus() 171 early_map_cpu_to_node(cpuid, of_node_to_nid(dn)); in of_parse_and_init_cpus()
|
/openbmc/linux/include/asm-generic/ |
H A D | numa.h | 37 void __init early_map_cpu_to_node(unsigned int cpu, int nid); 49 static inline void early_map_cpu_to_node(unsigned int cpu, int nid) { } in early_map_cpu_to_node() function
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | smp.c | 614 early_map_cpu_to_node(i, acpi_numa_get_nid(i)); in acpi_parse_and_init_cpus() 655 early_map_cpu_to_node(0, of_node_to_nid(dn)); in of_parse_and_init_cpus() 672 early_map_cpu_to_node(cpu_count, of_node_to_nid(dn)); in of_parse_and_init_cpus()
|
/openbmc/linux/drivers/base/ |
H A D | arch_numa.c | 126 void __init early_map_cpu_to_node(unsigned int cpu, int nid) in early_map_cpu_to_node() function
|