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

/linux-master/arch/s390/kvm/
H A Ddiag.c40 gmap_discard(vcpu->arch.gmap, start, end);
43 * This is slow path. gmap_discard will check for start
45 * prefix and let gmap_discard make some of these calls
48 gmap_discard(vcpu->arch.gmap, start, prefix);
50 gmap_discard(vcpu->arch.gmap, 0, PAGE_SIZE);
52 gmap_discard(vcpu->arch.gmap, PAGE_SIZE, 2 * PAGE_SIZE);
53 gmap_discard(vcpu->arch.gmap, prefix + 2 * PAGE_SIZE, end);
/linux-master/arch/s390/include/asm/
H A Dgmap.h120 void gmap_discard(struct gmap *, unsigned long from, unsigned long to);
/linux-master/arch/s390/mm/
H A Dgmap.c713 void gmap_discard(struct gmap *gmap, unsigned long from, unsigned long to) function
743 EXPORT_SYMBOL_GPL(gmap_discard); variable

Completed in 138 milliseconds