Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/vm/
H A Dvm_swapfile_pager.c288 upl_page_info_t *upl_pl = NULL; in swapfile_pager_data_request() local
300 upl_pl = NULL; in swapfile_pager_data_request()
347 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in swapfile_pager_data_request()
352 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in swapfile_pager_data_request()
364 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in swapfile_pager_data_request()
418 upl_pl, pl_count, &empty); in swapfile_pager_data_request()
H A Dvm_fourk_pager.c750 upl_page_info_t *upl_pl; in fourk_pager_data_request() local
816 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in fourk_pager_data_request()
825 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in fourk_pager_data_request()
837 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in fourk_pager_data_request()
1132 UPL_SET_CS_TAINTED(upl_pl, in fourk_pager_data_request()
1136 UPL_SET_CS_VALIDATED(upl_pl, in fourk_pager_data_request()
1145 UPL_SET_CS_VALIDATED(upl_pl, in fourk_pager_data_request()
1150 UPL_SET_CS_NX(upl_pl, in fourk_pager_data_request()
1207 upl_pl, pl_count, &empty); in fourk_pager_data_request()
H A Dvm_apple_protect.c334 upl_page_info_t *upl_pl; in apple_protect_pager_data_request() local
354 upl_pl = NULL; in apple_protect_pager_data_request()
406 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in apple_protect_pager_data_request()
413 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in apple_protect_pager_data_request()
490 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in apple_protect_pager_data_request()
512 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, in apple_protect_pager_data_request()
514 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, in apple_protect_pager_data_request()
516 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, in apple_protect_pager_data_request()
703 upl_pl, pl_count, &empty); in apple_protect_pager_data_request()
H A Dvm_shared_region_pager.c480 upl_page_info_t *upl_pl; in shared_region_pager_data_request() local
501 upl_pl = NULL; in shared_region_pager_data_request()
558 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in shared_region_pager_data_request()
565 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in shared_region_pager_data_request()
641 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in shared_region_pager_data_request()
662 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request()
664 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request()
666 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request()
808 upl_pl, pl_count, &empty); in shared_region_pager_data_request()
H A Dvm_dyld_pager.c790 upl_page_info_t *upl_pl = NULL; in dyld_pager_data_request() local
857 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in dyld_pager_data_request()
864 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in dyld_pager_data_request()
935 dst_pnum = (ppnum_t)upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in dyld_pager_data_request()
952 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_validated); in dyld_pager_data_request()
953 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_tainted); in dyld_pager_data_request()
954 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_nx); in dyld_pager_data_request()
1047 upl_pl, pl_count, &empty); in dyld_pager_data_request()