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