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

/linux-master/arch/s390/include/asm/
H A Dgmap.h42 * @edat_level: edat level to be used for the shadow translation
68 int edat_level; member in struct:gmap
127 int edat_level);
128 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level);
/linux-master/arch/s390/mm/
H A Dgmap.c1615 * @edat_level: edat level to be used for the shadow translation
1622 int edat_level)
1627 if (sg->orig_asce != asce || sg->edat_level != edat_level ||
1643 * @edat_level: edat level to be used for the shadow translation
1650 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level) argument
1654 return sg->orig_asce == asce && sg->edat_level == edat_level;
1662 * @edat_level: edat level to be used for the shadow translation
1674 int edat_level)
1621 gmap_find_shadow(struct gmap *parent, unsigned long asce, int edat_level) argument
1673 gmap_shadow(struct gmap *parent, unsigned long asce, int edat_level) argument
[all...]
/linux-master/arch/s390/kvm/
H A Dgaccess.c1432 if (sg->edat_level >= 1)
1460 if (sg->edat_level >= 1)
1487 if (rtte.cr && asce.p && sg->edat_level >= 2)
1489 if (rtte.fc && sg->edat_level >= 2) {
1498 if (sg->edat_level >= 1)
1528 if (ste.fc && sg->edat_level >= 1) {

Completed in 105 milliseconds