Searched refs:MAX_LOCAL_APIC (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/x86/kernel/cpu/ |
| H A D | topology.c | 47 DECLARE_BITMAP(phys_cpu_present_map, MAX_LOCAL_APIC) __read_mostly; 53 static struct { DECLARE_BITMAP(map, MAX_LOCAL_APIC); } apic_maps[TOPO_MAX_DOMAIN] __ro_after_init; 71 #define domain_weight(_dom) bitmap_weight(apic_maps[_dom].map, MAX_LOCAL_APIC) 259 if (apic_id >= MAX_LOCAL_APIC) { in topology_register_apic() 260 pr_err_once("APIC ID %x exceeds kernel limit of: %x\n", apic_id, MAX_LOCAL_APIC - 1); in topology_register_apic() 313 if (lvlid >= MAX_LOCAL_APIC) in topology_get_logical_id() 346 if (lvlid >= MAX_LOCAL_APIC) in topology_unit_count() 380 if (apic_id >= MAX_LOCAL_APIC) in topology_hotplug_apic() 521 firstid = find_first_bit(apic_maps[TOPO_SMT_DOMAIN].map, MAX_LOCAL_APIC); in topology_init_possible_cpus() 537 MAX_LOCAL_APIC, apicid); in topology_init_possible_cpus() [all …]
|
| H A D | amd.c | 293 for (i = apicid + 1; i < MAX_LOCAL_APIC; i++) { in nearby_node()
|
| /linux/arch/x86/include/asm/ |
| H A D | mpspec.h | 64 extern DECLARE_BITMAP(phys_cpu_present_map, MAX_LOCAL_APIC); 68 bitmap_zero(phys_cpu_present_map, MAX_LOCAL_APIC); in reset_phys_cpu_present_map() 74 bitmap_copy(dst, phys_cpu_present_map, MAX_LOCAL_APIC); in copy_phys_cpu_present_map()
|
| H A D | apicdef.h | 159 # define MAX_LOCAL_APIC 256 macro 162 # define MAX_LOCAL_APIC 32768 macro
|
| H A D | numa.h | 23 extern s16 __apicid_to_node[MAX_LOCAL_APIC];
|
| /linux/arch/x86/mm/ |
| H A D | srat.c | 54 if (apic_id >= MAX_LOCAL_APIC) { in acpi_numa_x2apic_affinity_init() 94 if (apic_id >= MAX_LOCAL_APIC) { in acpi_numa_processor_affinity_init()
|
| H A D | numa.c | 47 s16 __apicid_to_node[MAX_LOCAL_APIC] = { 48 [0 ... MAX_LOCAL_APIC-1] = NUMA_NO_NODE 179 for (i = 0; i < MAX_LOCAL_APIC; i++) in numa_init()
|
| /linux/arch/x86/kernel/apic/ |
| H A D | io_apic.c | 1365 DECLARE_BITMAP(phys_id_present_map, MAX_LOCAL_APIC); in setup_ioapic_ids_from_mpc_nocheck() 2380 static DECLARE_BITMAP(apic_id_map, MAX_LOCAL_APIC); in io_apic_get_unique_id() 2386 if (bitmap_empty(apic_id_map, MAX_LOCAL_APIC)) in io_apic_get_unique_id()
|