Searched refs:ism_ment (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h193 struct ism_ment *imap_ment; /* pointer to mapping list entry */
205 typedef struct ism_ment { struct
208 struct ism_ment *iment_next; /* next ism map entry */
209 struct ism_ment *iment_prev; /* prev ism map entry */
H A Dhat_sfmmu.c523 static void iment_add(struct ism_ment *, struct hat *);
524 static void iment_sub(struct ism_ment *, struct hat *);
8402 iment_add(struct ism_ment *iment, struct hat *ism_hat)
8415 iment_sub(struct ism_ment *iment, struct hat *ism_hat)
8462 ism_ment_t *ism_ment; local
8493 * Allocate ism_ment for the ism_hat's mapping list, and an
8499 ism_ment = kmem_cache_alloc(ism_ment_cache, KM_SLEEP);
8568 ism_map[i].imap_ment = ism_ment;
8574 ism_ment->iment_hat = sfmmup;
8575 ism_ment
14791 ism_ment_t *ism_ment; local
14849 ism_ment_t *ism_ment; local
[all...]

Completed in 93 milliseconds