Searched refs:ism_ht (Results 1 – 1 of 1) sorted by relevance
2920 htable_t *ism_ht = NULL; in hat_share() local2955 pte = htable_walk(ism_hat, &ism_ht, &ism_addr, e_ism_addr); in hat_share()2956 if (ism_ht == NULL) in hat_share()2962 l = ism_ht->ht_level; in hat_share()2989 if (ism_addr != ism_ht->ht_vaddr || in hat_share()3008 for (e = 1; e < HTABLE_NUM_PTES(ism_ht); ++e) { in hat_share()3010 pte = x86pte_get(ism_ht, e); in hat_share()3019 ht = htable_create(hat, vaddr, l, ism_ht); in hat_share()3022 ASSERT(ht->ht_shares == ism_ht); in hat_share()3024 (ism_ht->ht_valid_cnt - ht->ht_valid_cnt) << in hat_share()[all …]