Searched defs:isLLSC (Results 1 - 4 of 4) sorted by relevance

/gem5/src/mem/
H A Dabstract_mem.cc245 bool isLLSC = pkt->isLLSC(); local
H A Dabstract_mem.hh153 bool isLLSC = pkt->isLLSC(); local
H A Drequest.hh887 bool isLLSC() const { return _flags.isSet(LLSC); } function
H A Dpacket.hh223 bool isLLSC() const { return testCmdAttrib(IsLlsc); } function in class:MemCmd
556 bool isLLSC() const { return cmd.isLLSC(); } function

Completed in 9 milliseconds