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

/gem5/src/gpu-compute/
H A Dtlb_coalescer.cc128 // when we can coalesce a packet update the reqCnt
132 coalesced_state->reqCnt.back() += incoming_state->reqCnt.back();
172 // we are sending the packet back, so pop the reqCnt associated
175 sender_state->reqCnt.pop_back();
248 // if reqCnt is empty then this packet does not represent
250 // If it does though then the reqCnt for each level in the
255 if (!sender_state->reqCnt.empty())
256 req_cnt = sender_state->reqCnt.back();
258 sender_state->reqCnt
[all...]
H A Dgpu_tlb.hh351 // reqCnt per level >= reqCnt higher level
352 std::vector<int> reqCnt; member in struct:X86ISA::GpuTLB::TranslationState
H A Dgpu_tlb.cc1050 int req_cnt = sender_state->reqCnt.back();
1077 // the reqCnt has an entry per level, so its size tells us
1079 sender_state->hitLevel = sender_state->reqCnt.size();
1255 int req_cnt = tmp_sender_state->reqCnt.back();
1504 sender_state->hitLevel = sender_state->reqCnt.size();

Completed in 13 milliseconds