Searched refs:gmap_protect_range (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | gmap.c | 1029 * gmap_protect_range - remove access rights to memory and set pgste bits 1041 static int gmap_protect_range(struct gmap *gmap, unsigned long gaddr, in gmap_protect_range() function 1111 rc = gmap_protect_range(gmap, gaddr, len, prot, GMAP_NOTIFY_MPROT); in gmap_mprotect_notify() 1701 rc = gmap_protect_range(parent, asce & _ASCE_ORIGIN, in gmap_shadow()
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | gmap.c | 1045 * gmap_protect_range - remove access rights to memory and set pgste bits 1057 static int gmap_protect_range(struct gmap *gmap, unsigned long gaddr, in gmap_protect_range() function 1127 rc = gmap_protect_range(gmap, gaddr, len, prot, GMAP_NOTIFY_MPROT); in gmap_mprotect_notify() 1730 rc = gmap_protect_range(parent, asce & _ASCE_ORIGIN, in gmap_shadow()
|
Completed in 8 milliseconds