Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/arm64/sptm/
H A Dsptm.h130 sptm_get_page_table_refcnt(sptm_paddr_t table_paddr) in sptm_get_page_table_refcnt() function
/xnu-12377.81.4/osfmk/arm64/sptm/pmap/
H A Dpmap.c3501 const uint16_t refcnt = sptm_get_page_table_refcnt(kvtophys_nofail((vm_offset_t)ttp)); in pmap_tt_deallocate()
3575 refcnt = sptm_get_page_table_refcnt(tte_to_pa(tte));
4023 uint16_t refcnt = sptm_get_page_table_refcnt(tte_to_pa(*tte_p));
4031 refcnt = sptm_get_page_table_refcnt(tte_to_pa(*tte_p));
9141 if ((pmap->type == PMAP_TYPE_NESTED) && (sptm_get_page_table_refcnt(tte_to_pa(*tte_p)) == 0)) {