Searched refs:PMAP_CREATE_NESTED (Results 1 – 6 of 6) sorted by relevance
722 #define PMAP_CREATE_NESTED 0 /* this flag is a nop on x86 */ macro746 #define PMAP_CREATE_NESTED 0x80 /* pmap will not try to allocate a subpage root table to sa… macro750 …_FORCE_4K_PAGES | PMAP_CREATE_X86_64 | PMAP_CREATE_ROSETTA | PMAP_CREATE_TEST | PMAP_CREATE_NESTED)
2621 pmap_t nested_pmap = pmap_create_options(NULL, 0, PMAP_CREATE_64BIT | PMAP_CREATE_NESTED); in vm_upl_submap_test()
862 nested_pmap = pmap_create_options(NULL, 0, pmap_flags | PMAP_CREATE_NESTED); in vm_shared_region_create()
3576 submap_is_64bit ? PMAP_CREATE_64BIT | PMAP_CREATE_NESTED : PMAP_CREATE_NESTED); in vm_map_enter()
335 pmap_t nested_pmap = pmap_create_wrapper(PMAP_CREATE_NESTED); in test_pmap_nesting()
2466 if (!(flags & PMAP_CREATE_NESTED) && pmap_user_root_size_matches_subpage_l1(pmap_root_size)) { in pmap_create_options_internal()