Lines Matching refs:UINT_MAX
2276 if (!(kIOMemoryRemote & options) && (atop_64(endAddr) > UINT_MAX)) { in initWithOptions()
2288 if ((highPage > _highestPage) && (highPage <= UINT_MAX)) { in initWithOptions()
2577 if (srcLen > (UINT_MAX - PAGE_SIZE + 1)) { in readBytes()
2578 srcLen = (UINT_MAX - PAGE_SIZE + 1); in readBytes()
2646 if (dstLen > (UINT_MAX - PAGE_SIZE + 1)) { in writeBytes()
2647 dstLen = (UINT_MAX - PAGE_SIZE + 1); in writeBytes()
3971 if (dstLen > (UINT_MAX - PAGE_SIZE + 1)) { in performOperation()
3972 dstLen = (UINT_MAX - PAGE_SIZE + 1); in performOperation()
3974 if (remaining > UINT_MAX) { in performOperation()
3975 remaining = UINT_MAX; in performOperation()
4444 if (size > UINT_MAX) { in initMemoryEntries()