PG_W             1895 arch/i386/i386/pmap.c 		if ((flags & PMAP_REMOVE_SKIPWIRED) && (*pte & PG_W))
PG_W             1901 arch/i386/i386/pmap.c 		if (opte & PG_W)
PG_W             1968 arch/i386/i386/pmap.c 	if ((flags & PMAP_REMOVE_SKIPWIRED) && (*pte & PG_W))
PG_W             1976 arch/i386/i386/pmap.c 	if (opte & PG_W)
PG_W             2276 arch/i386/i386/pmap.c 		if (opte & PG_W)
PG_W             2537 arch/i386/i386/pmap.c 		if ((ptes[atop(va)] & PG_W) != 0) {
PG_W             2538 arch/i386/i386/pmap.c 			ptes[atop(va)] &= ~PG_W;
PG_W             2651 arch/i386/i386/pmap.c 		if (wired && (opte & PG_W) == 0)
PG_W             2653 arch/i386/i386/pmap.c 		else if (!wired && (opte & PG_W) != 0)
PG_W             2749 arch/i386/i386/pmap.c 		npte |= PG_W;
PG_W              916 arch/i386/i386/pmapae.c 	if (*ptep & PG_W) {
PG_W             1231 arch/i386/i386/pmapae.c 		if (opte & PG_W)
PG_W             1313 arch/i386/i386/pmapae.c 	if (opte & PG_W)
PG_W             1623 arch/i386/i386/pmapae.c 		if (opte & PG_W)
PG_W             1928 arch/i386/i386/pmapae.c 		if ((ptes[atop(va)] & PG_W) != 0) {
PG_W             1929 arch/i386/i386/pmapae.c 			ptes[atop(va)] &= ~PG_W;
PG_W             2024 arch/i386/i386/pmapae.c 		if (wired && (opte & PG_W) == 0)
PG_W             2026 arch/i386/i386/pmapae.c 		else if (!wired && (opte & PG_W) != 0)
PG_W             2131 arch/i386/i386/pmapae.c 		npte |= PG_W;