Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/acpi/
Dnuma.c46 = { [0 ... MAX_NUMNODES - 1] = PXM_INVAL };
60 return PXM_INVAL; in node_to_pxm()
68 if (node_to_pxm_map[node] == PXM_INVAL || pxm < node_to_pxm_map[node]) in __acpi_map_pxm_to_node()
/linux-3.4.99/include/linux/
Dacpi.h241 #define PXM_INVAL (-1) macro