Home
last modified time | relevance | path

Searched refs:PGSTE_GR_BIT (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/s390/mm/
Dpgtable.c211 nkey |= (pgste_val(pgste) & (PGSTE_GR_BIT | PGSTE_GC_BIT)) >> 48; in pgste_set_key()
748 pgste_val(pgste) |= PGSTE_GR_BIT | PGSTE_GC_BIT; in ptep_zap_key()
829 pgste_val(new) &= ~(PGSTE_GR_BIT | PGSTE_GC_BIT | in set_guest_storage_key()
848 (PGSTE_ACC_BITS | PGSTE_FP_BIT | PGSTE_GR_BIT | PGSTE_GC_BIT)) in set_guest_storage_key()
935 pgste_val(new) &= ~PGSTE_GR_BIT; in reset_guest_reference_bit()
944 cc |= (pgste_val(old) & (PGSTE_GR_BIT | PGSTE_GC_BIT)) >> 49; in reset_guest_reference_bit()
946 if ((pgste_val(new) ^ pgste_val(old)) & PGSTE_GR_BIT) in reset_guest_reference_bit()
1001 *key |= (pgste_val(pgste) & (PGSTE_GR_BIT | PGSTE_GC_BIT)) >> 48; in get_guest_storage_key()
/linux-5.19.10/arch/s390/include/asm/
Dpgtable.h376 #define PGSTE_GR_BIT 0x0004000000000000UL macro