Searched refs:PT2PG_MASK (Results 1 – 2 of 2) sorted by relevance
624 return ((pt1_idx & PT2PG_MASK) * NB_IN_PT2); in page_pt2off()2073 pte1_index(kernel_vm_end) & ~PT2PG_MASK, in pmap_growkernel()2403 m->md.pt2_wirecount[pte1_idx & PT2PG_MASK]++; in pt2_wirecount_inc()2416 m->md.pt2_wirecount[pte1_idx & PT2PG_MASK]--; in pt2_wirecount_dec()2427 m->md.pt2_wirecount[pte1_idx & PT2PG_MASK])); in pt2_wirecount_set()2431 m->md.pt2_wirecount[pte1_idx & PT2PG_MASK] = count; in pt2_wirecount_set()2441 return (m->md.pt2_wirecount[pte1_idx & PT2PG_MASK]); in pt2_wirecount_get()2491 m = vm_page_alloc(NULL, pte1_idx & ~PT2PG_MASK, in _pmap_allocpte2()2608 KASSERT(m->pindex == (pte1_index(va) & ~PT2PG_MASK), in pmap_unwire_pt2pg()2684 KASSERT(m->pindex == (pte1_idx & ~PT2PG_MASK), in pmap_unwire_pt2_all()[all …]
58 #define PT2PG_MASK ((1 << PT2PG_SHIFT) - 1) macro