Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/
Dnuma.c43 = { [0 ... MAX_NUMNODES - 1] = PXM_INVAL };
57 return PXM_INVAL; in node_to_pxm()
65 if (node_to_pxm_map[node] == PXM_INVAL || pxm < node_to_pxm_map[node]) in __acpi_map_pxm_to_node()
/linux-4.4.14/include/linux/
Dacpi.h312 #define PXM_INVAL (-1) macro