Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dgmap.h54 int edat_level; member
113 int edat_level);
114 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level);
/arch/s390/mm/
Dgmap.c1431 int edat_level) in gmap_find_shadow() argument
1436 if (sg->orig_asce != asce || sg->edat_level != edat_level || in gmap_find_shadow()
1459 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level) in gmap_shadow_valid() argument
1463 return sg->orig_asce == asce && sg->edat_level == edat_level; in gmap_shadow_valid()
1483 int edat_level) in gmap_shadow() argument
1491 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow()
1505 new->edat_level = edat_level; in gmap_shadow()
1509 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow()
1608 if (sg->edat_level >= 1) in gmap_shadow_r2t()
1691 if (sg->edat_level >= 1) in gmap_shadow_r3t()
[all …]
/arch/s390/kvm/
Dgaccess.c1046 if (sg->edat_level >= 1) in kvm_s390_shadow_tables()
1072 if (sg->edat_level >= 1) in kvm_s390_shadow_tables()
1097 if (rtte.cr && asce.p && sg->edat_level >= 2) in kvm_s390_shadow_tables()
1099 if (rtte.fc && sg->edat_level >= 2) { in kvm_s390_shadow_tables()
1108 if (sg->edat_level >= 1) in kvm_s390_shadow_tables()
1136 if (ste.fc && sg->edat_level >= 1) { in kvm_s390_shadow_tables()