Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/
Dnuma.c45 = { [0 ... MAX_NUMNODES - 1] = PXM_INVAL };
59 return PXM_INVAL; in node_to_pxm()
67 if (node_to_pxm_map[node] == PXM_INVAL || pxm < node_to_pxm_map[node]) in __acpi_map_pxm_to_node()
/linux-4.1.27/include/linux/
Dacpi.h303 #define PXM_INVAL (-1) macro