Home
last modified time | relevance | path

Searched refs:pmap_insert_commpage (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/osfmk/arm64/sptm/pmap/
H A Dpmap.h527 extern void pmap_insert_commpage(pmap_t pmap);
H A Dpmap.c964 pmap_insert_commpage, (pmap_t pmap), PMAP_INSERT_COMMPAGE_INDEX);
10257 pmap_insert_commpage( function
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.h585 extern void pmap_insert_commpage(pmap_t pmap);
H A Dpmap.c995 pmap_insert_commpage, (pmap_t pmap), PMAP_INSERT_COMMPAGE_INDEX);
11701 pmap_insert_commpage( function
/xnu-11215/osfmk/vm/
H A Dvm_shared_region.c3703 pmap_insert_commpage(vm_map_pmap(map)); in vm_commpage_enter()
H A Dvm_map.c13719 pmap_insert_commpage(new_map->pmap); in vm_map_fork()