Searched refs:bp (Results 1 - 6 of 6) sorted by relevance

/gem5/src/mem/
H A Dnoncoherent_xbar.cc65 MasterPort* bp = new NoncoherentXBarMasterPort(portName, *this, i); local
66 masterPorts.push_back(bp);
67 reqLayers.push_back(new ReqLayer(*bp, *this,
76 MasterPort* bp = new NoncoherentXBarMasterPort(portName, *this, local
78 masterPorts.push_back(bp);
79 reqLayers.push_back(new ReqLayer(*bp, *this, csprintf(".reqLayer%d",
86 QueuedSlavePort* bp = new NoncoherentXBarSlavePort(portName, *this, i); local
87 slavePorts.push_back(bp);
88 respLayers.push_back(new RespLayer(*bp, *this,
H A Dcoherent_xbar.cc72 MasterPort* bp = new CoherentXBarMasterPort(portName, *this, i); local
73 masterPorts.push_back(bp);
74 reqLayers.push_back(new ReqLayer(*bp, *this,
77 new SnoopRespLayer(*bp, *this, csprintf(".snoopLayer%d", i)));
85 MasterPort* bp = new CoherentXBarMasterPort(portName, *this, local
87 masterPorts.push_back(bp);
88 reqLayers.push_back(new ReqLayer(*bp, *this, csprintf(".reqLayer%d",
90 snoopLayers.push_back(new SnoopRespLayer(*bp, *this,
98 QueuedSlavePort* bp = new CoherentXBarSlavePort(portName, *this, i); local
99 slavePorts.push_back(bp);
[all...]
/gem5/src/base/
H A Dremote_gdb.cc534 BaseRemoteGDB::recv(std::vector<char>& bp) argument
538 bp.resize(0);
553 bp.push_back(c);
568 if (bp.size() > 2 && bp[2] == ':') {
569 putbyte(bp[0]);
570 putbyte(bp[1]);
571 auto begin = std::begin(bp);
572 bp.erase(begin, std::next(begin, 3));
580 bp
586 send(const char *bp) argument
[all...]
H A Dremote_gdb.hh185 void recv(std::vector<char> &bp);
/gem5/configs/common/
H A DFSConfig.py551 bp = X86IntelMPProcessor(
556 base_entries.append(bp)
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc255 bool operator<(BestPair const &bp) const
257 return mpreds < bp.mpreds;

Completed in 9 milliseconds