Lines Matching refs:hm
1307 hment_t *hm; in hati_pte_map() local
1331 hm = hment_prepare(ht, entry, pp); in hati_pte_map()
1360 hment_assign(ht, entry, pp, hm); in hati_pte_map()
1409 if (hm != NULL) in hati_pte_map()
1410 hment_free(hm); in hati_pte_map()
2182 hment_t *hm = NULL; in hat_pte_unmap() local
2256 hm = hment_remove(pp, ht, entry); in hat_pte_unmap()
2258 if (hm != NULL) in hat_pte_unmap()
2259 hment_free(hm); in hat_pte_unmap()
3186 hment_t *hm = NULL; in hati_page_clrwrt() local
3199 while ((hm = hment_walk(pp, &ht, &entry, hm)) != NULL) { in hati_page_clrwrt()
3333 hment_t *hm; in hati_page_unmap() local
3369 hm = hment_remove(pp, ht, entry); in hati_page_unmap()
3377 return (hm); in hati_page_unmap()
3393 hment_t *hm; in hati_pageunload() local
3425 for (prev = NULL; ; prev = hm) { in hati_pageunload()
3426 hm = hment_walk(cur_pp, &ht, &entry, prev); in hati_pageunload()
3427 if (hm == NULL) { in hati_pageunload()
3464 hm = hati_page_unmap(cur_pp, ht, entry); in hati_pageunload()
3465 if (hm != NULL) in hati_pageunload()
3466 hment_free(hm); in hati_pageunload()
3665 hment_t *hm = NULL; in hat_pagesync() local
3702 while ((hm = hment_walk(pp, &ht, &entry, hm)) != NULL) { in hat_pagesync()