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

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMapper.h44 ppnum_t *pageList, unsigned pageCount);
46 upl_page_info_t *pageList, unsigned pageCount);
112 ppnum_t *pageList, IOItemCount pageCount);
114 upl_page_info_t *pageList, IOItemCount pageCount);
138 upl_page_info_t * pageList,
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMapper.cpp204 upl_page_info_t * pageList,
211 ppnum_t *pageList, IOItemCount pageCount)
214 iovmInsert(addr, offset++, *pageList++);
218 upl_page_info_t *pageList, IOItemCount pageCount)
221 iovmInsert(addr, offset + i, pageList[i].phys_addr);
295 ppnum_t *pageList, unsigned pageCount)
303 iovmInsert(addr, (IOItemCount) offset, pageList, pageCount);
307 upl_page_info_t *pageList, unsigned pageCount)
316 pageList,
199 iovmMapMemory( OSObject * memory, ppnum_t offsetPage, ppnum_t pageCount, uint32_t options, upl_page_info_t * pageList, const IODMAMapSpecification * mapSpecification) argument
210 iovmInsert(ppnum_t addr, IOItemCount offset, ppnum_t *pageList, IOItemCount pageCount) argument
217 iovmInsert(ppnum_t addr, IOItemCount offset, upl_page_info_t *pageList, IOItemCount pageCount) argument
294 IOMapperInsertPPNPages(ppnum_t addr, unsigned offset, ppnum_t *pageList, unsigned pageCount) argument
306 IOMapperInsertUPLPages(ppnum_t addr, unsigned offset, upl_page_info_t *pageList, unsigned pageCount) argument
H A DIOMemoryDescriptor.cpp735 upl_page_info_t *pageList = NULL; local
838 pageList = getPageList(dataP);
861 pageList = (upl_page_info_t*) ioplInfo.fPageInfo;
863 pageList = &pageList[ioplInfo.fPageInfo];
927 &pageList[currentPageIndex],
1504 upl_page_info_t *pageList = UPL_GET_INTERNAL_PAGE_LIST(iopl.fIOPL); local
1512 iopl.fFlags = pageList->device | kIOPLExternUPL;
1513 if (!pageList->device) {
1515 pageList
2185 upl_page_info_t *pageList = getPageList(dataP); local
3130 upl_page_info_t * pageList; local
[all...]
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A Dvtd.c665 uint32_t mapOptions, upl_page_info_t * pageList)
670 if (kIODMAMapPhysicallyContiguous & mapOptions) VTLOG("map phys %x, %x\n", pageList[0].phys_addr, size);
681 bf->tables[0][start + idx].bits = (access | ptoa_64(pageList[0].phys_addr + idx));
694 bf->tables[0][start + idx + j].bits = (access | ptoa_64(pageList[idx + j].phys_addr)); j++;
695 bf->tables[0][start + idx + j].bits = (access | ptoa_64(pageList[idx + j].phys_addr)); j++;
696 bf->tables[0][start + idx + j].bits = (access | ptoa_64(pageList[idx + j].phys_addr)); j++;
697 bf->tables[0][start + idx + j].bits = (access | ptoa_64(pageList[idx + j].phys_addr)); j++;
698 bf->tables[0][start + idx + j].bits = (access | ptoa_64(pageList[idx + j].phys_addr)); j++;
699 bf->tables[0][start + idx + j].bits = (access | ptoa_64(pageList[idx + j].phys_addr)); j++;
700 bf->tables[0][start + idx + j].bits = (access | ptoa_64(pageList[id
664 vtd_space_set(vtd_space_t * bf, vtd_vaddr_t start, vtd_vaddr_t size, uint32_t mapOptions, upl_page_info_t * pageList) argument
1033 space_alloc(vtd_space_t * bf, vtd_baddr_t size, uint32_t mapOptions, const IODMAMapSpecification * mapSpecification, upl_page_info_t * pageList) argument
1479 iovmMapMemory( OSObject * memory, ppnum_t offsetPage, ppnum_t pageCount, uint32_t mapOptions, upl_page_info_t * pageList, const IODMAMapSpecification * mapSpecification) argument
1773 iovmInsert(ppnum_t addr, IOItemCount offset, ppnum_t *pageList, IOItemCount pageCount) argument
1790 iovmInsert(ppnum_t addr, IOItemCount offset, upl_page_info_t *pageList, IOItemCount pageCount) argument
[all...]
H A Dballoc.c112 uint32_t mapOptions, upl_page_info_t * pageList)
155 if (pageList)
157 vtd_space_set(bf, addr, size, mapOptions, pageList);
111 vtd_balloc(vtd_space_t * bf, vtd_baddr_t size, uint32_t mapOptions, upl_page_info_t * pageList) argument
H A Drballoc.c269 uint32_t mapOptions, upl_page_info_t * pageList)
268 vtd_rballoc(vtd_space_t * bf, vtd_rbaddr_t pages, vtd_rbaddr_t align, vtd_rbaddr_t maxround, uint32_t mapOptions, upl_page_info_t * pageList) argument

Completed in 200 milliseconds