Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
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-6.12.1/drivers/base/
Darch_numa.c327 void __init numa_emu_update_cpu_to_node(int *emu_nid_to_phys, in numa_emu_update_cpu_to_node() argument
341 if (cpu_to_node_map[i] == emu_nid_to_phys[j]) in numa_emu_update_cpu_to_node()
/linux-6.12.1/arch/x86/mm/
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-6.12.1/include/linux/
Dnuma_memblks.h34 void __init numa_emu_update_cpu_to_node(int *emu_nid_to_phys,