Searched refs:bus_type (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/x86/bios/
H A DIntelMP.py117 bus_type = Param.String("", 'string that identify the bus type') variable in class:X86IntelMPBus
118 # Legal values for bus_type are [space padded to 6 bytes]:
H A Dintelmp.cc311 busID(p->bus_id), busType(p->bus_type)
/gem5/configs/common/
H A DFSConfig.py567 pci_bus = X86IntelMPBus(bus_id = 0, bus_type='PCI ')
569 isa_bus = X86IntelMPBus(bus_id = 1, bus_type='ISA ')

Completed in 11 milliseconds