Searched refs:__apicid_to_node (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Dnuma.h23 * __apicid_to_node[] stores the raw mapping between physical apicid and
30 extern s16 __apicid_to_node[MAX_LOCAL_APIC];
38 __apicid_to_node[apicid] = node; set_apicid_to_node()
/linux-4.1.27/arch/x86/mm/
H A Dnuma_emulation.c297 * - __apicid_to_node[] is updated such that APIC IDs are mapped to the
397 * Transform __apicid_to_node table to use emulated nids by numa_emulation()
401 for (i = 0; i < ARRAY_SIZE(__apicid_to_node); i++) { numa_emulation()
402 if (__apicid_to_node[i] == NUMA_NO_NODE) numa_emulation()
405 if (__apicid_to_node[i] == emu_nid_to_phys[j]) numa_emulation()
407 __apicid_to_node[i] = j < ARRAY_SIZE(emu_nid_to_phys) ? j : 0; numa_emulation()
H A Dnuma.c59 s16 __apicid_to_node[MAX_LOCAL_APIC] = { variable
68 return __apicid_to_node[apicid]; numa_cpu_node()
/linux-4.1.27/arch/x86/kernel/cpu/
H A Damd.c272 node = __apicid_to_node[i]; nearby_node()
277 node = __apicid_to_node[i]; nearby_node()
406 * access __apicid_to_node[]. srat_detect_node()
411 __apicid_to_node[ht_nodeid] != NUMA_NO_NODE) srat_detect_node()
412 node = __apicid_to_node[ht_nodeid]; srat_detect_node()

Completed in 143 milliseconds