Searched refs:Parent (Results 51 - 75 of 77) sorted by relevance

1234

/gem5/src/cpu/testers/garnet_synthetic_traffic/
H A DGarnetSyntheticTraffic.py57 system = Param.System(Parent.any, "System we belong to")
/gem5/src/cpu/testers/traffic_gen/
H A DBaseTrafficGen.py67 system = Param.System(Parent.any, "System this generator is part of")
/gem5/src/gpu-compute/
H A DX86GPUTLB.py46 system = Param.System(Parent.any, "system object")
H A DGPU.py100 system = Param.System(Parent.any, "system object")
/gem5/src/mem/
H A DCommMonitor.py50 system = Param.System(Parent.any, "System that the monitor belongs to.")
/gem5/src/sim/
H A DProcess.py45 system = Param.System(Parent.any, "system process will run on")
/gem5/src/mem/cache/replacement_policies/
H A DReplacementPolicies.py98 num_leaves = Param.Int(Parent.assoc, "Number of leaves in each tree")
/gem5/src/dev/sparc/
H A DT1000.py53 platform = Param.Platform(Parent.any, "Platform this device is part of.")
60 system = Param.System(Parent.any, "system")
/gem5/src/dev/arm/
H A DNoMali.py55 platform = Param.RealView(Parent.any, "Platform this device is part of.")
H A DRealView.py92 gic = Param.BaseGic(Parent.any, "Gic to use for interrupting")
103 gic = Param.BaseGic(Parent.any, "Gic to use for interrupting")
231 parent = Param.RealViewCtrl(Parent.any, "RealView controller")
236 voltage_domain = Param.VoltageDomain(Parent.voltage_domain,
267 parent = Param.RealViewCtrl(Parent.any, "RealView controller")
269 system = Param.System(Parent.any, "system")
356 gic = Param.BaseGic(Parent.any, "Gic to use for interrupting")
378 gic = Param.BaseGic(Parent.any, "Gic to use for interrupting")
388 gic = Param.BaseGic(Parent.any, "Gic to use for interrupting")
400 system = Param.ArmSystem(Parent
[all...]
H A DSMMUv3.py86 system = Param.System(Parent.any, "System this device is part of")
/gem5/src/dev/x86/
H A DPc.py52 system = Param.System(Parent.any, "system")
H A DSouthBridge.py48 platform = Param.Platform(Parent.any, "Platform this device is part of")
/gem5/src/arch/arm/
H A DArmISA.py55 system = Param.System(Parent.any, "System this ISA object belongs to")
H A DArmPMU.py175 platform = Param.Platform(Parent.any, "Platform this device is part of.")
/gem5/src/dev/
H A DDevice.py53 system = Param.System(Parent.any, "System this device is part of")
/gem5/configs/common/
H A DFSConfig.py85 ide = IdeController(disks=[Parent.disk0, Parent.disk2],
402 ide = IdeController(disks=[Parent.disk0, Parent.disk2],
668 self.etherlink.int0 = Parent.testsys.realview.ethernet.interface
669 self.etherlink.int1 = Parent.drivesys.realview.ethernet.interface
671 self.etherlink.int0 = Parent.testsys.tsunami.ethernet.interface
672 self.etherlink.int1 = Parent.drivesys.tsunami.ethernet.interface
678 self.etherlink.dump = Parent.etherdump
706 self.etherlink.int0 = Parent
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h776 // inheriting ctors: `using Parent::Parent`. It's not an option right now because
779 #define PYBIND11_OBJECT_COMMON(Name, Parent, CheckFun) \
782 Name(handle h, bool is_borrowed) : Parent(is_borrowed ? Parent(h, borrowed_t{}) : Parent(h, stolen_t{})) { } \
783 Name(handle h, borrowed_t) : Parent(h, borrowed_t{}) { } \
784 Name(handle h, stolen_t) : Parent(h, stolen_t{}) { } \
789 #define PYBIND11_OBJECT_CVT(Name, Parent, CheckFun, ConvertFun) \
790 PYBIND11_OBJECT_COMMON(Name, Parent, CheckFu
[all...]
/gem5/configs/example/arm/
H A Ddist_bigLITTLE.py117 system.etherlink.int0 = Parent.system.ethernet.interface
/gem5/src/cpu/pred/
H A DBranchPredictor.py40 numThreads = Param.Unsigned(Parent.numThreads, "Number of threads")
63 numThreads = Param.Unsigned(Parent.numThreads, "Number of threads")
110 numThreads = Param.Unsigned(Parent.numThreads, "Number of threads")
111 instShiftAmt = Param.Unsigned(Parent.instShiftAmt,
/gem5/src/cpu/minor/
H A DMinorCPU.py288 numThreads = Parent.numThreads), "Branch Predictor")
/gem5/src/cpu/o3/
H A DO3CPU.py177 Parent.numThreads),
/gem5/src/dev/pci/
H A DPciDevice.py53 host = Param.PciHost(Parent.any, "PCI host")
/gem5/src/python/m5/
H A Dproxy.py67 s = 'Parent'
268 Parent = ProxyFactory(search_self = False, search_up = True) variable
272 __all__ = ['Parent', 'Self']
/gem5/src/cpu/
H A DBaseCPU.py152 system = Param.System(Parent.any, "system object")

Completed in 44 milliseconds

1234