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

/arch/s390/include/asm/
H A Dpgtable.h313 #define PGSTE_FP_BIT 0x08000000UL macro
398 #define PGSTE_FP_BIT 0x0800000000000000UL macro
738 pgste_val(pgste) &= ~(PGSTE_ACC_BITS | PGSTE_FP_BIT);
761 nkey = (pgste_val(pgste) & (PGSTE_ACC_BITS | PGSTE_FP_BIT)) >> 56;

Completed in 106 milliseconds