Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/apic/
H A Dio_apic.c1365 DECLARE_BITMAP(phys_id_present_map, MAX_LOCAL_APIC); in setup_ioapic_ids_from_mpc_nocheck()
1375 copy_phys_cpu_present_map(phys_id_present_map); in setup_ioapic_ids_from_mpc_nocheck()
1399 if (test_bit(mpc_ioapic_id(ioapic_idx), phys_id_present_map)) { in setup_ioapic_ids_from_mpc_nocheck()
1403 if (!test_bit(i, phys_id_present_map)) in setup_ioapic_ids_from_mpc_nocheck()
1408 set_bit(i, phys_id_present_map); in setup_ioapic_ids_from_mpc_nocheck()
1411 apic_pr_verbose("Setting %d in the phys_id_present_map\n", in setup_ioapic_ids_from_mpc_nocheck()
1413 set_bit(mpc_ioapic_id(ioapic_idx), phys_id_present_map); in setup_ioapic_ids_from_mpc_nocheck()