Home
last modified time | relevance | path

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

/xnu-11215.81.4/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.h400 upl_page_info_array_t upl_info; member
543 .upl = {.upl_info = (user_page_list), \
/xnu-11215.81.4/osfmk/arm/pmap/
H A Dpmap.c10713 states = pmap_batch_set_cache_attributes_ppl((volatile upl_page_info_t *) page_list->upl.upl_info,
10716 states = pmap_batch_set_cache_attributes_internal(page_list->upl.upl_info,
/xnu-11215.81.4/osfmk/arm64/sptm/pmap/
H A Dpmap.c10014 .upl = {.upl_info = &single_page_upl, .upl_size = 1},