Searched refs:VectorParam (Results 1 - 25 of 47) sorted by relevance

12

/gem5/src/mem/ruby/network/fault_model/
H A DFaultModel.py44 baseline_fault_vector_database = VectorParam.Float([
247 temperature_weights_database = VectorParam.Int([
/gem5/src/sim/
H A DVoltageDomain.py52 voltage = VectorParam.Voltage('1V', "Operational voltage(s)")
H A DRedirectPath.py43 host_paths = VectorParam.String(["/"], "file path on host filesystem")
H A DSystem.py64 memories = VectorParam.AbstractMemory(Self.all,
69 thermal_components = VectorParam.SimObject([],
82 mem_ranges = VectorParam.AddrRange([], "Ranges that constitute main memory")
86 redirect_paths = VectorParam.RedirectPath([], "Path redirections")
110 kernel_extras = VectorParam.String([],"Additional object files to load")
H A DDVFSHandler.py53 domains = VectorParam.SrcClockDomain([], "list of domains")
H A DClockDomain.py59 clock = VectorParam.Clock("Clock period")
H A DClockedObject.py70 power_model = VectorParam.PowerModel([], "Power models")
/gem5/src/cpu/kvm/
H A DKvmVM.py48 VectorParam.AddrRange([], "memory ranges for coalesced MMIO")
/gem5/src/mem/ruby/network/
H A DNetwork.py50 routers = VectorParam.BasicRouter("Network routers")
51 netifs = VectorParam.ClockedObject("Network Interfaces")
52 ext_links = VectorParam.BasicExtLink("Links to external nodes")
53 int_links = VectorParam.BasicIntLink("Links between internal nodes")
/gem5/src/mem/
H A DAddrMapper.py69 original_ranges = VectorParam.AddrRange(
71 remapped_ranges = VectorParam.AddrRange(
H A DBridge.py53 ranges = VectorParam.AddrRange([AllMemory],
H A DExternalSlave.py47 addr_ranges = VectorParam.AddrRange([], 'Addresses served by'
/gem5/src/base/
H A DCPA.py9 user_apps = VectorParam.String([], "List of apps to get symbols for")
/gem5/src/mem/ruby/structures/
H A DDirectoryMemory.py50 addr_ranges = VectorParam.AddrRange(
/gem5/src/arch/x86/bios/
H A DSMBios.py105 characteristics = VectorParam.Characteristic([],
107 characteristic_ext_bytes = VectorParam.ExtCharacteristic([],
125 structures = VectorParam.X86SMBiosSMBiosStructure([], "smbios structures")
H A DE820.py55 entries = VectorParam.X86E820Entry('entries for the e820 table')
H A DACPI.py61 entries = VectorParam.X86ACPISysDescTable([], 'system description tables')
68 entries = VectorParam.X86ACPISysDescTable([], 'system description tables')
/gem5/src/dev/arm/
H A DUFSHostDevice.py57 image = VectorParam.DiskImage("Disk images")
63 internalflash = VectorParam.AbstractNVM("Describes the internal flash")
/gem5/src/mem/probes/
H A DBaseMemProbe.py47 manager = VectorParam.SimObject(Parent.any,
/gem5/src/sim/power/
H A DPowerModel.py58 pm = VectorParam.PowerModelState([], "List of per-state power models.")
/gem5/util/systemc/systemc_within_gem5/systemc_simple_object/
H A DSystemC_Example.py53 strings = VectorParam.String([], 'Words to print.')
/gem5/src/cpu/
H A DFuncUnit.py74 opList = VectorParam.OpDesc("operation classes for this FU type")
/gem5/src/cpu/o3/
H A DFUPool.py49 FUList = VectorParam.FUDesc("list of FU's for this pool")
/gem5/src/dev/i2c/
H A DI2C.py51 devices = VectorParam.I2CDevice([], "Devices")
/gem5/src/mem/ruby/network/garnet2.0/
H A DGarnetLink.py72 network_links = VectorParam.NetworkLink(_nls, "forward links")
79 credit_links = VectorParam.CreditLink(_cls, "backward flow-control links")

Completed in 27 milliseconds

12