Searched refs:upl_pl (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/osfmk/vm/ |
| H A D | vm_swapfile_pager.c | 289 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 D | vm_apple_protect.c | 336 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 D | vm_shared_region_pager.c | 500 upl_page_info_t *upl_pl; in shared_region_pager_data_request() local 521 upl_pl = NULL; in shared_region_pager_data_request() 578 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in shared_region_pager_data_request() 585 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in shared_region_pager_data_request() 661 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in shared_region_pager_data_request() 682 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request() 684 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request() 686 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request() 828 upl_pl, pl_count, &empty); in shared_region_pager_data_request()
|
| H A D | vm_dyld_pager.c | 794 upl_page_info_t *upl_pl = NULL; in dyld_pager_data_request() local 861 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in dyld_pager_data_request() 868 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in dyld_pager_data_request() 939 dst_pnum = (ppnum_t)upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in dyld_pager_data_request() 956 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_validated); in dyld_pager_data_request() 957 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_tainted); in dyld_pager_data_request() 958 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_nx); in dyld_pager_data_request() 1051 upl_pl, pl_count, &empty); in dyld_pager_data_request()
|