edat_level         64 arch/s390/include/asm/gmap.h 	int edat_level;
edat_level        123 arch/s390/include/asm/gmap.h 			 int edat_level);
edat_level        124 arch/s390/include/asm/gmap.h int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level);
edat_level       1046 arch/s390/kvm/gaccess.c 		if (sg->edat_level >= 1)
edat_level       1071 arch/s390/kvm/gaccess.c 		if (sg->edat_level >= 1)
edat_level       1095 arch/s390/kvm/gaccess.c 		if (rtte.cr && asce.p && sg->edat_level >= 2)
edat_level       1097 arch/s390/kvm/gaccess.c 		if (rtte.fc && sg->edat_level >= 2) {
edat_level       1106 arch/s390/kvm/gaccess.c 		if (sg->edat_level >= 1)
edat_level       1133 arch/s390/kvm/gaccess.c 		if (ste.fc && sg->edat_level >= 1) {
edat_level       1591 arch/s390/mm/gmap.c 				     int edat_level)
edat_level       1596 arch/s390/mm/gmap.c 		if (sg->orig_asce != asce || sg->edat_level != edat_level ||
edat_level       1619 arch/s390/mm/gmap.c int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level)
edat_level       1623 arch/s390/mm/gmap.c 	return sg->orig_asce == asce && sg->edat_level == edat_level;
edat_level       1643 arch/s390/mm/gmap.c 			 int edat_level)
edat_level       1652 arch/s390/mm/gmap.c 	sg = gmap_find_shadow(parent, asce, edat_level);
edat_level       1666 arch/s390/mm/gmap.c 	new->edat_level = edat_level;
edat_level       1670 arch/s390/mm/gmap.c 	sg = gmap_find_shadow(parent, asce, edat_level);
edat_level       1769 arch/s390/mm/gmap.c 	if (sg->edat_level >= 1)
edat_level       1853 arch/s390/mm/gmap.c 	if (sg->edat_level >= 1)
edat_level       1937 arch/s390/mm/gmap.c 	if (sg->edat_level >= 1)