Home
last modified time | relevance | path

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

/arch/s390/mm/
Dpgtable.c790 PGSTE_ACC_BITS | PGSTE_FP_BIT); in set_guest_storage_key()
807 (PGSTE_ACC_BITS | PGSTE_FP_BIT | PGSTE_GR_BIT | PGSTE_GC_BIT)) in set_guest_storage_key()
835 key |= (pgste_val(pgste) & PGSTE_FP_BIT) >> 56; in get_guest_storage_key()
1172 pgste_val(pgste) &= ~(PGSTE_ACC_BITS | PGSTE_FP_BIT | in __s390_enable_skey()
/arch/s390/include/asm/
Dpgtable.h325 #define PGSTE_FP_BIT 0x0800000000000000UL macro
704 pgste_val(pgste) &= ~(PGSTE_ACC_BITS | PGSTE_FP_BIT); in pgste_update_all()
727 nkey = (pgste_val(pgste) & (PGSTE_ACC_BITS | PGSTE_FP_BIT)) >> 56; in pgste_set_key()