Searched refs:memMapIndex (Results 1 – 1 of 1) sorted by relevance
189 uint64_t memMapIndex = -1; in ReadRoMemory() local194 memMapIndex = pageFile->second; in ReadRoMemory()197 memMapIndex = static_cast<uint64_t>(retIndex); in ReadRoMemory()199 if (retIndex != exceptRet && memMapIndex < memMaps_.size()) { in ReadRoMemory()200 const_cast<VirtualThread *>(this)->vaddr4kPageCache_[pageIndex] = memMapIndex; in ReadRoMemory()203 if (memMapIndex != illegal) { in ReadRoMemory()204 auto map = memMaps_[memMapIndex]; in ReadRoMemory()