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

/gem5/src/cpu/minor/
H A Dexec_context.hh119 return execute.getLSQ().pushRequest(inst, true /* load */, nullptr,
130 return execute.getLSQ().pushRequest(inst, false /* store */, data,
139 return execute.getLSQ().pushRequest(inst, false /* amo */, nullptr,
H A Dexecute.hh331 LSQ &getLSQ() { return lsq; } function in class:Minor::Execute

Completed in 7 milliseconds