Searched refs:edat_level (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/s390/kvm/ |
| H A D | gmap.h | 62 unsigned char edat_level; member 107 union asce asce, int edat_level); 248 static inline bool gmap_is_shadow_valid(struct gmap *sg, union asce asce, int edat_level) in gmap_is_shadow_valid() argument 250 return sg->guest_asce.val == asce.val && sg->edat_level == edat_level; in gmap_is_shadow_valid()
|
| H A D | gmap.c | 1141 static struct gmap *gmap_find_shadow(struct gmap *parent, union asce asce, int edat_level) in gmap_find_shadow() argument 1147 if (!gmap_is_shadow_valid(sg, asce, edat_level)) in gmap_find_shadow() 1254 union asce asce, int edat_level) in gmap_create_shadow() argument 1263 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_create_shadow() 1274 new->edat_level = edat_level; in gmap_create_shadow() 1279 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_create_shadow()
|
| H A D | gaccess.c | 1340 if (sg->edat_level >= 1) in walk_guest_tables() 1357 if (sg->edat_level >= 1) in walk_guest_tables() 1372 if (table.pud.cr && asce.p && sg->edat_level >= 2) in walk_guest_tables() 1374 if (sg->edat_level >= 1) in walk_guest_tables() 1376 if (table.pud.fc && sg->edat_level >= 2) { in walk_guest_tables() 1398 if (table.pmd.fc && sg->edat_level >= 1) { in walk_guest_tables()
|