Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dnumaq_32.c120 static int mpc_apic_id(struct mpc_cpu *m) in mpc_apic_id() function
254 .mpc_apic_id = mpc_apic_id,
Dmpparse.c62 if (x86_quirks->mpc_apic_id) in MP_processor_info()
63 apicid = x86_quirks->mpc_apic_id(m); in MP_processor_info()
/arch/x86/include/asm/
Dsetup.h42 int (*mpc_apic_id)(struct mpc_cpu *m); member