Searched refs:gmap_unmap_segment (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dgmap.h115 int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len);
/linux-master/arch/s390/mm/
H A Dgmap.c401 * gmap_unmap_segment - unmap segment from the guest address space
408 int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len) function
428 EXPORT_SYMBOL_GPL(gmap_unmap_segment); variable
468 gmap_unmap_segment(gmap, to, len);
/linux-master/arch/s390/kvm/
H A Dkvm-s390.c5631 r = gmap_unmap_segment(vcpu->arch.gmap, ucasmap.vcpu_addr,
5804 rc = gmap_unmap_segment(kvm->arch.gmap, old->base_gfn * PAGE_SIZE,
5808 rc = gmap_unmap_segment(kvm->arch.gmap, old->base_gfn * PAGE_SIZE,

Completed in 134 milliseconds