Searched refs:PXM_INVAL (Results 1 – 3 of 3) sorted by relevance
29 = { [0 ... MAX_NUMNODES - 1] = PXM_INVAL };52 return PXM_INVAL; in node_to_pxm()61 if (node_to_pxm_map[node] == PXM_INVAL || pxm < node_to_pxm_map[node]) in __acpi_map_pxm_to_node()96 = { [0 ... MAX_NUMNODES - 1] = PXM_INVAL }; in fix_pxm_node_maps()109 if (node_to_pxm_map[i] != PXM_INVAL) { in fix_pxm_node_maps()112 WARN(node_to_pxm_map_copy[j] != PXM_INVAL, in fix_pxm_node_maps()139 if (node_to_pxm_map[i] != PXM_INVAL) { in fix_pxm_node_maps()149 node_to_pxm_map_copy[j] != PXM_INVAL; in fix_pxm_node_maps()163 if (node_to_pxm_map_copy[i] != PXM_INVAL && in fix_pxm_node_maps()
225 target->processor_pxm = PXM_INVAL; in alloc_target()792 if (target->processor_pxm != PXM_INVAL) { in hmat_update_target_attrs()
486 #define PXM_INVAL (-1) macro