Searched refs:PGSTE_UC_BIT (Results 1 – 2 of 2) sorted by relevance
213 pgste_val(pgste) |= PGSTE_UC_BIT; in pgste_set_pte()730 dirty = !!(pgste_val(pgste) & PGSTE_UC_BIT); in test_and_clear_guest_dirty()731 pgste_val(pgste) &= ~PGSTE_UC_BIT; in test_and_clear_guest_dirty()783 pgste_val(new) |= PGSTE_UC_BIT; in set_guest_storage_key()853 pgste_val(new) |= PGSTE_UC_BIT; in reset_guest_reference_bit()
373 #define PGSTE_UC_BIT 0x0000800000000000UL /* user dirty (migration) */ macro