Searched refs:emu_nid_to_phys (Results 1 – 3 of 3) sorted by relevance
15 static int emu_nid_to_phys[MAX_NUMNODES]; variable65 if (emu_nid_to_phys[nid] == NUMA_NO_NODE) in emu_setup_memblk()66 emu_nid_to_phys[nid] = pb->nid; in emu_setup_memblk()335 for (i = 0; i < ARRAY_SIZE(emu_nid_to_phys); i++) { in setup_emu2phys_nid()336 if (emu_nid_to_phys[i] != NUMA_NO_NODE) { in setup_emu2phys_nid()339 *dfl_phys_nid = emu_nid_to_phys[i]; in setup_emu2phys_nid()390 emu_nid_to_phys[i] = NUMA_NO_NODE; in numa_emulation()478 numa_emu_update_cpu_to_node(emu_nid_to_phys, ARRAY_SIZE(emu_nid_to_phys)); in numa_emulation()481 for (i = 0; i < ARRAY_SIZE(emu_nid_to_phys); i++) in numa_emulation()482 if (emu_nid_to_phys[i] == NUMA_NO_NODE) in numa_emulation()[all …]
431 void __init numa_emu_update_cpu_to_node(int *emu_nid_to_phys, in numa_emu_update_cpu_to_node() argument445 if (__apicid_to_node[i] == emu_nid_to_phys[j]) in numa_emu_update_cpu_to_node()
34 void __init numa_emu_update_cpu_to_node(int *emu_nid_to_phys,