Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/kernel/
Duv.c382 int gmap_destroy_page(struct gmap *gmap, unsigned long gaddr) in gmap_destroy_page() function
426 EXPORT_SYMBOL_GPL(gmap_destroy_page);
/Linux-v6.6/arch/s390/include/asm/
Duv.h485 int gmap_destroy_page(struct gmap *gmap, unsigned long gaddr);
/Linux-v6.6/arch/s390/mm/
Dfault.c693 if (!gmap_destroy_page(gmap, gaddr)) in do_secure_storage_violation()