Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/mm/
H A Dpgtable.c232 pgste_val(pgste) |= PGSTE_UC_BIT; in pgste_set_pte()
793 dirty = !!(pgste_val(pgste) & PGSTE_UC_BIT); in ptep_test_and_clear_uc()
794 pgste_val(pgste) &= ~PGSTE_UC_BIT; in ptep_test_and_clear_uc()
876 pgste_val(new) |= PGSTE_UC_BIT; in set_guest_storage_key()
976 pgste_val(new) |= PGSTE_UC_BIT; in reset_guest_reference_bit()
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h383 #define PGSTE_UC_BIT 0x0000800000000000UL /* user dirty (migration) */ macro