Lines Matching refs:set_pgste_bit
168 pgste = set_pgste_bit(pgste, bits << 48); /* GR bit & GC bit */ in pgste_update_all()
171 pgste = set_pgste_bit(pgste, (skey & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56); in pgste_update_all()
215 pgste = set_pgste_bit(pgste, PGSTE_UC_BIT); in pgste_set_pte()
617 pgste = set_pgste_bit(pgste, PGSTE_IN_BIT); in ptep_set_notify()
662 pgste = set_pgste_bit(pgste, bit); in ptep_force_prot()
682 spgste = set_pgste_bit(spgste, PGSTE_VSIE_BIT); in ptep_shadow_pte()
754 pgste = set_pgste_bit(pgste, PGSTE_GR_BIT | PGSTE_GC_BIT); in ptep_zap_key()
840 new = set_pgste_bit(new, (keyul & (_PAGE_CHANGED | _PAGE_REFERENCED)) << 48); in set_guest_storage_key()
841 new = set_pgste_bit(new, (keyul & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56); in set_guest_storage_key()
852 new = set_pgste_bit(new, bits << 52); in set_guest_storage_key()
857 new = set_pgste_bit(new, PGSTE_UC_BIT); in set_guest_storage_key()
951 new = set_pgste_bit(new, ((unsigned long)cc << 53) & PGSTE_HR_BIT); in reset_guest_reference_bit()
957 new = set_pgste_bit(new, PGSTE_UC_BIT); in reset_guest_reference_bit()
1155 new = set_pgste_bit(new, value & bits); in set_pgste_bits()