Searched refs:hment_t (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/i86pc/vm/ |
H A D | hment.c | 65 #define HMENT_EMBEDDED ((hment_t *)(uintptr_t)1) 80 hment_t *hment_reserve_pool; 121 static hment_t *hment_steal(void); 130 hment_t *h1 = (hment_t *)hm1; in hment_compare() 131 hment_t *h2 = (hment_t *)hm2; in hment_compare() 151 hment_put_reserve(hment_t *hm) in hment_put_reserve() 164 static hment_t * 167 hment_t *hm = NULL; in hment_get_reserve() 190 static hment_t * 194 hment_t *hm = NULL; in hment_alloc() [all …]
|
H A D | hment.h | 38 typedef struct hment hment_t; typedef 47 extern hment_t *hment_remove(page_t *, htable_t *ht, uint_t entry); 48 extern void hment_free(hment_t *); 53 extern hment_t *hment_walk(page_t *, htable_t **, uint_t *, hment_t *); 58 extern hment_t *hment_prepare(htable_t *ht, uint_t entry, page_t *); 63 extern void hment_assign(htable_t *ht, uint_t entry, page_t *, hment_t *);
|
H A D | hat_i86.h | 241 extern hment_t *hati_page_unmap(page_t *pp, htable_t *ht, uint_t entry);
|
H A D | hat_i86.c | 1307 hment_t *hm; in hati_pte_map() 2182 hment_t *hm = NULL; in hat_pte_unmap() 3186 hment_t *hm = NULL; in hati_page_clrwrt() 3328 hment_t * 3333 hment_t *hm; in hati_page_unmap() 3393 hment_t *hm; in hati_pageunload() 3394 hment_t *prev; in hati_pageunload() 3665 hment_t *hm = NULL; in hat_pagesync()
|