Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dmpspec.h69 extern int default_mpc_apic_id(struct mpc_cpu *m);
81 #define default_mpc_apic_id NULL macro
/linux-4.1.27/arch/x86/kernel/
Dx86_init.c48 .mpc_apic_id = default_mpc_apic_id,
Dmpparse.c49 int __init default_mpc_apic_id(struct mpc_cpu *m) in default_mpc_apic_id() function