PV_MASK
#define PV_SETVA(pv,va) ((pv)->pv_va = (((va) & PV_VAMASK) | (((pv)->pv_va) & PV_MASK)))
pv->pv_va = (pv->pv_va & PV_MASK) | npv->pv_va;