Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmpspec.h90 #define PHYSID_ARRAY_SIZE BITS_TO_LONGS(MAX_LOCAL_APIC)
105 bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_LOCAL_APIC)
108 bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_LOCAL_APIC)
111 bitmap_zero((map).mask, MAX_LOCAL_APIC)
114 bitmap_complement((dst).mask, (src).mask, MAX_LOCAL_APIC)
117 bitmap_empty((map).mask, MAX_LOCAL_APIC)
120 bitmap_equal((map1).mask, (map2).mask, MAX_LOCAL_APIC)
123 bitmap_weight((map).mask, MAX_LOCAL_APIC)
126 bitmap_shift_right((d).mask, (s).mask, n, MAX_LOCAL_APIC)
129 bitmap_shift_left((d).mask, (s).mask, n, MAX_LOCAL_APIC)
Dnuma.h30 extern s16 __apicid_to_node[MAX_LOCAL_APIC];
Dapicdef.h152 # define MAX_LOCAL_APIC 256 macro
155 # define MAX_LOCAL_APIC 32768 macro
/arch/x86/platform/sfi/
Dsfi.c41 if (MAX_LOCAL_APIC - id <= 0) { in mp_sfi_register_lapic()
43 id, MAX_LOCAL_APIC); in mp_sfi_register_lapic()
/arch/x86/mm/
Dsrat.c101 if (apic_id >= MAX_LOCAL_APIC) { in acpi_numa_x2apic_affinity_init()
142 if (apic_id >= MAX_LOCAL_APIC) { in acpi_numa_processor_affinity_init()
Dnuma.c59 s16 __apicid_to_node[MAX_LOCAL_APIC] = {
60 [0 ... MAX_LOCAL_APIC-1] = NUMA_NO_NODE
601 for (i = 0; i < MAX_LOCAL_APIC; i++) in numa_init()
/arch/x86/kernel/acpi/
Dboot.c159 if (id >= MAX_LOCAL_APIC) { in acpi_register_lapic()
998 acpi_parse_sapic, MAX_LOCAL_APIC); in acpi_parse_madt_lapic_entries()
1002 acpi_parse_x2apic, MAX_LOCAL_APIC); in acpi_parse_madt_lapic_entries()
1004 acpi_parse_lapic, MAX_LOCAL_APIC); in acpi_parse_madt_lapic_entries()
/arch/x86/kernel/cpu/
Damd.c275 for (i = apicid + 1; i < MAX_LOCAL_APIC; i++) { in nearby_node()
/arch/x86/kernel/apic/
Dapic.c1861 int apic_version[MAX_LOCAL_APIC];