Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/arm64/sptm/pmap/
H A Dpmap_data.h2483 extern bool surt_free(pmap_paddr_t surt_pa);
H A Dpmap_data.c2502 surt_free(pmap_paddr_t surt_pa) in surt_free() function
H A Dpmap.c2999 if (!surt_free(pa)) { in pmap_tt1_deallocate()
/xnu-12377.1.9/osfmk/tests/
H A Dpmap_tests.c967 const bool retype = surt_free(thread_data->surt_pa); in surt_free_emulation_thread()