Home
last modified time | relevance | path

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

/freebsd/sys/arm64/iommu/
H A Diommu_pmap.c71 #define NL3PG (IOMMU_PAGE_SIZE/(sizeof (pt_entry_t))) macro
/freebsd/sys/arm64/arm64/
H A Dpmap.c165 #define NL3PG (PAGE_SIZE/(sizeof (pt_entry_t))) macro
3755 KASSERT(ml3->ref_count == NL3PG, in pmap_remove_l2()
4762 for (l3 = firstl3 + NL3PG - 1; l3 > firstl3; l3--) { in pmap_promote_l2()
5375 (mpte == NULL || mpte->ref_count == NL3PG) && in pmap_enter()
5557 uwptpg->ref_count = NL3PG; in pmap_enter_l2()
6072 (mpte == NULL || mpte->ref_count == NL3PG) && in pmap_enter_quick_locked()
6874 KASSERT(ml3->ref_count == NL3PG, in pmap_remove_pages()
8258 ml3->ref_count = NL3PG; in pmap_demote_l2_locked()