Searched refs:matchBlockAddr (Results 1 - 9 of 9) sorted by relevance

/gem5/src/mem/cache/
H A Dqueue_entry.hh136 virtual bool matchBlockAddr(const Addr addr, const bool is_secure)
146 virtual bool matchBlockAddr(const PacketPtr pkt) const = 0;
H A Dwrite_queue_entry.cc117 assert(target->matchBlockAddr(targets.front().pkt, blkSize));
148 WriteQueueEntry::matchBlockAddr(const Addr addr, const bool is_secure) const function in class:WriteQueueEntry
155 WriteQueueEntry::matchBlockAddr(const PacketPtr pkt) const function in class:WriteQueueEntry
158 return pkt->matchBlockAddr(blkAddr, isSecure, blkSize);
165 return entry->matchBlockAddr(blkAddr, isSecure);
H A Dwrite_queue_entry.hh183 bool matchBlockAddr(const Addr addr, const bool is_secure) const override;
184 bool matchBlockAddr(const PacketPtr pkt) const override;
H A Dqueue.hh177 entry->matchBlockAddr(blk_addr, is_secure)) {
188 if (entry->matchBlockAddr(pkt) &&
H A Dmshr.cc278 assert(target->matchBlockAddr(targets.front().pkt, blkSize));
693 MSHR::matchBlockAddr(const Addr addr, const bool is_secure) const function in class:MSHR
700 MSHR::matchBlockAddr(const PacketPtr pkt) const function in class:MSHR
703 return pkt->matchBlockAddr(blkAddr, isSecure, blkSize);
710 return entry->matchBlockAddr(blkAddr, isSecure);
H A Dmshr.hh535 bool matchBlockAddr(const Addr addr, const bool is_secure) const override;
536 bool matchBlockAddr(const PacketPtr pkt) const override;
/gem5/src/mem/
H A Dpacket.cc400 Packet::matchBlockAddr(const Addr addr, const bool is_secure, function in class:Packet
407 Packet::matchBlockAddr(const PacketPtr pkt, const int blk_size) const function in class:Packet
409 return matchBlockAddr(pkt->getBlockAddr(blk_size), pkt->isSecure(),
H A Dpacket_queue.cc80 if (p.pkt->matchBlockAddr(pkt, blk_size))
H A Dpacket.hh992 bool matchBlockAddr(const Addr addr, const bool is_secure,
1003 bool matchBlockAddr(const PacketPtr pkt, const int blk_size) const;

Completed in 21 milliseconds