Searched refs:PGSTE_UC_BIT (Results 1 – 2 of 2) sorted by relevance
223 pgste_val(pgste) |= PGSTE_UC_BIT; in pgste_set_pte()784 dirty = !!(pgste_val(pgste) & PGSTE_UC_BIT); in ptep_test_and_clear_uc()785 pgste_val(pgste) &= ~PGSTE_UC_BIT; in ptep_test_and_clear_uc()867 pgste_val(new) |= PGSTE_UC_BIT; in set_guest_storage_key()967 pgste_val(new) |= PGSTE_UC_BIT; in reset_guest_reference_bit()
404 #define PGSTE_UC_BIT 0x0000800000000000UL /* user dirty (migration) */ macro