Searched refs:ism_ht (Results 1 – 1 of 1) sorted by relevance
3405 htable_t *ism_ht = NULL; in hat_share() local3440 pte = htable_walk(ism_hat, &ism_ht, &ism_addr, e_ism_addr); in hat_share()3441 if (ism_ht == NULL) in hat_share()3447 l = ism_ht->ht_level; in hat_share()3474 if (ism_addr != ism_ht->ht_vaddr || in hat_share()3493 for (e = 1; e < HTABLE_NUM_PTES(ism_ht); ++e) { in hat_share()3495 pte = x86pte_get(ism_ht, e); in hat_share()3504 ht = htable_create(hat, vaddr, l, ism_ht); in hat_share()3507 ASSERT(ht->ht_shares == ism_ht); in hat_share()3509 (ism_ht->ht_valid_cnt - ht->ht_valid_cnt) << in hat_share()[all …]