Lines Matching defs:nflags
3097 u_int nflags;
3135 nflags = 0;
3137 nflags |= PVF_WRITE;
3139 nflags |= PVF_EXEC;
3141 nflags |= PVF_WIRED;
3190 "nflags %#jx", (uintptr_t)pg, (uintptr_t)pp,
3191 md->pvh_attrs, nflags);
3207 nflags |= PVF_REF;
3219 nflags |= PVF_MOD;
3229 if (md->pvh_attrs & nflags & PVF_EXEC) {
3251 PVF_MOD | PVF_REF, nflags);
3314 pmap_enter_pv(md, pa, pv, pm, va, nflags);
3393 if ((nflags & PVF_EXEC) && (npte & L2_XS_XN)) {