Lines Matching defs:pvh_attrs
268 uint16_t pvh_attrs; /* attributes:
1248 pvh->pvh_attrs = 0;
1300 if (pvh->pvh_attrs & PVH_CI) {
1315 pvh->pvh_attrs |= PVH_CI;
1330 pvh->pvh_attrs |= (PG_U|PG_M);
1332 pvh->pvh_attrs |= PG_U;
1724 !(pvh->pvh_attrs & PVH_PTPAGE))
2271 pv->pv_pmap && pv->pv_next == NULL && (pvh->pvh_attrs & PVH_CI)) {
2274 pvh->pvh_attrs &= ~PVH_CI;
2353 pvh->pvh_attrs &= ~PVH_PTPAGE;
2361 pvh->pvh_attrs |= bits;
2392 if (pvh->pvh_attrs & bit) {
2416 pvh->pvh_attrs |= bit;
2457 r = (pvh->pvh_attrs & ~mask) != 0;
2458 pvh->pvh_attrs &= mask;
2724 pvh->pvh_attrs |= PVH_PTPAGE;