Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/mm/
Dpgtable.c857 pgste_val(new) &= ~(PGSTE_GR_BIT | PGSTE_GC_BIT | in set_guest_storage_key()
875 (PGSTE_ACC_BITS | PGSTE_FP_BIT | PGSTE_GR_BIT | PGSTE_GC_BIT)) in set_guest_storage_key()
904 key |= (pgste_val(pgste) & PGSTE_GR_BIT) >> 48; in get_guest_storage_key()
911 if (pgste_val(pgste) & PGSTE_GR_BIT) in get_guest_storage_key()
1247 PGSTE_GR_BIT | PGSTE_GC_BIT); in __s390_enable_skey()
/linux-4.1.27/arch/s390/include/asm/
Dpgtable.h317 #define PGSTE_GR_BIT 0x0004000000000000UL macro
666 nkey |= (pgste_val(pgste) & (PGSTE_GR_BIT | PGSTE_GC_BIT)) >> 48; in pgste_set_key()