Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dgmap.h17 #define GMAP_NOTIFY_MPROT 0x1 macro
/openbmc/linux/arch/s390/mm/
H A Dgmap.c998 if (bits & GMAP_NOTIFY_MPROT) in gmap_protect_pmd()
1036 pbits |= (bits & GMAP_NOTIFY_MPROT) ? PGSTE_IN_BIT : 0; in gmap_protect_pte()
1127 rc = gmap_protect_range(gmap, gaddr, len, prot, GMAP_NOTIFY_MPROT); in gmap_mprotect_notify()