Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/vm/
H A Dhtable.h276 extern x86pte_t x86pte_inval(htable_t *ht, uint_t entry,
H A Dhat_i86.c2221 old_pte = x86pte_inval(ht, entry, old_pte, pte_ptr, tlb); in hat_pte_unmap()
3346 old_pte = x86pte_inval(ht, entry, 0, NULL, B_TRUE); in hati_page_unmap()
4080 (void) x86pte_inval(ht, entry, 0, NULL, B_TRUE); in clear_boot_mappings()
H A Dhtable.c2234 x86pte_inval( in x86pte_inval() function