Searched refs:Self (Results 1 - 13 of 13) sorted by relevance

/gem5/src/base/filters/
H A DBloomFilters.py53 masks_lsbs = VectorParam.Unsigned([Self.offset_bits,
54 2 * Self.offset_bits], "Position of the LSB of each mask")
55 masks_sizes = VectorParam.Unsigned([Self.offset_bits, Self.offset_bits],
64 threshold = Self.num_hashes
/gem5/src/mem/cache/tags/
H A DTags.py98 entry_size = Parent.cache_line_size * Self.num_blocks_per_sector
113 num_blocks_per_sector = Self.max_compression_ratio
117 size = Parent.size * Self.max_compression_ratio
/gem5/src/arch/alpha/
H A DAlphaSystem.py49 boot_cpu_frequency = Param.Frequency(Self.cpu[0].clk_domain.clock[0]
/gem5/src/arch/mips/
H A DMipsSystem.py53 boot_cpu_frequency = Param.Frequency(Self.cpu[0].clk_domain.clock[0]
/gem5/src/sim/
H A DSystem.py64 memories = VectorParam.AbstractMemory(Self.all,
/gem5/src/cpu/o3/
H A DO3CPU.py153 _defaultNumPhysCCRegs = Self.numPhysIntRegs * 5
/gem5/ext/pybind11/include/pybind11/detail/
H A Dinit.h304 typename RetState, typename Self, typename NewInstance, typename ArgState>
305 struct pickle_factory<Get, Set, RetState(Self), NewInstance(ArgState)> {
/gem5/src/python/m5/
H A Dproxy.py65 s = 'Self'
174 # support indexing on proxies (e.g., Self.cpu[0])
269 Self = ProxyFactory(search_self = True, search_up = False) variable
272 __all__ = ['Parent', 'Self']
/gem5/src/dev/arm/
H A DGic.py147 gicv_iidr = Param.UInt32(Self.gic.gicc_iidr,
/gem5/src/mem/
H A DDRAMCtrl.py196 tCCD_L_WR = Param.Latency(Self.tCCD_L,
237 tXS = Param.Latency("0ns", "Self-refresh exit latency")
240 tXSDLL = Param.Latency("0ns", "Self-refresh exit latency DLL")
316 # Self-Refresh Current
317 IDD6 = Param.Current("0mA", "Self-refresh Current")
319 # Self-Refresh Current multiple voltage range
320 IDD62 = Param.Current("0mA", "Self-refresh Current VDD2")
/gem5/configs/example/arm/
H A Ddevices.py109 default = Self.badaddr_responder.pio
/gem5/configs/common/
H A DHMC.py306 system.membus.default = Self.badaddr_responder.pio
H A DFSConfig.py72 default = Self.badaddr_responder.pio

Completed in 15 milliseconds