Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dvm_fourk_pager.c783 upl_page_info_t *upl_pl; in fourk_pager_data_request() local
859 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in fourk_pager_data_request()
868 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in fourk_pager_data_request()
880 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in fourk_pager_data_request()
1175 UPL_SET_CS_TAINTED(upl_pl, in fourk_pager_data_request()
1179 UPL_SET_CS_VALIDATED(upl_pl, in fourk_pager_data_request()
1188 UPL_SET_CS_VALIDATED(upl_pl, in fourk_pager_data_request()
1193 UPL_SET_CS_NX(upl_pl, in fourk_pager_data_request()
1250 upl_pl, pl_count, &empty); in fourk_pager_data_request()
H A Dvm_swapfile_pager.c309 upl_page_info_t *upl_pl = NULL; in swapfile_pager_data_request() local
323 upl_pl = NULL; in swapfile_pager_data_request()
381 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in swapfile_pager_data_request()
386 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in swapfile_pager_data_request()
398 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in swapfile_pager_data_request()
451 upl_pl, pl_count, &empty); in swapfile_pager_data_request()
H A Dvm_shared_region_pager.c501 upl_page_info_t *upl_pl; in shared_region_pager_data_request() local
521 upl_pl = NULL; in shared_region_pager_data_request()
577 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in shared_region_pager_data_request()
584 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in shared_region_pager_data_request()
660 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in shared_region_pager_data_request()
681 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request()
683 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request()
685 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request()
826 upl_pl, pl_count, &empty); in shared_region_pager_data_request()
H A Dvm_apple_protect.c353 upl_page_info_t *upl_pl; in apple_protect_pager_data_request() local
373 upl_pl = NULL; in apple_protect_pager_data_request()
425 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in apple_protect_pager_data_request()
432 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in apple_protect_pager_data_request()
509 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in apple_protect_pager_data_request()
531 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, in apple_protect_pager_data_request()
533 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, in apple_protect_pager_data_request()
535 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, in apple_protect_pager_data_request()
722 upl_pl, pl_count, &empty); in apple_protect_pager_data_request()