Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmpspec.h91 #define PHYSID_ARRAY_SIZE BITS_TO_LONGS(MAX_LOCAL_APIC)
106 bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_LOCAL_APIC)
109 bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_LOCAL_APIC)
112 bitmap_zero((map).mask, MAX_LOCAL_APIC)
115 bitmap_complement((dst).mask, (src).mask, MAX_LOCAL_APIC)
118 bitmap_empty((map).mask, MAX_LOCAL_APIC)
121 bitmap_equal((map1).mask, (map2).mask, MAX_LOCAL_APIC)
124 bitmap_weight((map).mask, MAX_LOCAL_APIC)
127 bitmap_shift_right((d).mask, (s).mask, n, MAX_LOCAL_APIC)
130 bitmap_shift_left((d).mask, (s).mask, n, MAX_LOCAL_APIC)
Dnuma.h31 extern s16 __apicid_to_node[MAX_LOCAL_APIC];
Dapicdef.h153 # define MAX_LOCAL_APIC 256 macro
156 # define MAX_LOCAL_APIC 32768 macro
/Linux-v4.19/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()
/Linux-v4.19/arch/x86/mm/
Dsrat.c55 if (apic_id >= MAX_LOCAL_APIC) { in acpi_numa_x2apic_affinity_init()
95 if (apic_id >= MAX_LOCAL_APIC) { in acpi_numa_processor_affinity_init()
Dnuma.c58 s16 __apicid_to_node[MAX_LOCAL_APIC] = {
59 [0 ... MAX_LOCAL_APIC-1] = NUMA_NO_NODE
628 for (i = 0; i < MAX_LOCAL_APIC; i++) in numa_init()
/Linux-v4.19/arch/x86/kernel/acpi/
Dboot.c178 if (id >= MAX_LOCAL_APIC) { in acpi_register_lapic()
1059 acpi_parse_sapic, MAX_LOCAL_APIC); in acpi_parse_madt_lapic_entries()
1069 madt_proc, ARRAY_SIZE(madt_proc), MAX_LOCAL_APIC); in acpi_parse_madt_lapic_entries()
/Linux-v4.19/arch/x86/kernel/cpu/
Damd.c291 for (i = apicid + 1; i < MAX_LOCAL_APIC; i++) { in nearby_node()