Home
last modified time | relevance | path

Searched refs:MAX_LOCAL_APIC (Results 1 – 5 of 5) sorted by relevance

/arch/x86/mm/
Dsrat_64.c88 for (i = 0; i < MAX_LOCAL_APIC; i++) in bad_srat()
330 for (i = 0; i < MAX_LOCAL_APIC; i++) { in unparse_node()
401 static s16 fake_apicid_to_node[MAX_LOCAL_APIC] __initdata = {
402 [0 ... MAX_LOCAL_APIC-1] = NUMA_NO_NODE
451 for (j = 0; j < MAX_LOCAL_APIC; j++) in acpi_fake_nodes()
Dnuma_64.c28 s16 apicid_to_node[MAX_LOCAL_APIC] __cpuinitdata = {
29 [0 ... MAX_LOCAL_APIC-1] = NUMA_NO_NODE
/arch/x86/include/asm/
Dnuma_64.h23 extern s16 apicid_to_node[MAX_LOCAL_APIC];
Dapicdef.h139 # define MAX_LOCAL_APIC 32768 macro
/arch/x86/kernel/cpu/
Damd.c193 for (i = apicid + 1; i < MAX_LOCAL_APIC; i++) { in nearby_node()