Searched refs:upl_pl (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.1.9/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 | 333 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() 496 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in apple_protect_pager_data_request() 518 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, in apple_protect_pager_data_request() 520 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, in apple_protect_pager_data_request() 522 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, in apple_protect_pager_data_request() 709 upl_pl, pl_count, &empty); in apple_protect_pager_data_request()
|
| H A D | vm_shared_region_pager.c | 499 upl_page_info_t *upl_pl; in shared_region_pager_data_request() local 521 upl_pl = NULL; in shared_region_pager_data_request() 582 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in shared_region_pager_data_request() 589 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in shared_region_pager_data_request() 664 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in shared_region_pager_data_request() 685 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request() 687 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request() 689 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request() 835 upl_pl, pl_count, &empty); in shared_region_pager_data_request()
|
| H A D | vm_dyld_pager.c | 972 upl_page_info_t *upl_pl = NULL; in dyld_pager_data_request() local 1044 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in dyld_pager_data_request() 1051 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in dyld_pager_data_request() 1123 dst_pnum = (ppnum_t)upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in dyld_pager_data_request() 1140 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_validated); in dyld_pager_data_request() 1141 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_tainted); in dyld_pager_data_request() 1142 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_nx); in dyld_pager_data_request() 1241 upl_pl, pl_count, &empty); in dyld_pager_data_request()
|