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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp145 ppnum_t fMappedPage; // Page number of first page in this iopl member in struct:ioPLBlock
1519 iopl.fMappedPage = 0;
2210 address = trunc_page_64(dataP->fMappedBase) + ptoa_64(ioplInfo.fMappedPage) + offset;
2843 iopl.fMappedPage = mapBase + pageIndex;
2845 iopl.fMappedPage = 0;
2960 if (mapper) iopl.fMappedPage = mapBase + pageIndex;

Completed in 170 milliseconds