Searched refs:PMAP_TT_L2_LEVEL (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.121.3/osfmk/arm/pmap/ |
| H A D | pmap_pt_geometry.h | 172 #define PMAP_TT_L2_LEVEL 0x2 macro 614 } else if (level == PMAP_TT_L2_LEVEL) { in pt_attr_ln_offmask() 626 } else if (level == PMAP_TT_L2_LEVEL) { in pt_attr_ln_pt_offmask() 694 return ttn_index(pt_attr, addr, PMAP_TT_L2_LEVEL); in tte_index() 794 case PMAP_TT_L2_LEVEL: in pmap_ttne() 885 return pmap_ttne(pmap, PMAP_TT_L2_LEVEL, addr); in pmap_tt2e()
|
| /xnu-8020.121.3/osfmk/arm/ |
| H A D | pmap.c | 221 .pta_commpage_level = PMAP_TT_L2_LEVEL, 224 .pta_commpage_level = PMAP_TT_L2_LEVEL, 247 .pta_commpage_level = PMAP_TT_L2_LEVEL, 6957 …while (pmap_tt_allocate(pmap, &tt_p, PMAP_TT_L2_LEVEL, ((options & PMAP_TT_ALLOCATE_NOWAIT)? PMAP_… 6971 pmap_init_pte_page(pmap, (pt_entry_t *) tt_p, v, PMAP_TT_L2_LEVEL, FALSE); 6988 pmap_tt_deallocate(pmap, tt_p, PMAP_TT_L2_LEVEL); 9732 kr = pmap_expand(subord, vaddr, expand_options, PMAP_TT_L2_LEVEL);
|