Searched defs:fromCache (Results 1 - 1 of 1) sorted by relevance
/gem5/src/mem/ | ||
H A D | packet.hh | 209 bool fromCache() const { return testCmdAttrib(FromCache); } function in class:MemCmd 548 bool fromCache() const { return cmd.fromCache(); } function |
Completed in 6 milliseconds