Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/vm/
H A Dvm_fourk_pager.c783 upl_page_info_t *upl_pl; in fourk_pager_data_request() local
849 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in fourk_pager_data_request()
858 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in fourk_pager_data_request()
870 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in fourk_pager_data_request()
1164 UPL_SET_CS_TAINTED(upl_pl, in fourk_pager_data_request()
1168 UPL_SET_CS_VALIDATED(upl_pl, in fourk_pager_data_request()
1177 UPL_SET_CS_VALIDATED(upl_pl, in fourk_pager_data_request()
1182 UPL_SET_CS_NX(upl_pl, in fourk_pager_data_request()
1239 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
321 upl_pl = NULL; in swapfile_pager_data_request()
368 upl_pl = UPL_GET_INTERNAL_PAGE_LIST(upl); in swapfile_pager_data_request()
373 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in swapfile_pager_data_request()
385 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in swapfile_pager_data_request()
438 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()
659 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in shared_region_pager_data_request()
680 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request()
682 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request()
684 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, in shared_region_pager_data_request()
825 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()
508 upl_phys_page(upl_pl, (int)(cur_offset / PAGE_SIZE)); in apple_protect_pager_data_request()
530 UPL_SET_CS_VALIDATED(upl_pl, cur_offset / PAGE_SIZE, in apple_protect_pager_data_request()
532 UPL_SET_CS_TAINTED(upl_pl, cur_offset / PAGE_SIZE, in apple_protect_pager_data_request()
534 UPL_SET_CS_NX(upl_pl, cur_offset / PAGE_SIZE, in apple_protect_pager_data_request()
721 upl_pl, pl_count, &empty); in apple_protect_pager_data_request()