Home
last modified time | relevance | path

Searched refs:edat_level (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/s390/kvm/
H A Dgmap-vsie.c39 static struct gmap *gmap_find_shadow(struct gmap *parent, unsigned long asce, int edat_level) in gmap_find_shadow() argument
45 if (!gmap_shadow_valid(sg, asce, edat_level)) in gmap_find_shadow()
70 struct gmap *gmap_shadow(struct gmap *parent, unsigned long asce, int edat_level) in gmap_shadow() argument
80 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow()
95 new->edat_level = edat_level; in gmap_shadow()
99 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow()
H A Dgmap.h18 struct gmap *gmap_shadow(struct gmap *parent, unsigned long asce, int edat_level);
32 static inline int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level) in gmap_shadow_valid() argument
36 return sg->orig_asce == asce && sg->edat_level == edat_level; in gmap_shadow_valid()
H A Dgaccess.c1280 if (sg->edat_level >= 1) in kvm_s390_shadow_tables()
1308 if (sg->edat_level >= 1) in kvm_s390_shadow_tables()
1335 if (rtte.cr && asce.p && sg->edat_level >= 2) in kvm_s390_shadow_tables()
1337 if (rtte.fc && sg->edat_level >= 2) { in kvm_s390_shadow_tables()
1346 if (sg->edat_level >= 1) in kvm_s390_shadow_tables()
1376 if (ste.fc && sg->edat_level >= 1) { in kvm_s390_shadow_tables()
/linux-6.15/arch/s390/include/asm/
H A Dgmap.h64 int edat_level; member
/linux-6.15/arch/s390/mm/
H A Dgmap.c1544 if (sg->edat_level >= 1) in gmap_shadow_r2t()
1624 if (sg->edat_level >= 1) in gmap_shadow_r3t()
1704 if (sg->edat_level >= 1) in gmap_shadow_sgt()