Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Damd64_edac.c991 } gpu_node_map; variable
1018 if (gpu_node_map.base_node_id) in gpu_get_node_map()
1033 gpu_node_map.node_count = FIELD_GET(LNTM_NODE_COUNT, tmp); in gpu_get_node_map()
1034 gpu_node_map.base_node_id = FIELD_GET(LNTM_BASE_NODE_ID, tmp); in gpu_get_node_map()
1050 if (nid < gpu_node_map.base_node_id) in fixup_node_id()
1054 return nid - gpu_node_map.base_node_id + 1; in fixup_node_id()