Lines Matching refs:pgste_val
668 : "d" (pgste_val(pgste)), "Q" (ptep[PTRS_PER_PTE]) in pgste_set_unlock()
702 pgste_val(pgste) |= bits << 48; /* GR bit & GC bit */ in pgste_update_all()
704 pgste_val(pgste) &= ~(PGSTE_ACC_BITS | PGSTE_FP_BIT); in pgste_update_all()
705 pgste_val(pgste) |= (skey & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56; in pgste_update_all()
727 nkey = (pgste_val(pgste) & (PGSTE_ACC_BITS | PGSTE_FP_BIT)) >> 56; in pgste_set_key()
728 nkey |= (pgste_val(pgste) & (PGSTE_GR_BIT | PGSTE_GC_BIT)) >> 48; in pgste_set_key()
748 pgste_val(pgste) |= PGSTE_UC_BIT; in pgste_set_pte()
814 if (pgste_val(pgste) & PGSTE_IN_BIT) { in pgste_ipte_notify()
815 pgste_val(pgste) &= ~PGSTE_IN_BIT; in pgste_ipte_notify()
834 pgste_val(pgste) &= ~_PGSTE_GPS_ZERO; in set_pte_at()
1056 dirty = !!(pgste_val(pgste) & PGSTE_UC_BIT); in ptep_test_and_clear_user_dirty()
1057 pgste_val(pgste) &= ~PGSTE_UC_BIT; in ptep_test_and_clear_user_dirty()
1198 if ((pgste_val(pgste) & _PGSTE_GPS_USAGE_MASK) == in ptep_clear_flush()