Searched refs:tpde (Results 1 – 1 of 1) sorted by relevance
2012 pd_entry_t *pde, tpde; in pmap_alloc_l3() local2052 tpde = pmap_load(pde); in pmap_alloc_l3()2053 if (tpde != 0) { in pmap_alloc_l3()2054 m = PHYS_TO_VM_PAGE(tpde & ~ATTR_MASK); in pmap_alloc_l3()3148 pd_entry_t *pde, tpde; in pmap_remove_all() local3206 tpde = pmap_load(pde); in pmap_remove_all()3222 pmap_unuse_pt(pmap, pv->pv_va, tpde, &free); in pmap_remove_all()5507 pd_entry_t *pde, tpde; in pmap_ts_referenced() local5546 tpde = pmap_load(pde); in pmap_ts_referenced()5547 KASSERT((tpde & ATTR_DESCR_MASK) == L1_TABLE, in pmap_ts_referenced()[all …]