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

/gem5/src/mem/
H A Dabstract_mem.cc250 bool allowStore = !isLLSC; local
266 allowStore = true;
274 req->setExtraData(allowStore ? 1 : 0);
277 if (allowStore) {
302 return allowStore;

Completed in 5 milliseconds