Home
last modified time | relevance | path

Searched refs:NL3PG (Results 1 – 2 of 2) sorted by relevance

/src/sys/arm64/iommu/
H A Diommu_pmap.c71 #define NL3PG (IOMMU_PAGE_SIZE/(sizeof (pt_entry_t))) macro
/src/sys/arm64/arm64/
H A Dpmap.c168 #define NL3PG (PAGE_SIZE/(sizeof (pt_entry_t))) macro
3992 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()