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

/gem5/src/cpu/
H A Dbase_dyn_inst_impl.hh109 sqIdx = -1;
H A Dbase_dyn_inst.hh234 int16_t sqIdx; member in class:BaseDynInst
/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh326 store_inst->sqIdx = storeQueue.tail();
606 int store_idx = store_inst->sqIdx;
H A Dlsq.hh358 _port.storeQueue[_inst->sqIdx].setRequest(this);
H A Dlsq_impl.hh750 fault = cpu->write(req, data, inst->sqIdx);

Completed in 21 milliseconds