Searched refs:isproxy (Results 1 - 4 of 4) sorted by relevance

/gem5/src/python/m5/
H A Dproxy.py81 if not (isinstance(other, (int, long, float)) or isproxy(other)):
92 if isproxy(multiplier):
194 if not isproxy(val):
202 while isproxy(val):
211 while isproxy(val):
242 def isproxy(obj): function
248 if isproxy(v):
H A DSimObject.py74 from m5.proxy import isproxy
1470 if isinstance(child, ptype) and not isproxy(child) and \
1481 if not isproxy(match_obj) and not isNullPointer(match_obj):
1493 if value != None and isproxy(value):
H A Dparams.py1900 if self.peer and not proxy.isproxy(self.peer):
1905 if proxy.isproxy(other):
1924 if not self.peer or proxy.isproxy(self.peer):
1957 if self.peer and not proxy.isproxy(self.peer):
1965 if proxy.isproxy(self.peer):
/gem5/configs/example/arm/
H A Dfs_bigLITTLE.py78 if not m5.proxy.isproxy(obj.eventq_index) and \

Completed in 20 milliseconds