Searched refs:endAddr (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/libkern/c++/ |
| H A D | OSSymbol.cpp | 181 void checkForPageUnload(void *startAddr, void *endAddr); 335 OSSymbolPool::checkForPageUnload(void *startAddr, void *endAddr) in checkForPageUnload() argument 343 if (sym->string >= startAddr && sym->string < endAddr) { in checkForPageUnload() 561 OSSymbol::checkForPageUnload(void *startAddr, void *endAddr) in checkForPageUnload() argument 563 OSSymbolPool::instance().checkForPageUnload(startAddr, endAddr); in checkForPageUnload()
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSSymbol.h | 426 void * endAddr);
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOBufferMemoryDescriptor.cpp | 406 volatile UInt8 * endAddr = (UInt8 *)_buffer + capacity; in initWithPhysicalMask() local 408 while (startAddr < endAddr) { in initWithPhysicalMask()
|
| H A D | IOMemoryDescriptor.cpp | 508 mach_vm_address_t entryAddr, endAddr, entrySize; in memoryReferenceCreate() local 644 endAddr = srcAddr + srcLen; in memoryReferenceCreate() 647 endAddr = round_page_64(srcAddr + srcLen); in memoryReferenceCreate() 654 entrySize = (endAddr - entryAddr); in memoryReferenceCreate() 699 if ((entryAddr + actualSize) != endAddr) { in memoryReferenceCreate() 2257 mach_vm_address_t endAddr; in initWithOptions() local 2273 if (os_add3_overflow(addr, len, PAGE_MASK, &endAddr)) { in initWithOptions() 2276 if (!(kIOMemoryRemote & options) && (atop_64(endAddr) > UINT_MAX)) { in initWithOptions() 2279 if (os_add_overflow(pages, (atop_64(endAddr) - atop_64(addr)), &pages)) { in initWithOptions()
|