Home
last modified time | relevance | path

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

/xnu-12377.1.9/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()
182 phys_page = iter->list->upl.upl_info[iter->upl_index].phys_addr; in unified_page_list_iterator_vm_page()
H A Dpmap.h424 upl_page_info_array_t upl_info; member
581 .upl = {.upl_info = (user_page_list), \
/xnu-12377.1.9/osfmk/arm/pmap/
H A Dpmap.c10750 states = pmap_batch_set_cache_attributes_ppl((volatile upl_page_info_t *) page_list->upl.upl_info,
10753 states = pmap_batch_set_cache_attributes_internal(page_list->upl.upl_info,
/xnu-12377.1.9/osfmk/arm64/sptm/pmap/
H A Dpmap.c10371 .upl = {.upl_info = &single_page_upl, .upl_size = 1},