Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dpmap.h722 #define PMAP_CREATE_NESTED 0 /* this flag is a nop on x86 */ macro
746 #define PMAP_CREATE_NESTED 0x80 /* pmap will not try to allocate a subpage root table to sa… macro
750 …_FORCE_4K_PAGES | PMAP_CREATE_X86_64 | PMAP_CREATE_ROSETTA | PMAP_CREATE_TEST | PMAP_CREATE_NESTED)
H A Dvm_tests.c2621 pmap_t nested_pmap = pmap_create_options(NULL, 0, PMAP_CREATE_64BIT | PMAP_CREATE_NESTED); in vm_upl_submap_test()
H A Dvm_shared_region.c862 nested_pmap = pmap_create_options(NULL, 0, pmap_flags | PMAP_CREATE_NESTED); in vm_shared_region_create()
H A Dvm_map.c3576 submap_is_64bit ? PMAP_CREATE_64BIT | PMAP_CREATE_NESTED : PMAP_CREATE_NESTED); in vm_map_enter()
/xnu-12377.1.9/osfmk/tests/
H A Dpmap_tests.c335 pmap_t nested_pmap = pmap_create_wrapper(PMAP_CREATE_NESTED); in test_pmap_nesting()
/xnu-12377.1.9/osfmk/arm64/sptm/pmap/
H A Dpmap.c2466 if (!(flags & PMAP_CREATE_NESTED) && pmap_user_root_size_matches_subpage_l1(pmap_root_size)) { in pmap_create_options_internal()