Searched defs:isRead (Results 1 - 7 of 7) sorted by relevance

/gem5/src/cpu/testers/traffic_gen/
H A Dlinear_gen.cc63 bool isRead = readPercent != 0 && local
H A Drandom_gen.cc62 bool isRead = readPercent != 0 && local
H A Ddram_gen.hh123 bool isRead; member in class:DramGen
/gem5/src/arch/arm/
H A Dutility.hh273 mcrMrcIssBuild(bool isRead, uint32_t crm, IntRegIndex rt, uint32_t crn, argument
285 mcrMrcIssExtract(uint32_t iss, bool &isRead, uint32_t &crm, IntRegIndex &rt, argument
297 mcrrMrrcIssBuild(bool isRead, uint32_t crm, IntRegIndex rt, IntRegIndex rt2, argument
308 msrMrs64IssBuild(bool isRead, uint32_t op0, uint32_t op1, uint32_t crn, argument
H A Dutility.cc464 bool isRead; local
605 bool isRead; local
660 bool isRead; local
/gem5/src/mem/
H A Ddram_ctrl.hh725 inline bool isRead() const { return read; } function in class:DRAMCtrl::DRAMPacket
H A Dpacket.hh199 bool isRead() const { return testCmdAttrib(IsRead); } function in class:MemCmd
530 bool isRead() const { return cmd.isRead(); } function

Completed in 21 milliseconds