Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
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);
/linux/arch/s390/mm/
A Dgmap.c1597 int edat_level) in gmap_find_shadow() argument
1602 if (sg->orig_asce != asce || sg->edat_level != edat_level || in gmap_find_shadow()
1625 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level) in gmap_shadow_valid() argument
1629 return sg->orig_asce == asce && sg->edat_level == edat_level; in gmap_shadow_valid()
1649 int edat_level) in gmap_shadow() argument
1658 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow()
1672 new->edat_level = edat_level; in gmap_shadow()
1676 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow()
1775 if (sg->edat_level >= 1) in gmap_shadow_r2t()
1859 if (sg->edat_level >= 1) in gmap_shadow_r3t()
[all …]
/linux/arch/s390/kvm/
A Dgaccess.c1061 if (sg->edat_level >= 1) in kvm_s390_shadow_tables()
1088 if (sg->edat_level >= 1) in kvm_s390_shadow_tables()
1114 if (rtte.cr && asce.p && sg->edat_level >= 2) in kvm_s390_shadow_tables()
1116 if (rtte.fc && sg->edat_level >= 2) { in kvm_s390_shadow_tables()
1125 if (sg->edat_level >= 1) in kvm_s390_shadow_tables()
1154 if (ste.fc && sg->edat_level >= 1) { in kvm_s390_shadow_tables()

Completed in 14 milliseconds