PTBL_UNHOLD
if (flags & PTBL_UNHOLD) {
pte_remove(pmap, addr, PTBL_UNHOLD);
#define PTBL_HOLD_FLAG(pmap) (((pmap) == kernel_pmap) ? PTBL_HOLD : PTBL_UNHOLD)