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

/linux-master/arch/s390/mm/
H A Dpgtable.c202 nkey |= (pgste_val(pgste) & (PGSTE_GR_BIT | PGSTE_GC_BIT)) >> 48;
764 pgste_val(pgste) |= PGSTE_GR_BIT | PGSTE_GC_BIT;
847 pgste_val(new) &= ~(PGSTE_GR_BIT | PGSTE_GC_BIT |
866 (PGSTE_ACC_BITS | PGSTE_FP_BIT | PGSTE_GR_BIT | PGSTE_GC_BIT))
955 pgste_val(new) &= ~PGSTE_GR_BIT;
964 cc |= (pgste_val(old) & (PGSTE_GR_BIT | PGSTE_GC_BIT)) >> 49;
966 if ((pgste_val(new) ^ pgste_val(old)) & PGSTE_GR_BIT)
1023 *key |= (pgste_val(pgste) & (PGSTE_GR_BIT | PGSTE_GC_BIT)) >> 48;
/linux-master/arch/s390/include/asm/
H A Dpgtable.h382 #define PGSTE_GR_BIT 0x0004000000000000UL macro

Completed in 91 milliseconds