Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dgmap.h128 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level);
/openbmc/linux/arch/s390/mm/
H A Dgmap.c1648 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level) in gmap_shadow_valid() function
1654 EXPORT_SYMBOL_GPL(gmap_shadow_valid);
/openbmc/linux/arch/s390/kvm/
H A Dvsie.c1213 if (vsie_page->gmap && gmap_shadow_valid(vsie_page->gmap, asce, edat)) { in acquire_gmap_shadow()