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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp146 uint32_t fIOMDOffset; // The offset of this iopl in descriptor
147 ppnum_t fMappedPage; // Page number of first page in this iopl
148 unsigned int fPageOffset; // Offset within first page of iopl
754 ioPLBlock iopl; local
755 iopl.fIOPL = (upl_t) buffers;
756 upl_set_referenced(iopl.fIOPL, true);
757 upl_page_info_t *pageList = UPL_GET_INTERNAL_PAGE_LIST(iopl.fIOPL);
759 if (upl_get_size(iopl.fIOPL) < (count + offset))
762 _highestPage = upl_get_highest_page(iopl.fIOPL);
765 iopl
[all...]

Completed in 17 milliseconds