Searched refs:gmap_protect_one (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/s390/include/asm/ |
| H A D | gmap.h | 133 int gmap_protect_one(struct gmap *gmap, unsigned long gaddr, int prot, unsigned long bits);
|
| /linux-6.15/arch/s390/mm/ |
| H A D | gmap.c | 998 int gmap_protect_one(struct gmap *gmap, unsigned long gaddr, int prot, unsigned long bits) in gmap_protect_one() function 1022 EXPORT_SYMBOL_GPL(gmap_protect_one);
|
| /linux-6.15/arch/s390/kvm/ |
| H A D | kvm-s390.c | 4557 rc = gmap_protect_one(gmap, gpa, prot, bits); in __kvm_s390_mprotect_many() 4560 rc = gmap_protect_one(gmap, gpa, prot, bits); in __kvm_s390_mprotect_many()
|