Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/
Dnuma.c27 = { [0 ... MAX_NUMNODES - 1] = PXM_INVAL };
42 return PXM_INVAL; in node_to_pxm()
50 if (node_to_pxm_map[node] == PXM_INVAL || pxm < node_to_pxm_map[node]) in __acpi_map_pxm_to_node()
/Linux-v5.4/drivers/acpi/hmat/
Dhmat.c120 target->processor_pxm = PXM_INVAL; in alloc_memory_target()
556 if (target->processor_pxm != PXM_INVAL) { in hmat_register_target_initiators()
/Linux-v5.4/include/linux/
Dacpi.h425 #define PXM_INVAL (-1) macro