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