Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c7884 sfmmu_t *ism_hatid = NULL; in sfmmu_uvatopfn() local
7906 while (ism_blkp != NULL && ism_hatid == NULL) { in sfmmu_uvatopfn()
7911 sfmmup = ism_hatid = ism_map[i].imap_ismhat; in sfmmu_uvatopfn()
8452 hat_share(struct hat *sfmmup, caddr_t addr, struct hat *ism_hatid, in hat_share() argument
8474 ASSERT(ism_hatid != NULL && sfmmup != NULL); in hat_share()
8553 ism_map[i].imap_ismhat = ism_hatid; in hat_share()
8572 ism_hatid->sfmmu_ismhat = 1; in hat_share()
8574 iment_add(ism_ment, ism_hatid); in hat_share()
8601 rcookie = hat_join_region(sfmmup, addr, len, (void *)ism_hatid, 0, in hat_share()
8685 struct hat *ism_hatid; in hat_unshare() local
[all …]