Searched refs:currAddr (Results 1 – 2 of 2) sorted by relevance
322 static inline size_t GetIndexInUxpte(uint64_t startAddr, uint64_t currAddr) in GetIndexInUxpte() argument324 return UxpteOffset(startAddr) + (VirtPageNo(currAddr) - VirtPageNo(startAddr)); in GetIndexInUxpte()
2233 std::vector<uint32_t> currAddr; in TransIpAddressToVec() local2236 currAddr.push_back(CheckDataLegal(addTmp)); in TransIpAddressToVec()2239 currAddr.push_back(CheckDataLegal(addr)); in TransIpAddressToVec()2240 if (currAddr.size() != IP_ADDR_SIZE) { in TransIpAddressToVec()2244 return currAddr; in TransIpAddressToVec()2402 std::vector<uint32_t> currAddr; in IsIpAddressInvalid() local2406 currAddr = TransIpAddressToVec(addr); in IsIpAddressInvalid()2407 if ((currAddr.size() == IP_ADDR_SIZE)) { in IsIpAddressInvalid()2408 uint32_t intCurrAddr3 = (currAddr[VEC_POS_3] & 0xFF); in IsIpAddressInvalid()