Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/
H A Dvm_pmap.c145 phys_page = iter->list->upl.upl_info[iter->upl_index].phys_addr; in unified_page_list_iterator_page()
H A Dpmap.h408 upl_page_info_array_t upl_info; member
552 .upl = {.upl_info = (user_page_list), \
/xnu-11417.121.6/osfmk/arm/pmap/
H A Dpmap.c10718 states = pmap_batch_set_cache_attributes_ppl((volatile upl_page_info_t *) page_list->upl.upl_info,
10721 states = pmap_batch_set_cache_attributes_internal(page_list->upl.upl_info,
/xnu-11417.121.6/osfmk/arm64/sptm/pmap/
H A Dpmap.c10080 .upl = {.upl_info = &single_page_upl, .upl_size = 1},