Searched defs:isWrite (Results 1 - 6 of 6) sorted by relevance
/gem5/src/dev/arm/ | ||
H A D | smmu_v3_transl.hh | 54 bool isWrite; member in struct:SMMUTranslRequest |
/gem5/src/mem/qos/ | ||
H A D | mem_ctrl.hh | 386 } else if (pkt->isWrite()) { function |
/gem5/src/mem/cache/prefetch/ | ||
H A D | base.hh | 175 bool isWrite() const function in class:BasePrefetcher::PrefetchInfo |
/gem5/src/arch/arm/ | ||
H A D | table_walker.hh | 751 bool isWrite; member in class:ArmISA::TableWalker::LongDescriptor::WalkerState |
/gem5/src/mem/ | ||
H A D | dram_ctrl.hh | 731 inline bool isWrite() const { return !read; } function in class:DRAMCtrl::DRAMPacket |
H A D | packet.hh | 200 bool isWrite() const { return testCmdAttrib(IsWrite); } function in class:MemCmd 531 bool isWrite() const { return cmd.isWrite(); } function |
Completed in 18 milliseconds