Searched refs:gmap_unmap_segment (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/s390/include/asm/ |
| H A D | gmap.h | 110 int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len);
|
| /linux-6.15/arch/s390/mm/ |
| H A D | gmap.c | 404 int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len) in gmap_unmap_segment() function 424 EXPORT_SYMBOL_GPL(gmap_unmap_segment); 464 gmap_unmap_segment(gmap, to, len); in gmap_map_segment()
|
| /linux-6.15/arch/s390/kvm/ |
| H A D | kvm-s390.c | 5893 r = gmap_unmap_segment(vcpu->arch.gmap, ucasmap.vcpu_addr, in kvm_arch_vcpu_ioctl() 6074 rc = gmap_unmap_segment(kvm->arch.gmap, old->base_gfn * PAGE_SIZE, in kvm_arch_commit_memory_region() 6078 rc = gmap_unmap_segment(kvm->arch.gmap, old->base_gfn * PAGE_SIZE, in kvm_arch_commit_memory_region()
|