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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp143 vm_address_t fPageInfo; // Pointer to page list or index into it member in struct:ioPLBlock
857 * For external UPLs, the fPageInfo points directly to the UPL's page_info_t
861 pageList = (upl_page_info_t*) ioplInfo.fPageInfo;
863 pageList = &pageList[ioplInfo.fPageInfo];
1520 iopl.fPageInfo = (vm_address_t) pageList;
2218 // For external UPLs the fPageInfo field points directly to
2221 pageList = (upl_page_info_t *) ioplInfo.fPageInfo;
2223 pageList = &pageList[ioplInfo.fPageInfo];
2928 iopl.fPageInfo = pageIndex;
3139 // For external UPLs the fPageInfo fiel
[all...]

Completed in 65 milliseconds