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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp147 ppnum_t fMappedPage; // Page number of first page in this iopl member in struct:ioPLBlock
772 iopl.fMappedPage = 0;
1454 address = trunc_page_64(dataP->fMappedBase) + ptoa_64(ioplInfo.fMappedPage) + offset;
2135 iopl.fMappedPage = mapBase + pageIndex;
2137 iopl.fMappedPage = 0;
2240 if (mapper) iopl.fMappedPage = mapBase + pageIndex;

Completed in 24 milliseconds