Searched refs:MAX_LOCAL_APIC (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/x86/kernel/cpu/ |
| A D | topology.c | 46 DECLARE_BITMAP(phys_cpu_present_map, MAX_LOCAL_APIC) __read_mostly; 70 #define domain_weight(_dom) bitmap_weight(apic_maps[_dom].map, MAX_LOCAL_APIC) 276 if (apic_id >= MAX_LOCAL_APIC) { in topology_register_apic() 277 pr_err_once("APIC ID %x exceeds kernel limit of: %x\n", apic_id, MAX_LOCAL_APIC - 1); in topology_register_apic() 330 if (lvlid >= MAX_LOCAL_APIC) in topology_get_logical_id() 363 if (lvlid >= MAX_LOCAL_APIC) in topology_unit_count() 384 if (apic_id >= MAX_LOCAL_APIC) in topology_hotplug_apic() 517 firstid = find_first_bit(apic_maps[TOPO_SMT_DOMAIN].map, MAX_LOCAL_APIC); in topology_init_possible_cpus() 533 MAX_LOCAL_APIC, apicid); in topology_init_possible_cpus() 534 if (apicid >= MAX_LOCAL_APIC) in topology_init_possible_cpus() [all …]
|
| A D | hygon.c | 35 for (i = apicid + 1; i < MAX_LOCAL_APIC; i++) { in nearby_node()
|
| A D | amd.c | 289 for (i = apicid + 1; i < MAX_LOCAL_APIC; i++) { in nearby_node()
|
| /linux/arch/x86/include/asm/ |
| 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()
|
| A D | apicdef.h | 157 # define MAX_LOCAL_APIC 256 macro 160 # define MAX_LOCAL_APIC 32768 macro
|
| A D | numa.h | 23 extern s16 __apicid_to_node[MAX_LOCAL_APIC];
|
| /linux/arch/x86/mm/ |
| A D | srat.c | 54 if (apic_id >= MAX_LOCAL_APIC) { in acpi_numa_x2apic_affinity_init() 93 if (apic_id >= MAX_LOCAL_APIC) { in acpi_numa_processor_affinity_init()
|
| A D | numa.c | 46 s16 __apicid_to_node[MAX_LOCAL_APIC] = { 47 [0 ... MAX_LOCAL_APIC-1] = NUMA_NO_NODE 171 for (i = 0; i < MAX_LOCAL_APIC; i++) in numa_init()
|
| /linux/arch/x86/kernel/acpi/ |
| A D | boot.c | 1037 acpi_parse_sapic, MAX_LOCAL_APIC); in acpi_parse_madt_lapic_entries() 1041 acpi_parse_lapic, MAX_LOCAL_APIC); in acpi_parse_madt_lapic_entries() 1043 acpi_parse_x2apic, MAX_LOCAL_APIC); in acpi_parse_madt_lapic_entries()
|
| /linux/arch/x86/kernel/apic/ |
| A D | io_apic.c | 1365 DECLARE_BITMAP(phys_id_present_map, MAX_LOCAL_APIC); in setup_ioapic_ids_from_mpc_nocheck() 2371 static DECLARE_BITMAP(apic_id_map, MAX_LOCAL_APIC); in io_apic_get_unique_id() 2377 if (bitmap_empty(apic_id_map, MAX_LOCAL_APIC)) in io_apic_get_unique_id()
|
Completed in 22 milliseconds