Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.h283 extern x86pte_t x86pte_inval(htable_t *ht, uint_t entry,
H A Dhat_i86.c2717 old_pte = x86pte_inval(ht, entry, old_pte, pte_ptr, tlb); in hat_pte_unmap()
3831 old_pte = x86pte_inval(ht, entry, 0, NULL, B_TRUE); in hati_page_unmap()
4561 (void) x86pte_inval(ht, entry, 0, NULL, B_TRUE); in clear_boot_mappings()
H A Dhtable.c2204 x86pte_inval( in x86pte_inval() function