Searched refs:Parent (Results 26 - 50 of 77) sorted by relevance

1234

/gem5/src/mem/
H A DExternalMaster.py56 system = Param.System(Parent.any, 'System this external port belongs to')
H A DXBar.py120 system = Param.System(Parent.any, "System that the crossbar belongs to.")
130 system = Param.System(Parent.any, "System that the crossbar belongs to.")
/gem5/src/mem/cache/compressors/
H A DCompressors.py38 block_size = Param.Int(Parent.cache_line_size, "Block size in bytes")
/gem5/src/learning_gem5/part2/
H A DSimpleCache.py47 system = Param.System(Parent.any, "The system this cache is part of")
/gem5/ext/pybind11/tests/
H A Dtest_call_policies.py9 p = m.Parent()
24 p = m.Parent()
42 p = m.Parent()
57 p = m.Parent()
91 class Derived(m.Parent):
110 class Derived(m.Parent, m.Child):
112 m.Parent.__init__(self)
135 p = m.Parent()
147 p = m.Parent()
163 p = m.Parent(
[all...]
/gem5/src/systemc/tlm_bridge/
H A DTlmBridge.py40 system = Param.System(Parent.any, "system")
52 system = Param.System(Parent.any, "system")
/gem5/src/sim/
H A DClockedObject.py67 clk_domain = Param.ClockDomain(Parent.clk_domain, "Clock domain")
/gem5/src/dev/arm/
H A DEnergyCtrl.py49 dvfs_handler = Param.DVFSHandler(Parent.dvfs_handler, "DVFS handler")
H A DUFSHostDevice.py50 gic = Param.BaseGic(Parent.any, "Gic to use for interrupting")
H A DGic.py54 platform = Param.Platform(Parent.any, "Platform this device is part of.")
81 platform = Param.Platform(Parent.any, "Platform with interrupt controller")
132 gic = Param.BaseGic(Parent.any, "Gic on which to trigger interrupts")
138 gic = Param.BaseGic(Parent.any, "Gic to use for interrupting")
139 platform = Param.Platform(Parent.any, "Platform this device is part of.")
/gem5/src/arch/x86/
H A DX86TLB.py49 system = Param.System(Parent.any, "system object")
H A DX86LocalApic.py64 clk_domain=Parent.clk_domain, clk_divider=16)
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.py44 system = Param.System(Parent.any, "System we belong to")
/gem5/src/dev/mips/
H A DMalta.py40 malta = Param.Malta(Parent.any, "Malta")
49 malta = Param.Malta(Parent.any, "Malta")
55 system = Param.System(Parent.any, "system")
/gem5/src/dev/virtio/
H A DVirtIO.py54 system = Param.System(Parent.any, "system object")
/gem5/src/mem/ruby/structures/
H A DRubyPrefetcher.py51 sys = Param.System(Parent.any, "System this prefetcher belongs to")
H A DRubyCache.py52 ruby_system = Param.RubySystem(Parent.any, "")
/gem5/src/cpu/testers/memtest/
H A DMemTest.py70 system = Param.System(Parent.any, "System this tester is part of")
/gem5/src/mem/ruby/slicc_interface/
H A DController.py73 system = Param.System(Parent.any, "system object parameter")
/gem5/src/mem/ruby/system/
H A DSequencer.py49 ruby_system = Param.RubySystem(Parent.any, "")
50 system = Param.System(Parent.any, "system object")
/gem5/src/dev/alpha/
H A DTsunami.py41 tsunami = Param.Tsunami(Parent.any, "Tsunami")
50 tsunami = Param.Tsunami(Parent.any, "Tsunami")
66 tsunami = Param.Tsunami(Parent.any, "Tsunami")
71 system = Param.System(Parent.any, "system")
103 backdoor = AlphaBackdoor(pio_addr=0x80200000000, disk=Parent.simple_disk)
/gem5/src/cpu/testers/directedtest/
H A DRubyDirectedTester.py40 system = Param.System(Parent.any, "System we belong to")
/gem5/src/mem/cache/
H A DCache.py72 block_size = Param.Int(Parent.cache_line_size, "block size in bytes")
119 system = Param.System(Parent.any, "System we belong to")
/gem5/src/dev/pci/
H A DPciHost.py56 platform = Param.Platform(Parent.any, "Platform to use for interrupts")
/gem5/src/mem/ruby/network/simple/
H A DSimpleNetwork.py78 virt_nets = Param.Int(Parent.number_of_virtual_networks,

Completed in 15 milliseconds

1234