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()
615 pgste = set_pgste_bit(pgste, PGSTE_IN_BIT); in ptep_set_notify()
660 pgste = set_pgste_bit(pgste, bit); in ptep_force_prot()
680 spgste = set_pgste_bit(spgste, PGSTE_VSIE_BIT); in ptep_shadow_pte()
752 pgste = set_pgste_bit(pgste, PGSTE_GR_BIT | PGSTE_GC_BIT); in ptep_zap_key()
838 new = set_pgste_bit(new, (keyul & (_PAGE_CHANGED | _PAGE_REFERENCED)) << 48); in set_guest_storage_key()
839 new = set_pgste_bit(new, (keyul & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56); in set_guest_storage_key()
850 new = set_pgste_bit(new, bits << 52); in set_guest_storage_key()
855 new = set_pgste_bit(new, PGSTE_UC_BIT); in set_guest_storage_key()
949 new = set_pgste_bit(new, ((unsigned long)cc << 53) & PGSTE_HR_BIT); in reset_guest_reference_bit()
955 new = set_pgste_bit(new, PGSTE_UC_BIT); in reset_guest_reference_bit()
1153 new = set_pgste_bit(new, value & bits); in set_pgste_bits()