Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dgmap.h68 int edat_level; member
127 int edat_level);
128 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level);
/openbmc/linux/arch/s390/mm/
H A Dgmap.c1620 int edat_level) in gmap_find_shadow() argument
1625 if (sg->orig_asce != asce || sg->edat_level != edat_level || in gmap_find_shadow()
1648 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level) in gmap_shadow_valid() argument
1652 return sg->orig_asce == asce && sg->edat_level == edat_level; in gmap_shadow_valid()
1672 int edat_level) in gmap_shadow() argument
1681 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow()
1696 new->edat_level = edat_level; in gmap_shadow()
1700 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow()
1800 if (sg->edat_level >= 1) in gmap_shadow_r2t()
1884 if (sg->edat_level >= 1) in gmap_shadow_r3t()
[all …]
/openbmc/linux/arch/s390/kvm/
H A Dgaccess.c1452 if (sg->edat_level >= 1) in kvm_s390_shadow_tables()
1480 if (sg->edat_level >= 1) in kvm_s390_shadow_tables()
1507 if (rtte.cr && asce.p && sg->edat_level >= 2) in kvm_s390_shadow_tables()
1509 if (rtte.fc && sg->edat_level >= 2) { in kvm_s390_shadow_tables()
1518 if (sg->edat_level >= 1) in kvm_s390_shadow_tables()
1548 if (ste.fc && sg->edat_level >= 1) { in kvm_s390_shadow_tables()