Searched refs:PV_WIRED (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/usermode/usermode/
H A Dpmap.c57 #define PV_WIRED 0x01 /* wired mapping */ macro
860 if (vflags & (PV_UNMANAGED | PV_WIRED))
916 if (pv->pv_vflags & PV_WIRED)
927 pv->pv_vflags |= PV_WIRED;
944 if (pv->pv_vflags & PV_WIRED)
1025 if (pv->pv_vflags & PV_WIRED)
1106 if ((pv->pv_vflags & PV_WIRED) == 0)
1109 pv->pv_vflags &= ~PV_WIRED;
1315 if (pv->pv_vflags & PV_WIRED)
/netbsd-current/sys/arch/powerpc/ibm4xx/
H A Dpmap.c156 #define PV_WIRED 0x1 macro
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)

Completed in 182 milliseconds