Searched refs:gmap_unmap_segment (Results 1 – 3 of 3) sorted by relevance
/linux/arch/s390/include/asm/ |
A D | gmap.h | 115 int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len);
|
/linux/arch/s390/mm/ |
A D | gmap.c | 395 int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len) in gmap_unmap_segment() function 415 EXPORT_SYMBOL_GPL(gmap_unmap_segment); 455 gmap_unmap_segment(gmap, to, len); in gmap_map_segment()
|
/linux/arch/s390/kvm/ |
A D | kvm-s390.c | 4939 r = gmap_unmap_segment(vcpu->arch.gmap, ucasmap.vcpu_addr, in kvm_arch_vcpu_ioctl() 5057 rc = gmap_unmap_segment(kvm->arch.gmap, old->base_gfn * PAGE_SIZE, in kvm_arch_commit_memory_region() 5061 rc = gmap_unmap_segment(kvm->arch.gmap, old->base_gfn * PAGE_SIZE, in kvm_arch_commit_memory_region()
|
Completed in 25 milliseconds