Home
last modified time | relevance | path

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

/arch/s390/kvm/
A Dgmap-vsie.c38 static struct gmap *gmap_find_shadow(struct gmap *parent, unsigned long asce, int edat_level) in gmap_find_shadow() argument
44 if (!gmap_shadow_valid(sg, asce, edat_level)) in gmap_find_shadow()
69 struct gmap *gmap_shadow(struct gmap *parent, unsigned long asce, int edat_level) in gmap_shadow() argument
79 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow()
94 new->edat_level = edat_level; in gmap_shadow()
98 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow()
A Dgaccess.c1281 if (sg->edat_level >= 1) in kvm_s390_shadow_tables()
1309 if (sg->edat_level >= 1) in kvm_s390_shadow_tables()
1336 if (rtte.cr && asce.p && sg->edat_level >= 2) in kvm_s390_shadow_tables()
1338 if (rtte.fc && sg->edat_level >= 2) { in kvm_s390_shadow_tables()
1347 if (sg->edat_level >= 1) in kvm_s390_shadow_tables()
1377 if (ste.fc && sg->edat_level >= 1) { in kvm_s390_shadow_tables()
A Dkvm-s390.h439 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level);
442 struct gmap *gmap_shadow(struct gmap *parent, unsigned long asce, int edat_level);
A Dvsie.c81 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level) in gmap_shadow_valid() argument
85 return sg->orig_asce == asce && sg->edat_level == edat_level; in gmap_shadow_valid()
/arch/s390/include/asm/
A Dgmap.h64 int edat_level; member
/arch/s390/mm/
A Dgmap.c1502 if (sg->edat_level >= 1) in gmap_shadow_r2t()
1582 if (sg->edat_level >= 1) in gmap_shadow_r3t()
1662 if (sg->edat_level >= 1) in gmap_shadow_sgt()

Completed in 25 milliseconds