Searched refs:MAX_LOCAL_APIC (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | mpspec.h | 81 #define PHYSID_ARRAY_SIZE BITS_TO_LONGS(MAX_LOCAL_APIC) 96 bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_LOCAL_APIC) 99 bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_LOCAL_APIC) 102 bitmap_zero((map).mask, MAX_LOCAL_APIC) 105 bitmap_complement((dst).mask, (src).mask, MAX_LOCAL_APIC) 108 bitmap_empty((map).mask, MAX_LOCAL_APIC) 111 bitmap_equal((map1).mask, (map2).mask, MAX_LOCAL_APIC) 114 bitmap_weight((map).mask, MAX_LOCAL_APIC) 117 bitmap_shift_right((d).mask, (s).mask, n, MAX_LOCAL_APIC) 120 bitmap_shift_left((d).mask, (s).mask, n, MAX_LOCAL_APIC)
|
D | numa.h | 32 extern s16 __apicid_to_node[MAX_LOCAL_APIC];
|
D | apicdef.h | 153 # define MAX_LOCAL_APIC 256 macro 156 # define MAX_LOCAL_APIC 32768 macro
|
/kernel/linux/linux-5.10/arch/x86/platform/sfi/ |
D | sfi.c | 28 if (MAX_LOCAL_APIC - id <= 0) { in mp_sfi_register_lapic() 29 pr_warn("Processor #%d invalid (max %d)\n", id, MAX_LOCAL_APIC); in mp_sfi_register_lapic()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
D | srat.c | 55 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()
|
D | numa.c | 53 s16 __apicid_to_node[MAX_LOCAL_APIC] = { 54 [0 ... MAX_LOCAL_APIC-1] = NUMA_NO_NODE 645 for (i = 0; i < MAX_LOCAL_APIC; i++) in numa_init()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
D | hygon.c | 45 for (i = apicid + 1; i < MAX_LOCAL_APIC; i++) { in nearby_node()
|
D | amd.c | 300 for (i = apicid + 1; i < MAX_LOCAL_APIC; i++) { in nearby_node()
|
/kernel/linux/linux-5.10/arch/x86/kernel/acpi/ |
D | boot.c | 163 if (id >= MAX_LOCAL_APIC) { in acpi_register_lapic() 1048 acpi_parse_sapic, MAX_LOCAL_APIC); in acpi_parse_madt_lapic_entries() 1058 madt_proc, ARRAY_SIZE(madt_proc), MAX_LOCAL_APIC); in acpi_parse_madt_lapic_entries()
|