Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dmpspec.h70 extern int default_mpc_apic_id(struct mpc_cpu *m);
82 #define default_mpc_apic_id NULL macro
/Linux-v5.4/arch/x86/kernel/
Dx86_init.c50 .mpc_apic_id = default_mpc_apic_id,
Dmpparse.c48 int __init default_mpc_apic_id(struct mpc_cpu *m) in default_mpc_apic_id() function