Searched refs:set_pgste_bit (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/s390/mm/ |
| H A D | pgtable.c | 168 pgste = set_pgste_bit(pgste, bits << 48); /* GR bit & GC bit */ 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() 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() [all …]
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | pgtable.h | 592 static inline pgste_t set_pgste_bit(pgste_t pgste, unsigned long mask) in set_pgste_bit() function
|