Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/acpi/numa/
Dsrat.c93 static int node_to_pxm_map_copy[MAX_NUMNODES] __initdata in fix_pxm_node_maps() local
110 WARN(node_to_pxm_map_copy[j] != PXM_INVAL, in fix_pxm_node_maps()
112 j, node_to_pxm_map_copy[j])) in fix_pxm_node_maps()
115 node_to_pxm_map_copy[j] = in fix_pxm_node_maps()
147 node_to_pxm_map_copy[j] != PXM_INVAL; in fix_pxm_node_maps()
153 node_to_pxm_map_copy[j] = node_to_pxm_map[i]; in fix_pxm_node_maps()
161 if (node_to_pxm_map_copy[i] != PXM_INVAL && in fix_pxm_node_maps()
162 pxm_to_node_map_copy[node_to_pxm_map_copy[i]] == NUMA_NO_NODE) in fix_pxm_node_maps()
163 pxm_to_node_map_copy[node_to_pxm_map_copy[i]] = i; in fix_pxm_node_maps()
167 node_to_pxm_map[i] = node_to_pxm_map_copy[i]; in fix_pxm_node_maps()