Searched refs:PTBL_HOLD (Results 1 – 3 of 3) sorted by relevance
227 #define PTBL_HOLD 0x00000001 /* do not unhold ptbl pages */ macro230 #define PTBL_HOLD_FLAG(pmap) (((pmap) == kernel_pmap) ? PTBL_HOLD : PTBL_UNHOLD)
463 pte_remove(pmap, va, PTBL_HOLD); in pte_enter()
528 pte_remove(pmap, va, PTBL_HOLD); in pte_enter()