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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dio_apic.h117 extern int mpc_default_type;
H A Dmpspec.h23 extern int mpc_default_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dio_apic.h107 extern int mpc_default_type;
H A Dmpspec.h173 extern int mpc_default_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dmpparse.c316 static void __init construct_default_ioirq_mptable(int mpc_default_type) argument
337 if (mpc_default_type == 5) {
349 switch (mpc_default_type) {
382 static inline void __init construct_default_ISA_mptable(int mpc_default_type) argument
413 switch (mpc_default_type) {
416 mpc_default_type);
424 if (mpc_default_type > 4) {
440 construct_default_ioirq_mptable(mpc_default_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dmpparse.c493 static void __init construct_default_ioirq_mptable(int mpc_default_type) argument
514 if (mpc_default_type == 5) {
526 switch (mpc_default_type) {
559 static inline void __init construct_default_ISA_mptable(int mpc_default_type) argument
578 processor.mpc_apicver = mpc_default_type > 4 ? 0x10 : 0x01;
593 switch (mpc_default_type) {
597 mpc_default_type);
613 if (mpc_default_type > 4) {
621 ioapic.mpc_apicver = mpc_default_type > 4 ? 0x10 : 0x01;
629 construct_default_ioirq_mptable(mpc_default_type);
[all...]

Completed in 132 milliseconds