_PAGE_ACC_BITS    170 arch/s390/mm/pgtable.c 	pgste_val(pgste) |= (skey & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56;
_PAGE_ACC_BITS    795 arch/s390/mm/pgtable.c 	pgste_val(new) |= (keyul & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56;
_PAGE_ACC_BITS    802 arch/s390/mm/pgtable.c 		skey = key & (_PAGE_ACC_BITS | _PAGE_FP_BIT);
_PAGE_ACC_BITS    830 arch/s390/mm/pgtable.c 	unsigned char tmp, mask = _PAGE_ACC_BITS | _PAGE_FP_BIT;