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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp145 vm_address_t fPageInfo; // Pointer to page list or index into it member in struct:ioPLBlock
773 iopl.fPageInfo = (vm_address_t) pageList;
1462 // For external UPLs the fPageInfo field points directly to
1465 pageList = (upl_page_info_t *) ioplInfo.fPageInfo;
1467 pageList = &pageList[ioplInfo.fPageInfo];
2209 iopl.fPageInfo = pageIndex;
2413 // For external UPLs the fPageInfo field points directly to
2417 pageList = (upl_page_info_t *) ioplList->fPageInfo;

Completed in 11 milliseconds