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

/gem5/src/mem/cache/
H A Dcache_blk.hh144 Addr req_high = req_low + req->getSize() -1; local
146 (req_low >= lowAddr) && (req_high <= highAddr);
153 Addr req_high = req_low + req->getSize() - 1; local
155 return (req_low <= highAddr) && (req_high >= lowAddr);

Completed in 3 milliseconds