Searched refs:gmap_discard (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/s390/kvm/ |
D | diag.c | 43 gmap_discard(vcpu->arch.gmap, start, end); in diag_release_pages() 51 gmap_discard(vcpu->arch.gmap, start, prefix); in diag_release_pages() 53 gmap_discard(vcpu->arch.gmap, 0, 4096); in diag_release_pages() 55 gmap_discard(vcpu->arch.gmap, 4096, 8192); in diag_release_pages() 56 gmap_discard(vcpu->arch.gmap, prefix + 2 * PAGE_SIZE, end); in diag_release_pages()
|
/linux-4.4.14/arch/s390/mm/ |
D | pgtable.c | 623 void gmap_discard(struct gmap *gmap, unsigned long from, unsigned long to) in gmap_discard() function 645 EXPORT_SYMBOL_GPL(gmap_discard);
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 799 void gmap_discard(struct gmap *, unsigned long from, unsigned long to);
|