Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c2438 pt2_wirecount_get(vm_page_t m, uint32_t pte1_idx) in pt2_wirecount_get() function
2686 KASSERT(m->ref_count > pt2_wirecount_get(m, pte1_idx), in pmap_unwire_pt2_all()
2688 pt2_wirecount_get(m, pte1_idx))); in pmap_unwire_pt2_all()
2711 __func__, pt2_wirecount_get(m, pte1_idx))); in pmap_unwire_pt2_all()
3743 pt2_wirecount_get(m, pte1_index(va)))); in pmap_demote_pte1()
6103 KASSERT(pt2_wirecount_get(src_mpt2pg, pte1_idx) > 0, in pmap_copy()
6106 if (pt2_wirecount_get(src_mpt2pg, pte1_idx) == 0) in pmap_copy()
6147 if (pt2_wirecount_get(dst_mpt2pg, pte1_idx) >= in pmap_copy()
6148 pt2_wirecount_get(src_mpt2pg, pte1_idx)) in pmap_copy()
6876 pt2_wirecount_get(m, pte1_index(va))); in DB_SHOW_COMMAND()