Searched refs:upl_pl (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.41.9/osfmk/vm/ |
| H A D | vm_swapfile_pager.c | 288 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() 417 upl_pl, pl_count, &empty); in swapfile_pager_data_request()
|
| H A D | vm_fourk_pager.c | 750 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 D | vm_apple_protect.c | 334 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 D | vm_shared_region_pager.c | 480 upl_page_info_t *upl_pl; in shared_region_pager_data_request() local 500 upl_pl = NULL; in shared_region_pager_data_request() 556 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in shared_region_pager_data_request() 563 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in shared_region_pager_data_request() 639 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in shared_region_pager_data_request() 660 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request() 662 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request() 664 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request() 806 upl_pl, pl_count, &empty); in shared_region_pager_data_request()
|
| H A D | vm_dyld_pager.c | 673 upl_page_info_t *upl_pl = NULL; in dyld_pager_data_request() local 740 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in dyld_pager_data_request() 747 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in dyld_pager_data_request() 818 dst_pnum = (ppnum_t)upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in dyld_pager_data_request() 835 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_validated); in dyld_pager_data_request() 836 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_tainted); in dyld_pager_data_request() 837 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, src_page->vmp_cs_nx); in dyld_pager_data_request() 929 upl_pl, pl_count, &empty); in dyld_pager_data_request()
|