Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Duv.c463 int gmap_destroy_page(struct gmap *gmap, unsigned long gaddr) in gmap_destroy_page() function
514 EXPORT_SYMBOL_GPL(gmap_destroy_page);
/linux/arch/s390/include/asm/
H A Duv.h480 int gmap_destroy_page(struct gmap *gmap, unsigned long gaddr);
/linux/arch/s390/mm/
H A Dfault.c591 if (!gmap_destroy_page(gmap, gaddr)) in do_secure_storage_violation()