VP_SWAPRES_MASK
((uchar_t)((vpp)->nvp_advice & VP_SWAPRES_MASK))
#define VPP_SETSWAPRES(vpp) ((vpp)->nvp_advice |= VP_SWAPRES_MASK)
#define VPP_CLRSWAPRES(vpp) ((vpp)->nvp_advice &= ~VP_SWAPRES_MASK)