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

/gem5/src/arch/x86/bios/
H A DIntelMP.py116 bus_id = Param.UInt8(0, 'bus id assigned by the bios') variable in class:X86IntelMPBus
206 bus_id = Param.UInt8(0, 'id of the bus the address space is mapped to') variable in class:X86IntelMPAddrSpaceMapping
217 bus_id = Param.UInt8(0, 'id of the bus being described') variable in class:X86IntelMPBusHierarchy
232 bus_id = Param.UInt8(0, 'id of the bus being described') variable in class:X86IntelMPCompatAddrSpaceMod
H A Dintelmp.cc311 busID(p->bus_id), busType(p->bus_type)
397 busID(p->bus_id), addrType(p->address_type),
424 busID(p->bus_id), info(0), parentBus(p->parent_bus)
449 busID(p->bus_id), mod(0), rangeList(p->range_list)
/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 ')
571 connect_busses = X86IntelMPBusHierarchy(bus_id=1,

Completed in 9 milliseconds