Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h71 #define PTE_EQUIV(a, b) (((a) | (PT_IGNORE | PT_REF | PT_MOD)) == \ macro
H A Dhtable.c1978 if (!PTE_EQUIV(newpte, pte)) { in x86pte_mapin()
H A Dhat_i86.c1861 if (PTE_EQUIV(pte, old_pte)) in hati_pte_map()