Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dmpparse.c259 static void __init construct_default_ioirq_mptable(int mpc_default_type) in construct_default_ioirq_mptable() argument
280 if (mpc_default_type == 5) { in construct_default_ioirq_mptable()
293 switch (mpc_default_type) { in construct_default_ioirq_mptable()
330 static void __init construct_ioapic_table(int mpc_default_type) in construct_ioapic_table() argument
337 switch (mpc_default_type) { in construct_ioapic_table()
340 mpc_default_type); in construct_ioapic_table()
353 if (mpc_default_type > 4) { in construct_ioapic_table()
361 ioapic.apicver = mpc_default_type > 4 ? 0x10 : 0x01; in construct_ioapic_table()
369 construct_default_ioirq_mptable(mpc_default_type); in construct_ioapic_table()
392 processor.apicver = mpc_default_type > 4 ? 0x10 : 0x01; in construct_default_ISA_mptable()
[all …]

Completed in 8 milliseconds