Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
H A Dgmap.h133 int gmap_protect_one(struct gmap *gmap, unsigned long gaddr, int prot, unsigned long bits);
/linux-6.15/arch/s390/mm/
H A Dgmap.c998 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 Dkvm-s390.c4557 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()