Searched refs:mp_bus_id_to_type (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dmpspec.h36 extern int mp_bus_id_to_type[MAX_MP_BUSSES];
/linux-master/arch/x86/kernel/
H A Dmpparse.c91 mp_bus_id_to_type[m->busid] = MP_BUS_ISA;
96 mp_bus_id_to_type[m->busid] = MP_BUS_PCI;
98 mp_bus_id_to_type[m->busid] = MP_BUS_EISA;
/linux-master/arch/x86/kernel/acpi/
H A Dboot.c1162 mp_bus_id_to_type[MP_ISA_BUS] = MP_BUS_ISA;
/linux-master/arch/x86/kernel/apic/
H A Dio_apic.c176 int mp_bus_id_to_type[MAX_MP_BUSSES]; variable
785 switch (mp_bus_id_to_type[bus]) {

Completed in 235 milliseconds