Searched refs:NL3PG (Results 1 – 2 of 2) sorted by relevance
71 #define NL3PG (IOMMU_PAGE_SIZE/(sizeof (pt_entry_t))) macro
168 #define NL3PG (PAGE_SIZE/(sizeof (pt_entry_t))) macro3992 KASSERT(ml3->ref_count == NL3PG, in pmap_remove_l2()5019 for (l3 = firstl3 + NL3PG - 1; l3 > firstl3; l3--) { in pmap_promote_l2()5459 (mpte == NULL || mpte->ref_count == NL3PG) && in pmap_enter()5694 full_lvl == 1 && (mpte == NULL || mpte->ref_count == NL3PG)) in pmap_enter()5898 uwptpg->ref_count = NL3PG; in pmap_enter_l2()6423 full_lvl == 1 && (mpte == NULL || mpte->ref_count == NL3PG)) { in pmap_enter_quick_locked()7224 KASSERT(ml3->ref_count == NL3PG, in pmap_remove_pages()8632 ml3->ref_count = NL3PG; in pmap_demote_l2_locked()