Home
last modified time | relevance | path

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

/arch/s390/mm/
Dpgtable.c789 pgste_val(new) &= ~(PGSTE_GR_BIT | PGSTE_GC_BIT | in set_guest_storage_key()
807 (PGSTE_ACC_BITS | PGSTE_FP_BIT | PGSTE_GR_BIT | PGSTE_GC_BIT)) in set_guest_storage_key()
836 key |= (pgste_val(pgste) & PGSTE_GR_BIT) >> 48; in get_guest_storage_key()
843 if (pgste_val(pgste) & PGSTE_GR_BIT) in get_guest_storage_key()
1173 PGSTE_GR_BIT | PGSTE_GC_BIT); in __s390_enable_skey()
/arch/s390/include/asm/
Dpgtable.h329 #define PGSTE_GR_BIT 0x0004000000000000UL macro
728 nkey |= (pgste_val(pgste) & (PGSTE_GR_BIT | PGSTE_GC_BIT)) >> 48; in pgste_set_key()