Lines Matching refs:pgste_val
152 : "d" (pgste_val(pgste)), "Q" (ptep[PTRS_PER_PTE])
185 pgste_val(pgste) |= bits << 48; /* GR bit & GC bit */
187 pgste_val(pgste) &= ~(PGSTE_ACC_BITS | PGSTE_FP_BIT);
188 pgste_val(pgste) |= (skey & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56;
210 nkey = (pgste_val(pgste) & (PGSTE_ACC_BITS | PGSTE_FP_BIT)) >> 56;
211 nkey |= (pgste_val(pgste) & (PGSTE_GR_BIT | PGSTE_GC_BIT)) >> 48;
232 pgste_val(pgste) |= PGSTE_UC_BIT;
246 bits = pgste_val(pgste) & (PGSTE_IN_BIT | PGSTE_VSIE_BIT);
248 pgste_val(pgste) ^= bits;
276 if ((pgste_val(pgste) & _PGSTE_GPS_USAGE_MASK) ==
297 nodat = !!(pgste_val(pgste) & _PGSTE_GPS_NODAT);
314 nodat = !!(pgste_val(pgste) & _PGSTE_GPS_NODAT);
332 nodat = !!(pgste_val(pgste) & _PGSTE_GPS_NODAT);
584 pgste_val(pgste) &= ~_PGSTE_GPS_ZERO;
597 pgste_val(pgste) |= PGSTE_IN_BIT;
631 nodat = !!(pgste_val(pgste) & _PGSTE_GPS_NODAT);
642 pgste_val(pgste) |= bit;
662 pgste_val(spgste) |= PGSTE_VSIE_BIT;
682 nodat = !!(pgste_val(pgste) & _PGSTE_GPS_NODAT);
711 pgstev = pgste_val(pgste);
720 pgste_val(pgste) &= ~(_PGSTE_GPS_USAGE_MASK | _PGSTE_GPS_NODAT);
733 pgste_val(pgste) &= ~(PGSTE_ACC_BITS | PGSTE_FP_BIT);
734 pgste_val(pgste) |= PGSTE_GR_BIT | PGSTE_GC_BIT;
754 dirty = !!(pgste_val(pgste) & PGSTE_UC_BIT);
755 pgste_val(pgste) &= ~PGSTE_UC_BIT;
759 nodat = !!(pgste_val(pgste) & _PGSTE_GPS_NODAT);
809 pgste_val(new) &= ~(PGSTE_GR_BIT | PGSTE_GC_BIT |
812 pgste_val(new) |= (keyul & (_PAGE_CHANGED | _PAGE_REFERENCED)) << 48;
813 pgste_val(new) |= (keyul & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56;
824 pgste_val(new) |= bits << 52;
827 if ((pgste_val(new) ^ pgste_val(old)) &
829 pgste_val(new) |= PGSTE_UC_BIT;
909 pgste_val(new) &= ~PGSTE_GR_BIT;
915 pgste_val(new) |= ((unsigned long) cc << 53) & PGSTE_HR_BIT;
918 cc |= (pgste_val(old) & (PGSTE_GR_BIT | PGSTE_GC_BIT)) >> 49;
920 if ((pgste_val(new) ^ pgste_val(old)) & PGSTE_GR_BIT)
921 pgste_val(new) |= PGSTE_UC_BIT;
964 *key = (pgste_val(pgste) & (PGSTE_ACC_BITS | PGSTE_FP_BIT)) >> 56;
969 *key |= (pgste_val(pgste) & (PGSTE_GR_BIT | PGSTE_GC_BIT)) >> 48;
1009 pgstev = pgste_val(pgste);
1077 pgste_val(pgste) = pgstev;
1110 pgste_val(new) &= ~bits;
1111 pgste_val(new) |= value & bits;
1139 *pgstep = pgste_val(pgste_get(ptep));