Home
last modified time | relevance | path

Searched refs:pmap_set_nested (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/osfmk/arm64/sptm/pmap/
H A Dpmap.h524 extern void pmap_set_nested(pmap_t pmap);
H A Dpmap.c1064 pmap_set_nested, (pmap_t pmap), PMAP_SET_NESTED_INDEX);
8253 pmap_set_nested( function
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.h582 extern void pmap_set_nested(pmap_t pmap);
H A Dpmap.c1096 pmap_set_nested, (pmap_t pmap), PMAP_SET_NESTED_INDEX);
9049 pmap_set_nested( function
/xnu-11215/osfmk/tests/
H A Dpmap_tests.c335 pmap_set_nested(nested_pmap); in test_pmap_nesting()
/xnu-11215/osfmk/vm/
H A Dvm_shared_region.c786 pmap_set_nested(pmap_nested); in vm_shared_region_create()
H A Dvm_map.c3480 pmap_set_nested(submap->pmap); in vm_map_enter()