Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dmpparse.c254 static void __init construct_default_ioirq_mptable(int mpc_default_type) in construct_default_ioirq_mptable() argument
275 if (mpc_default_type == 5) { in construct_default_ioirq_mptable()
288 switch (mpc_default_type) { in construct_default_ioirq_mptable()
325 static void __init construct_ioapic_table(int mpc_default_type) in construct_ioapic_table() argument
332 switch (mpc_default_type) { in construct_ioapic_table()
335 mpc_default_type); in construct_ioapic_table()
348 if (mpc_default_type > 4) { in construct_ioapic_table()
356 ioapic.apicver = mpc_default_type > 4 ? 0x10 : 0x01; in construct_ioapic_table()
364 construct_default_ioirq_mptable(mpc_default_type); in construct_ioapic_table()
382 processor.apicver = mpc_default_type > 4 ? 0x10 : 0x01; in construct_default_ISA_mptable()
[all …]