Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.1.9/osfmk/arm64/sptm/pmap/
H A Dpmap.c3113 const uint16_t refcnt = sptm_get_page_table_refcnt(kvtophys_nofail((vm_offset_t)ttp)); in pmap_tt_deallocate()
3187 refcnt = sptm_get_page_table_refcnt(tte_to_pa(tte));
3635 uint16_t refcnt = sptm_get_page_table_refcnt(tte_to_pa(*tte_p));
3643 refcnt = sptm_get_page_table_refcnt(tte_to_pa(*tte_p));
8714 if ((pmap->type == PMAP_TYPE_NESTED) && (sptm_get_page_table_refcnt(tte_to_pa(*tte_p)) == 0)) {