Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Duv.c394 int gmap_destroy_page(struct gmap *gmap, unsigned long gaddr) in gmap_destroy_page() function
438 EXPORT_SYMBOL_GPL(gmap_destroy_page);
/openbmc/linux/arch/s390/include/asm/
H A Duv.h488 int gmap_destroy_page(struct gmap *gmap, unsigned long gaddr);
/openbmc/linux/arch/s390/mm/
H A Dfault.c695 if (!gmap_destroy_page(gmap, gaddr)) in do_secure_storage_violation()