Searched refs:upl_pl (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.121.6/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_shared_region_pager.c | 502 upl_page_info_t *upl_pl; in shared_region_pager_data_request() local 524 upl_pl = NULL; in shared_region_pager_data_request() 585 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in shared_region_pager_data_request() 592 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 D | vm_apple_protect.c | 336 upl_page_info_t *upl_pl; in apple_protect_pager_data_request() local 357 upl_pl = NULL; in apple_protect_pager_data_request() 409 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in apple_protect_pager_data_request() 416 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in apple_protect_pager_data_request() 499 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in apple_protect_pager_data_request() 521 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, in apple_protect_pager_data_request() 523 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, in apple_protect_pager_data_request() 525 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, in apple_protect_pager_data_request() 712 upl_pl, pl_count, &empty); in apple_protect_pager_data_request()
|
| H A D | vm_dyld_pager.c | 865 upl_page_info_t *upl_pl = NULL; in dyld_pager_data_request() local 937 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in dyld_pager_data_request() 944 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in dyld_pager_data_request() 1016 dst_pnum = (ppnum_t)upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in dyld_pager_data_request() 1033 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_validated); in dyld_pager_data_request() 1034 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_tainted); in dyld_pager_data_request() 1035 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_nx); in dyld_pager_data_request() 1134 upl_pl, pl_count, &empty); in dyld_pager_data_request()
|