Searched refs:mpc_default_type (Results 1 – 1 of 1) sorted by relevance
255 static void __init construct_default_ioirq_mptable(int mpc_default_type) in construct_default_ioirq_mptable() argument276 if (mpc_default_type == 5) { in construct_default_ioirq_mptable()289 switch (mpc_default_type) { in construct_default_ioirq_mptable()326 static void __init construct_ioapic_table(int mpc_default_type) in construct_ioapic_table() argument333 switch (mpc_default_type) { in construct_ioapic_table()336 mpc_default_type); in construct_ioapic_table()349 if (mpc_default_type > 4) { in construct_ioapic_table()357 ioapic.apicver = mpc_default_type > 4 ? 0x10 : 0x01; in construct_ioapic_table()365 construct_default_ioirq_mptable(mpc_default_type); in construct_ioapic_table()383 processor.apicver = mpc_default_type > 4 ? 0x10 : 0x01; in construct_default_ISA_mptable()[all …]