Searched refs:htable_e2va (Results 1 – 2 of 2) sorted by relevance
264 extern uintptr_t htable_e2va(htable_t *ht, uint_t entry);
1861 htable_e2va(htable_t *ht, uint_t entry) in htable_e2va() function2074 uintptr_t addr = htable_e2va(ht, entry); in x86pte_set()2259 hat_tlb_inval(ht->ht_hat, htable_e2va(ht, entry)); in x86pte_inval()2289 hat_tlb_inval(ht->ht_hat, htable_e2va(ht, entry)); in x86pte_update()2393 htable_e2va(dest, entry) < HYPERVISOR_VIRT_END) in x86pte_copy()