Searched refs:gmap_unmap_segment (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/s390/mm/ |
| H A D | gmap.c | 402 int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len) in gmap_unmap_segment() function 422 EXPORT_SYMBOL_GPL(gmap_unmap_segment); 462 gmap_unmap_segment(gmap, to, len); in gmap_map_segment()
|
| /linux/arch/s390/kvm/ |
| H A D | kvm-s390.c | 5817 r = gmap_unmap_segment(vcpu->arch.gmap, ucasmap.vcpu_addr, in kvm_arch_vcpu_ioctl() 5998 rc = gmap_unmap_segment(kvm->arch.gmap, old->base_gfn * PAGE_SIZE, in kvm_arch_commit_memory_region() 6002 rc = gmap_unmap_segment(kvm->arch.gmap, old->base_gfn * PAGE_SIZE, in kvm_arch_commit_memory_region()
|