Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/
H A Dnuma_emulation.c376 u8 *phys_dist = NULL; in numa_emulation() local
377 size_t phys_size = numa_dist_cnt * numa_dist_cnt * sizeof(phys_dist[0]); in numa_emulation()
456 phys_dist = __va(phys); in numa_emulation()
460 phys_dist[i * numa_dist_cnt + j] = in numa_emulation()
513 dist = phys_dist[physi * numa_dist_cnt + physj]; in numa_emulation()
520 memblock_free(phys_dist, phys_size); in numa_emulation()