Searched refs:maxRead (Results 1 – 1 of 1) sorted by relevance
662 int32 maxRead = B_PAGE_SIZE - (addr_t)address % B_PAGE_SIZE; in _ReadMemory() local663 if (toRead > maxRead) in _ReadMemory()664 toRead = maxRead; in _ReadMemory()