Searched refs:phys_dist (Results 1 – 1 of 1) sorted by relevance
378 u8 *phys_dist = NULL; in numa_emulation() local379 size_t phys_size = numa_dist_cnt * numa_dist_cnt * sizeof(phys_dist[0]); in numa_emulation()450 phys_dist = memblock_alloc(phys_size, PAGE_SIZE); in numa_emulation()451 if (!phys_dist) { in numa_emulation()458 phys_dist[i * numa_dist_cnt + j] = in numa_emulation()499 dist = phys_dist[physi * numa_dist_cnt + physj]; in numa_emulation()506 memblock_free(phys_dist, phys_size); in numa_emulation()