Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/mm/
Dpgtable.c337 int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len) in gmap_unmap_segment() function
356 EXPORT_SYMBOL_GPL(gmap_unmap_segment);
395 gmap_unmap_segment(gmap, to, len); in gmap_map_segment()
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h794 int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len);
/linux-4.4.14/arch/s390/kvm/
Dkvm-s390.c2599 r = gmap_unmap_segment(vcpu->arch.gmap, ucasmap.vcpu_addr, in kvm_arch_vcpu_ioctl()