Searched refs:mapBase (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMACommand.cpp477 vm_page_t mapBase = NULL; local
488 KMA_LOMEM | KMA_NOPAGEWAIT, &mapBase);
492 mapBase = NULL;
496 if (mapBase)
498 state->fCopyPageAlloc = mapBase;
H A DIOMemoryDescriptor.cpp2064 ppnum_t mapBase = 0;
2135 iopl.fMappedPage = mapBase + pageIndex;
2240 if (mapper) iopl.fMappedPage = mapBase + pageIndex;

Completed in 41 milliseconds