Searched refs:mpc_apic_id (Results 1 – 3 of 3) sorted by relevance
120 static int mpc_apic_id(struct mpc_cpu *m) in mpc_apic_id() function254 .mpc_apic_id = mpc_apic_id,
62 if (x86_quirks->mpc_apic_id) in MP_processor_info()63 apicid = x86_quirks->mpc_apic_id(m); in MP_processor_info()
42 int (*mpc_apic_id)(struct mpc_cpu *m); member