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

12

/gem5/src/mem/
H A DSerialLink.py58 ranges = VectorParam.AddrRange([AllMemory],
/gem5/src/cpu/
H A DBaseCPU.py69 ArchInterruptsParam = VectorParam.AlphaInterrupts
70 ArchISAsParam = VectorParam.AlphaISA
75 ArchInterruptsParam = VectorParam.SparcInterrupts
76 ArchISAsParam = VectorParam.SparcISA
81 ArchInterruptsParam = VectorParam.X86LocalApic
82 ArchISAsParam = VectorParam.X86ISA
87 ArchInterruptsParam = VectorParam.MipsInterrupts
88 ArchISAsParam = VectorParam.MipsISA
94 ArchInterruptsParam = VectorParam.ArmInterrupts
95 ArchISAsParam = VectorParam
[all...]
H A DTimingExpr.py96 defns = VectorParam.TimingExpr("expressions for bindings")
/gem5/src/sim/
H A DProcess.py60 cmd = VectorParam.String("command line (executable plus arguments)")
61 env = VectorParam.String([], "environment settings")
64 drivers = VectorParam.EmulatedDriver([], 'Available emulated drivers')
/gem5/src/base/filters/
H A DBloomFilters.py53 masks_lsbs = VectorParam.Unsigned([Self.offset_bits,
55 masks_sizes = VectorParam.Unsigned([Self.offset_bits, Self.offset_bits],
88 filters = VectorParam.BloomFilterBase([
/gem5/src/mem/qos/
H A DQoSMemCtrl.py80 qos_masters = VectorParam.String(['']* 16,
/gem5/src/mem/ruby/slicc_interface/
H A DController.py52 addr_ranges = VectorParam.AddrRange([AllMemory], "Address range this "
/gem5/src/cpu/pred/
H A DBranchPredictor.py118 tagTableTagWidths = VectorParam.Unsigned(
120 logTagTableSizes = VectorParam.Int(
143 noSkip = VectorParam.Bool([], "Vector of enabled TAGE tables")
337 bwm = VectorParam.Int("Global backward branch GEHL lengths")
343 lm = VectorParam.Int("First local history GEHL lengths")
349 im = VectorParam.Int([8], "IMLI history GEHL lengths")
409 pm = VectorParam.Int([25, 16, 9], "Variation global branch GEHL lengths")
414 sm = VectorParam.Int([16, 11, 6], "Second local history GEHL lengths")
419 tm = VectorParam.Int([9, 4], "Third local history GEHL lengths")
424 imm = VectorParam
[all...]
/gem5/src/mem/ruby/network/simple/
H A DSimpleNetwork.py44 int_link_buffers = VectorParam.MessageBuffer("Buffers for int_links")
80 port_buffers = VectorParam.MessageBuffer("Port buffers")
/gem5/src/cpu/testers/traffic_gen/
H A DBaseTrafficGen.py91 sids = VectorParam.Unsigned([], "StreamIDs to use")
92 ssids = VectorParam.Unsigned([], "SubstreamIDs to use")
/gem5/src/cpu/minor/
H A DMinorCPU.py71 opClasses = VectorParam.MinorOpClass([], "op classes to be matched."
91 srcRegsRelativeLats = VectorParam.Cycles("the maximum number of cycles"
116 timings = VectorParam.MinorFUTiming([], "extra decoding rules")
118 cantForwardFromFUIndices = VectorParam.Unsigned([],
126 funcUnits = VectorParam.MinorFU("functional units")
/gem5/src/dev/storage/
H A DIde.py45 disks = VectorParam.IdeDisk("IDE disks attached to this controller")
/gem5/src/gpu-compute/
H A DGPU.py79 wavefronts = VectorParam.Wavefront('Number of wavefronts')
136 vector_register_file = VectorParam.VectorRegisterFile("Vector register "\
146 CUs = VectorParam.ComputeUnit('Number of compute units')
162 codefile = VectorParam.String('code file name(s)')
/gem5/src/systemc/tlm_bridge/
H A DTlmBridge.py43 addr_ranges = VectorParam.AddrRange([],
/gem5/src/dev/arm/
H A DNoMali.py88 texture_features = VectorParam.UInt32("")
89 js_features = VectorParam.UInt32("")
H A DSMMUv3.py88 slave_interfaces = VectorParam.SMMUv3SlaveInterface([], "Slave interfaces")
H A DGic.py133 frames = VectorParam.Gicv2mFrame([], "Power of two number of frames")
/gem5/src/arch/x86/bios/
H A DIntelMP.py67 base_entries = VectorParam.X86IntelMPBaseConfigEntry([],
70 ext_entries = VectorParam.X86IntelMPExtConfigEntry([],
/gem5/src/mem/cache/
H A DCache.py116 addr_ranges = VectorParam.AddrRange([AllMemory],
/gem5/src/arch/arm/
H A DArmSystem.py61 boot_loader = VectorParam.String([],
/gem5/src/mem/cache/prefetch/
H A DPrefetcher.py115 prefetchers = VectorParam.BasePrefetcher([], "Array of prefetchers")
200 shift_values = VectorParam.Int([2, 3, 4, -3], "Shift values to evaluate")
/gem5/src/python/m5/
H A Dparams.py50 # a Param or a VectorParam object. These objects contain the
423 VectorParam = ParamFactory(VectorParamDesc) variable
430 # (the 'ptype' field of the Param and VectorParam classes), it's more
2177 __all__ = ['Param', 'VectorParam',

Completed in 42 milliseconds

12