Home
last modified time | relevance | path

Searched refs:upl_pl (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.81.4/osfmk/vm/
H A Dvm_swapfile_pager.c289 upl_page_info_t *upl_pl = NULL; in swapfile_pager_data_request() local
301 upl_pl = NULL; in swapfile_pager_data_request()
348 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in swapfile_pager_data_request()
353 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in swapfile_pager_data_request()
365 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in swapfile_pager_data_request()
419 upl_pl, pl_count, &empty); in swapfile_pager_data_request()
H A Dvm_shared_region_pager.c502 upl_page_info_t *upl_pl; in shared_region_pager_data_request() local
523 upl_pl = NULL; in shared_region_pager_data_request()
584 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in shared_region_pager_data_request()
591 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in shared_region_pager_data_request()
667 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in shared_region_pager_data_request()
688 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request()
690 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request()
692 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request()
838 upl_pl, pl_count, &empty); in shared_region_pager_data_request()
H A Dvm_apple_protect.c336 upl_page_info_t *upl_pl; in apple_protect_pager_data_request() local
356 upl_pl = NULL; in apple_protect_pager_data_request()
408 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in apple_protect_pager_data_request()
415 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in apple_protect_pager_data_request()
492 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in apple_protect_pager_data_request()
514 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, in apple_protect_pager_data_request()
516 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, in apple_protect_pager_data_request()
518 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, in apple_protect_pager_data_request()
705 upl_pl, pl_count, &empty); in apple_protect_pager_data_request()
H A Dvm_dyld_pager.c865 upl_page_info_t *upl_pl = NULL; in dyld_pager_data_request() local
936 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in dyld_pager_data_request()
943 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in dyld_pager_data_request()
1014 dst_pnum = (ppnum_t)upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in dyld_pager_data_request()
1031 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_validated); in dyld_pager_data_request()
1032 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_tainted); in dyld_pager_data_request()
1033 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_nx); in dyld_pager_data_request()
1132 upl_pl, pl_count, &empty); in dyld_pager_data_request()