Searched refs:gmap_shadow_valid (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | gmap.h | 128 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | gmap.h | 128 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level);
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | gmap.c | 1609 * gmap_shadow_valid - check if a shadow guest address space matches the 1620 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level) in gmap_shadow_valid() function 1626 EXPORT_SYMBOL_GPL(gmap_shadow_valid); variable
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | gmap.c | 1637 * gmap_shadow_valid - check if a shadow guest address space matches the 1648 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); variable
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | vsie.c | 1196 if (vsie_page->gmap && gmap_shadow_valid(vsie_page->gmap, asce, edat)) in acquire_gmap_shadow()
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | vsie.c | 1213 if (vsie_page->gmap && gmap_shadow_valid(vsie_page->gmap, asce, edat)) { in acquire_gmap_shadow()
|
Completed in 13 milliseconds