Searched refs:REMAPASSERT (Results 1 – 1 of 1) sorted by relevance
1290 #define REMAPASSERT(EX) if (!(EX)) panic("hati_pte_map: " #EX) macro1387 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()