Home
last modified time | relevance | path

Searched refs:_PGSTE_GPS_USAGE_MASK (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/s390/mm/
Dpgtable.c276 if ((pgste_val(pgste) & _PGSTE_GPS_USAGE_MASK) == in ptep_xchg_commit()
728 ((pgstev & _PGSTE_GPS_USAGE_MASK) == _PGSTE_GPS_USAGE_UNUSED || in ptep_zap_unused()
734 pgste_val(pgste) &= ~_PGSTE_GPS_USAGE_MASK; in ptep_zap_unused()
1051 pgstev &= ~(_PGSTE_GPS_USAGE_MASK | _PGSTE_GPS_NODAT); in pgste_perform_essa()
1055 pgstev &= ~_PGSTE_GPS_USAGE_MASK; in pgste_perform_essa()
1061 pgstev &= ~_PGSTE_GPS_USAGE_MASK; in pgste_perform_essa()
1067 pgstev &= ~_PGSTE_GPS_USAGE_MASK; in pgste_perform_essa()
1083 pgstev &= ~_PGSTE_GPS_USAGE_MASK; in pgste_perform_essa()
1093 pgstev &= ~_PGSTE_GPS_USAGE_MASK; in pgste_perform_essa()
1098 pgstev &= ~_PGSTE_GPS_USAGE_MASK; in pgste_perform_essa()
/linux-6.1.9/arch/s390/include/asm/
Dpgtable.h385 #define _PGSTE_GPS_USAGE_MASK 0x0000000003000000UL macro
389 #define _PGSTE_GPS_USAGE_VOLATILE _PGSTE_GPS_USAGE_MASK
/linux-6.1.9/arch/s390/kvm/
Dpriv.c1180 res = (pgstev & _PGSTE_GPS_USAGE_MASK) >> 22; in __do_essa()
Dkvm-s390.c2317 mask &= _PGSTE_GPS_USAGE_MASK | _PGSTE_GPS_NODAT; in kvm_s390_set_cmma_bits()