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

/darwin-on-arm/xnu/osfmk/mach/
H A Dmemory_object_types.h429 typedef struct upl_page_info upl_page_info_t; typedef in typeref:struct:upl_page_info
430 typedef upl_page_info_t *upl_page_info_array_t;
662 extern upl_page_info_t* upl_get_internal_vectorupl_pagelist(upl_t);
669 ((upl_page_info_t *)((upl_offset_to_pagelist == 0) ? \
679 ((upl_page_info_t *)((upl_offset_to_pagelist == 0) ? \
685 extern ppnum_t upl_phys_page(upl_page_info_t *upl, int index);
686 extern boolean_t upl_device_page(upl_page_info_t *upl);
687 extern boolean_t upl_speculative_page(upl_page_info_t *upl, int index);
698 extern boolean_t upl_page_present(upl_page_info_t *upl, int index);
699 extern boolean_t upl_dirty_page(upl_page_info_t *up
[all...]
H A Dmach_types.defs84 type upl_page_info_t = struct[2] of integer_t;
85 type upl_page_info_array_t = array[*:256] of upl_page_info_t;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMapper.h46 upl_page_info_t *pageList, unsigned pageCount);
114 upl_page_info_t *pageList, IOItemCount pageCount);
137 upl_page_info_t * pageList,
/darwin-on-arm/xnu/bsd/sys/
H A Dubc.h105 int ubc_create_upl(vnode_t, off_t, int, upl_t *, upl_page_info_t **, int);
114 upl_page_info_t *ubc_upl_pageinfo(upl_t);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMapper.cpp185 upl_page_info_t * pageList,
199 upl_page_info_t *pageList, IOItemCount pageCount)
288 upl_page_info_t *pageList, unsigned pageCount)
H A DIOMemoryDescriptor.cpp163 upl_page_info_t fPageList[1]; /* variable length */
173 (offsetof(ioGMDData, fPageList) + p * sizeof(upl_page_info_t) + u * sizeof(ioPLBlock))
757 upl_page_info_t *pageList = UPL_GET_INTERNAL_PAGE_LIST(iopl.fIOPL);
1429 upl_page_info_t *pageList = getPageList(dataP);
1463 // the upl's upl_page_info_t array.
1465 pageList = (upl_page_info_t *) ioplInfo.fPageInfo;
2106 _memoryEntries->appendBytes(0, dataP->fPageCnt * sizeof(upl_page_info_t));
2404 upl_page_info_t * pageList;
2414 // the upl's upl_page_info_t array.
2417 pageList = (upl_page_info_t *) ioplLis
[all...]
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c3470 user_page_list = (upl_page_info_t *) (((uintptr_t)upl) + sizeof(struct upl));
3473 ((size/PAGE_SIZE) * sizeof(upl_page_info_t)));
3481 user_page_list = (upl_page_info_t *) (((uintptr_t)upl) + sizeof(struct upl));
4195 upl_page_info_t **user_page_list_ptr,
4204 upl_page_info_t **user_page_list_ptr,
4209 upl_page_info_t *user_page_list;
4260 upl_page_info_t *user_page_list,
4648 + ((upl->size/PAGE_SIZE) * sizeof(upl_page_info_t)));
4908 upl_page_info_t *page_list,
4993 + ((upl->size/PAGE_SIZE) * sizeof(upl_page_info_t)));
[all...]
H A Dvm_pageout.h354 upl_page_info_t *user_page_list,
H A Dvm_apple_protect.c334 upl_page_info_t *upl_pl;
H A Dvm_object.h614 upl_page_info_t *page_info,
H A Dvm_swapfile_pager.c321 upl_page_info_t *upl_pl = NULL;
H A Dvm_user.c2958 upl_page_info_t *pl,
3001 upl_page_info_t *pl,
H A Dmemory_object.c1632 upl_page_info_t *user_page_list,
/darwin-on-arm/xnu/bsd/vm/
H A Dvnode_pager.c258 upl_page_info_t *pl;
505 upl_page_info_t *pl;
/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c769 upl_page_info_t *pl;
1956 upl_page_info_t **plp,
2114 upl_page_info_t *pl;
2183 upl_page_info_t *pl;
2335 * Returns: !NULL The (upl_page_info_t *) for the page
2346 upl_page_info_t *
H A Ddecmpfs.c1202 upl_page_info_t *pli = NULL;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c792 upl_page_info_t *pl;
2118 upl_page_info_t *pl;
2510 upl_page_info_t *pl;
2715 cluster_zero_range(upl_t upl, upl_page_info_t *pl, int flags, int io_offset, off_t zero_off, off_t upl_f_offset, int bytes_to_zero)
2744 upl_page_info_t *pl;
3487 upl_page_info_t *pl;
4014 upl_page_info_t *pl;
4535 upl_page_info_t *pl;
4823 upl_page_info_t *pl;
5336 upl_page_info_t *p
[all...]
H A Dvfs_bio.c2864 upl_page_info_t *pl;
4216 upl_page_info_t *pl;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c3691 upl_page_info_t *pl;
4006 upl_page_info_t* pl;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c437 upl_page_info_t *pl;
H A Dnfs_vnops.c6671 upl_page_info_t *plinfo;
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_backing_store.c3346 upl_page_info_t *pl;

Completed in 160 milliseconds