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

/linux-master/arch/s390/mm/
H A Dpgtable.c178 pgste_val(pgste) &= ~(PGSTE_ACC_BITS | PGSTE_FP_BIT);
201 nkey = (pgste_val(pgste) & (PGSTE_ACC_BITS | PGSTE_FP_BIT)) >> 56;
763 pgste_val(pgste) &= ~(PGSTE_ACC_BITS | PGSTE_FP_BIT);
848 PGSTE_ACC_BITS | PGSTE_FP_BIT);
866 (PGSTE_ACC_BITS | PGSTE_FP_BIT | PGSTE_GR_BIT | PGSTE_GC_BIT))
1018 *key = (pgste_val(pgste) & (PGSTE_ACC_BITS | PGSTE_FP_BIT)) >> 56;
/linux-master/arch/s390/include/asm/
H A Dpgtable.h378 #define PGSTE_FP_BIT 0x0800000000000000UL macro

Completed in 114 milliseconds