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

/gem5/src/mem/cache/
H A Dwrite_queue_entry.cc133 if (pkt->isPrint()) {
H A Dmshr.cc643 if (pkt->isPrint()) {
/gem5/src/mem/
H A Dpacket.hh229 bool isPrint() const { return testCmdAttrib(IsPrint); } function in class:MemCmd
558 bool isPrint() const { return cmd.isPrint(); } function
1347 if (isPrint())
1357 if (isPrint())
H A Dnoncoherent_xbar.cc288 if (!pkt->isPrint()) {
H A Dabstract_mem.cc451 } else if (pkt->isPrint()) {
H A Dpacket.cc252 if (isPrint()) {
H A Dcoherent_xbar.cc990 if (!pkt->isPrint()) {
1025 if (!pkt->isPrint()) {

Completed in 25 milliseconds