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

/gem5/src/cpu/
H A Dtranslation.hh161 isStrictlyOrdered() const function in class:WholeTranslationState
163 return mainReq->isStrictlyOrdered();
/gem5/src/cpu/trace/
H A Dtrace_cpu.cc503 if (node_ptr->isLoad() && !node_ptr->isStrictlyOrdered()) {
559 if (!node_ptr->isLoad() || node_ptr->isStrictlyOrdered()) {
635 if (node_ptr->isStrictlyOrdered()) {
945 if (done_node->isStore() && done_node->isStrictlyOrdered()) {
H A Dtrace_cpu.hh671 bool isStrictlyOrdered() const { function in class:TraceCPU::ElasticDataGen::GraphNode
/gem5/src/cpu/o3/
H A Dlsq_impl.hh784 _inst->strictlyOrdered(req->isStrictlyOrdered());
824 _inst->strictlyOrdered(mainReq->isStrictlyOrdered());
H A Dlsq_unit.hh628 if (req->mainRequest()->isStrictlyOrdered() &&
/gem5/src/mem/
H A Drequest.hh882 bool isStrictlyOrdered() const { return _flags.isSet(STRICT_ORDER); } function
/gem5/src/cpu/minor/
H A Dlsq.cc1031 bool bufferable = !(request->request->isStrictlyOrdered() ||

Completed in 30 milliseconds