Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1799 #define REMAPASSERT(EX) if (!(EX)) panic("hati_pte_map: " #EX) macro
1893 REMAPASSERT(flags & HAT_LOAD_REMAP); in hati_pte_map()
1894 REMAPASSERT(flags & HAT_LOAD_NOCONSIST); in hati_pte_map()
1895 REMAPASSERT(PTE_GET(old_pte, PT_SOFTWARE) >= PT_NOCONSIST); in hati_pte_map()
1896 REMAPASSERT(pf_is_memory(PTE2PFN(old_pte, l)) == in hati_pte_map()
1898 REMAPASSERT(!is_consist); in hati_pte_map()