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

/gem5/src/dev/arm/
H A Dkmi.cc173 ints.rx = ps2->hostDataAvailable() ? 1 : 0;
203 tmp_interrupt.rx = rawInterrupts.rx & control.rxint_enable;
H A Dkmi.hh102 Bitfield<0> rx; member in class:Pl050
/gem5/src/dev/net/
H A Ddist_etherlink.cc248 RxLink *rx,
253 rx->setLocalInt(this);
255 rx->setDistInt(m);
246 LocalIface(const std::string &name, TxLink *tx, RxLink *rx, DistIface *m) argument
H A Ddist_etherlink.hh189 LocalIface(const std::string &name, TxLink *tx, RxLink *rx,
H A Detherlink.cc102 EtherLink::Interface::Interface(const string &name, Link *tx, Link *rx) argument
106 rx->setRxInt(this);
/gem5/util/stats/
H A Ddb.py297 rx = None
299 rx = re.compile(regex)
305 if rx == None or rx.match(stat.name):
316 rx = None
318 rx = re.compile(regex)
324 if stat.type == 'FORMULA' and (rx == None or rx.match(stat.name)):
337 rx = re.compile(stat)
339 if rx
[all...]
H A Dstats.py116 rx = re.compile(options.runs)
119 if rx.match(run.name):

Completed in 12 milliseconds