Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.h250 extern void hat_pte_unmap(htable_t *ht, uint_t entry, uint_t flags,
H A Dhat_i86.c2669 hat_pte_unmap( in hat_pte_unmap() function
2798 hat_pte_unmap(ht, entry, flags, old_pte, pte_ptr, B_TRUE); in hat_kmap_unload()
2888 hat_pte_unmap(ht, entry, flags, old_pte, in hat_unload_callback()
2932 hat_pte_unmap(ht, entry, flags, old_pte, NULL, B_FALSE); in hat_unload_callback()
H A Dhtable.c480 hat_pte_unmap(ht, e, HAT_UNLOAD, pte, NULL, in htable_steal_active()