Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1290 #define REMAPASSERT(EX) if (!(EX)) panic("hati_pte_map: " #EX) macro
1387 REMAPASSERT(flags & HAT_LOAD_REMAP); in hati_pte_map()
1388 REMAPASSERT(flags & HAT_LOAD_NOCONSIST); in hati_pte_map()
1389 REMAPASSERT(PTE_GET(old_pte, PT_SOFTWARE) >= PT_NOCONSIST); in hati_pte_map()
1390 REMAPASSERT(pf_is_memory(PTE2PFN(old_pte, l)) == in hati_pte_map()
1392 REMAPASSERT(!is_consist); in hati_pte_map()