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