Searched refs:gmap_find_shadow (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | gmap.c | 1582 * gmap_find_shadow - find a specific asce in the list of shadow tables 1591 static struct gmap *gmap_find_shadow(struct gmap *parent, unsigned long asce, in gmap_find_shadow() function 1653 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow() 1671 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow()
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | gmap.c | 1610 * gmap_find_shadow - find a specific asce in the list of shadow tables 1619 static struct gmap *gmap_find_shadow(struct gmap *parent, unsigned long asce, in gmap_find_shadow() function 1681 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow() 1700 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow()
|
Completed in 8 milliseconds