Home
last modified time | relevance | path

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

/xnu-11417.140.69/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-11417.140.69/osfmk/arm64/sptm/pmap/
H A Dpmap.c2908 const uint16_t refcnt = sptm_get_page_table_refcnt(kvtophys_nofail((vm_offset_t)ttp)); in pmap_tt_deallocate()
3012 refcnt = sptm_get_page_table_refcnt(tte_to_pa(tte));
3458 uint16_t refcnt = sptm_get_page_table_refcnt(tte_to_pa(*tte_p));
3466 refcnt = sptm_get_page_table_refcnt(tte_to_pa(*tte_p));
8382 if ((pmap->type == PMAP_TYPE_NESTED) && (sptm_get_page_table_refcnt(tte_to_pa(*tte_p)) == 0)) {