Home
last modified time | relevance | path

Searched refs:PGSTE_IN_BIT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/s390/mm/
H A Dpgtable.c246 bits = pgste_val(pgste) & (PGSTE_IN_BIT | PGSTE_VSIE_BIT); in pgste_pte_notify()
636 pgste_val(pgste) |= PGSTE_IN_BIT; in ptep_set_notify()
H A Dgmap.c1036 pbits |= (bits & GMAP_NOTIFY_MPROT) ? PGSTE_IN_BIT : 0; in gmap_protect_pte()
2292 if (bits & PGSTE_IN_BIT) in ptep_notify()
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h384 #define PGSTE_IN_BIT 0x0000400000000000UL /* IPTE notify bit */ macro