Home
last modified time | relevance | path

Searched refs:PGSTE_UC_BIT (Results 1 – 2 of 2) sorted by relevance

/arch/s390/mm/
Dpgtable.c232 pgste_val(pgste) |= PGSTE_UC_BIT; in pgste_set_pte()
768 dirty = !!(pgste_val(pgste) & PGSTE_UC_BIT); in ptep_test_and_clear_uc()
769 pgste_val(pgste) &= ~PGSTE_UC_BIT; in ptep_test_and_clear_uc()
842 pgste_val(new) |= PGSTE_UC_BIT; in set_guest_storage_key()
933 pgste_val(new) |= PGSTE_UC_BIT; in reset_guest_reference_bit()
/arch/s390/include/asm/
Dpgtable.h376 #define PGSTE_UC_BIT 0x0000800000000000UL /* user dirty (migration) */ macro