Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/kernel/
Duv.c374 int gmap_destroy_page(struct gmap *gmap, unsigned long gaddr) in gmap_destroy_page() function
418 EXPORT_SYMBOL_GPL(gmap_destroy_page);
/linux-6.1.9/arch/s390/include/asm/
Duv.h429 int gmap_destroy_page(struct gmap *gmap, unsigned long gaddr);
/linux-6.1.9/arch/s390/mm/
Dfault.c870 if (!gmap_destroy_page(gmap, gaddr)) in do_secure_storage_violation()