Searched refs:topology_register_apic (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/kernel/
H A Djailhouse.c105 topology_register_apic(setup_data.v1.cpu_ids[cpu], CPU_ACPIID_INVALID, true);
H A Ddevicetree.c139 topology_register_apic(apic_id, CPU_ACPIID_INVALID, true);
H A Dmpparse.c55 topology_register_apic(m->apicid, CPU_ACPIID_INVALID, m->cpuflag & CPU_ENABLED);
/linux-master/arch/x86/xen/
H A Dsmp_pv.c160 topology_register_apic(apicid++, CPU_ACPIID_INVALID, true);
/linux-master/arch/x86/kernel/cpu/
H A Dtopology.c222 * topology_register_apic - Register an APIC in early topology maps
227 void __init topology_register_apic(u32 apic_id, u32 acpi_id, bool present) function
/linux-master/arch/x86/kernel/acpi/
H A Dboot.c228 topology_register_apic(apic_id, processor->uid, enabled);
263 topology_register_apic(processor->id, /* APIC ID */
283 topology_register_apic((processor->id << 8) | processor->eid,/* APIC ID */
/linux-master/arch/x86/include/asm/
H A Dapic.h175 extern void topology_register_apic(u32 apic_id, u32 acpi_id, bool present);

Completed in 117 milliseconds