Home
last modified time | relevance | path

Searched refs:emu_nid_to_phys (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dnuma_emulation.c15 static int emu_nid_to_phys[MAX_NUMNODES]; variable
65 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 …]
/linux/arch/x86/mm/
H A Dnuma.c431 void __init numa_emu_update_cpu_to_node(int *emu_nid_to_phys, in numa_emu_update_cpu_to_node() argument
445 if (__apicid_to_node[i] == emu_nid_to_phys[j]) in numa_emu_update_cpu_to_node()
/linux/include/linux/
H A Dnuma_memblks.h34 void __init numa_emu_update_cpu_to_node(int *emu_nid_to_phys,