Searched refs:unproxy (Results 1 - 7 of 7) sorted by relevance

/gem5/src/python/m5/
H A Dproxy.py93 multiplier = multiplier.unproxy(base)
103 def unproxy(self, base): member in class:BaseProxy
131 raise RuntimeError("Cycle in unproxy")
132 result = result.unproxy(obj)
203 val = val.unproxy(obj)
212 val = val.unproxy(obj)
H A Dparams.py140 # allows us to blithely call unproxy() on things without checking
142 def unproxy(self, base): member in class:ParamValue
256 def unproxy(self, base): member in class:VectorParamValue
260 return self[0].unproxy(base)
262 return [v.unproxy(base) for v in self]
986 def unproxy(self, base): member in class:EthernetAddr
1807 def unproxy(self, base): member in class:NullSimObject
1963 def unproxy(self, simobj): member in class:PortRef
1967 realPeer = self.peer.unproxy(self.simobj)
2068 def unproxy(sel member in class:VectorPortRef
[all...]
H A DSimObject.py1487 def unproxy(self, base): member in class:SimObject
1495 value = value.unproxy(self)
1509 port.unproxy(self)
/gem5/util/stats/
H A Dinfo.py35 def unproxy(proxy): function
42 stat = unproxy(stat)
47 stat = unproxy(stat)
52 stat = unproxy(stat)
56 stat = unproxy(stat)
69 stat = unproxy(stat)
234 return len(unproxy(self.arg))
316 return unproxy(self.dict[self.name])
333 return unproxy(unproxy(sel
[all...]
/gem5/src/cpu/
H A DBaseCPU.py321 platform, found = self.system.unproxy(self).find_any(Platform)
328 freq = int(self.clk_domain.unproxy(self).clock[0].frequency)
/gem5/src/dev/arm/
H A DRealView.py172 gic = self._parent.unproxy(self).gic
310 io_phandle = state.phandle(self.osc_mcc.parent.unproxy(self))
342 io_phandle = state.phandle(self.osc_cpu.parent.unproxy(self))
368 realview = self._parent.unproxy(self)
418 clock = state.phandle(self.clk_domain.unproxy(self))
443 clock = state.phandle(self.clk_domain.unproxy(self))
460 clock = state.phandle(self.clk_domain.unproxy(self))
H A DGic.py151 gic = self.gic.unproxy(self)

Completed in 32 milliseconds