Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/include/asm/
Dgmap.h128 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level);
/linux-6.12.1/arch/s390/mm/
Dgmap.c1650 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level) in gmap_shadow_valid() function
1656 EXPORT_SYMBOL_GPL(gmap_shadow_valid);
/linux-6.12.1/arch/s390/kvm/
Dvsie.c1226 if (vsie_page->gmap && gmap_shadow_valid(vsie_page->gmap, asce, edat)) { in acquire_gmap_shadow()