Lines Matching refs:pgste_val
646 pgstev = pgste_val(pgste); in __gmap_zap()
754 pgste_val(pgste) |= PGSTE_IN_BIT; in gmap_ipte_notify()
857 pgste_val(new) &= ~(PGSTE_GR_BIT | PGSTE_GC_BIT | in set_guest_storage_key()
859 pgste_val(new) |= (key & (_PAGE_CHANGED | _PAGE_REFERENCED)) << 48; in set_guest_storage_key()
860 pgste_val(new) |= (key & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56; in set_guest_storage_key()
871 pgste_val(new) |= bits << 52; in set_guest_storage_key()
874 if ((pgste_val(new) ^ pgste_val(old)) & in set_guest_storage_key()
876 pgste_val(new) |= PGSTE_UC_BIT; in set_guest_storage_key()
902 key |= (pgste_val(pgste) & PGSTE_ACC_BITS) >> 56; in get_guest_storage_key()
903 key |= (pgste_val(pgste) & PGSTE_FP_BIT) >> 56; in get_guest_storage_key()
904 key |= (pgste_val(pgste) & PGSTE_GR_BIT) >> 48; in get_guest_storage_key()
905 key |= (pgste_val(pgste) & PGSTE_GC_BIT) >> 48; in get_guest_storage_key()
911 if (pgste_val(pgste) & PGSTE_GR_BIT) in get_guest_storage_key()
913 if (pgste_val(pgste) & PGSTE_GC_BIT) in get_guest_storage_key()
1246 pgste_val(pgste) &= ~(PGSTE_ACC_BITS | PGSTE_FP_BIT | in __s390_enable_skey()
1295 pgste_val(pgste) &= ~_PGSTE_GPS_USAGE_MASK; in __s390_reset_cmma()