Searched refs:isPrefetch (Results 1 - 14 of 14) sorted by relevance

/gem5/src/cpu/
H A Dtranslation.hh172 isPrefetch() const function in class:WholeTranslationState
174 return mainReq->isPrefetch();
H A Dstatic_inst.hh165 bool isPrefetch() const { return isInstPrefetch() || function in class:StaticInst
/gem5/src/cpu/checker/
H A Dcpu.cc230 if (mem_req->isPrefetch()) {
302 bool was_prefetch = mem_req->isPrefetch();
/gem5/src/mem/
H A Dmem_checker_monitor.cc145 bool is_read = pkt->isRead() && !pkt->req->isPrefetch();
234 bool is_read = pkt->isRead() && !pkt->req->isPrefetch();
H A Dpacket.hh226 bool isPrefetch() const { return testCmdAttrib(IsSWPrefetch) || function in class:MemCmd
885 else if (req->isPrefetch())
H A Drequest.hh884 bool isPrefetch() const { return (_flags.isSet(PREFETCH) || function
/gem5/src/dev/arm/
H A Dsmmu_v3_transl.hh55 bool isPrefetch; member in struct:SMMUTranslRequest
H A Dsmmu_v3_transl.cc58 req.isPrefetch = false;
74 req.isPrefetch = true;
172 if (request.isPrefetch) {
449 e.prefetched = request.isPrefetch;
461 alloc = request.isPrefetch ?
/gem5/src/cpu/simple/
H A Datomic.cc427 if (req->isPrefetch()) {
548 if (fault != NoFault && req->isPrefetch()) {
624 if (fault != NoFault && req->isPrefetch()) {
H A Dtiming.cc633 if (state->isPrefetch()) {
/gem5/src/arch/arm/
H A Dtlb.cc581 assert(flags & MustBeOne || req->isPrefetch());
651 if (req->isPrefetch()) {
839 if (req->isPrefetch()) {
1076 assert(flags & MustBeOne || req->isPrefetch());
1474 if (req->isPrefetch()) {
/gem5/src/mem/cache/
H A Dbase.hh414 cmd.isPrefetch() ||
/gem5/src/cpu/minor/
H A Dexecute.cc345 if (inst->staticInst->isPrefetch()) {
H A Dlsq.cc1016 if (request->inst->staticInst->isPrefetch()) {

Completed in 56 milliseconds