Lines Matching defs:fake_pxm
305 int *fake_pxm = arg;
323 node = acpi_map_pxm_to_node(*fake_pxm);
337 /* Set the next available fake_pxm value */
338 (*fake_pxm)++;
491 int i, fake_pxm, cnt = 0;
531 * Initialize a fake_pxm as the first available PXM to emulate.
534 /* fake_pxm is the next unused PXM value after SRAT parsing */
535 for (i = 0, fake_pxm = -1; i < MAX_NUMNODES; i++) {
536 if (node_to_pxm_map[i] > fake_pxm)
537 fake_pxm = node_to_pxm_map[i];
539 fake_pxm++;
541 &fake_pxm);