Lines Matching defs:pv_va
157 #define PV_WIRE(pv) ((pv)->pv_va |= PV_WIRED)
158 #define PV_UNWIRE(pv) ((pv)->pv_va &= ~PV_WIRED)
159 #define PV_ISWIRED(pv) ((pv)->pv_va & PV_WIRED)
160 #define PV_VA(pv) ((pv)->pv_va & ~PV_WIRED)
161 #define PV_CMPVA(va,pv) (!(PV_VA(pv) ^ (va)))
166 vaddr_t pv_va; /* virtual address of mapping */
718 pv->pv_va = va;
733 npv->pv_va = va;
1114 va = PV_VA(pv);
1122 va = PV_VA(pv);