emu_nid_to_phys    13 arch/x86/mm/numa_emulation.c static int emu_nid_to_phys[MAX_NUMNODES];
emu_nid_to_phys    62 arch/x86/mm/numa_emulation.c 	if (emu_nid_to_phys[nid] == NUMA_NO_NODE)
emu_nid_to_phys    63 arch/x86/mm/numa_emulation.c 		emu_nid_to_phys[nid] = pb->nid;
emu_nid_to_phys   332 arch/x86/mm/numa_emulation.c 	for (i = 0; i < ARRAY_SIZE(emu_nid_to_phys); i++) {
emu_nid_to_phys   333 arch/x86/mm/numa_emulation.c 		if (emu_nid_to_phys[i] != NUMA_NO_NODE) {
emu_nid_to_phys   336 arch/x86/mm/numa_emulation.c 				*dfl_phys_nid = emu_nid_to_phys[i];
emu_nid_to_phys   387 arch/x86/mm/numa_emulation.c 		emu_nid_to_phys[i] = NUMA_NO_NODE;
emu_nid_to_phys   488 arch/x86/mm/numa_emulation.c 		for (j = 0; j < ARRAY_SIZE(emu_nid_to_phys); j++)
emu_nid_to_phys   489 arch/x86/mm/numa_emulation.c 			if (__apicid_to_node[i] == emu_nid_to_phys[j])
emu_nid_to_phys   491 arch/x86/mm/numa_emulation.c 		__apicid_to_node[i] = j < ARRAY_SIZE(emu_nid_to_phys) ? j : 0;
emu_nid_to_phys   495 arch/x86/mm/numa_emulation.c 	for (i = 0; i < ARRAY_SIZE(emu_nid_to_phys); i++)
emu_nid_to_phys   496 arch/x86/mm/numa_emulation.c 		if (emu_nid_to_phys[i] == NUMA_NO_NODE)
emu_nid_to_phys   497 arch/x86/mm/numa_emulation.c 			emu_nid_to_phys[i] = dfl_phys_nid;
emu_nid_to_phys   503 arch/x86/mm/numa_emulation.c 			int physi = emu_nid_to_phys[i];
emu_nid_to_phys   504 arch/x86/mm/numa_emulation.c 			int physj = emu_nid_to_phys[j];
emu_nid_to_phys   526 arch/x86/mm/numa_emulation.c 	for (i = 0; i < ARRAY_SIZE(emu_nid_to_phys); i++)
emu_nid_to_phys   527 arch/x86/mm/numa_emulation.c 		emu_nid_to_phys[i] = i;
emu_nid_to_phys   538 arch/x86/mm/numa_emulation.c 	physnid = emu_nid_to_phys[nid];
emu_nid_to_phys   545 arch/x86/mm/numa_emulation.c 		if (emu_nid_to_phys[nid] == physnid)
emu_nid_to_phys   567 arch/x86/mm/numa_emulation.c 	physnid = emu_nid_to_phys[nid];
emu_nid_to_phys   570 arch/x86/mm/numa_emulation.c 		if (emu_nid_to_phys[nid] != physnid)