Searched refs:MAX_PXM_DOMAINS (Results 1 – 2 of 2) sorted by relevance
10 #define MAX_PXM_DOMAINS MAX_NUMNODES macro12 #define MAX_PXM_DOMAINS (256) /* Old pxm spec is defined 8 bit */ macro
25 static int pxm_to_node_map[MAX_PXM_DOMAINS]26 = { [0 ... MAX_PXM_DOMAINS - 1] = NUMA_NO_NODE };42 if (pxm < 0 || pxm >= MAX_PXM_DOMAINS || numa_off) in pxm_to_node()67 if (pxm < 0 || pxm >= MAX_PXM_DOMAINS || numa_off) in acpi_map_pxm_to_node()
Completed in 6 milliseconds