Lines Matching refs:edat_level
1587 int edat_level) in gmap_find_shadow() argument
1592 if (sg->orig_asce != asce || sg->edat_level != edat_level || in gmap_find_shadow()
1615 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level) in gmap_shadow_valid() argument
1619 return sg->orig_asce == asce && sg->edat_level == edat_level; in gmap_shadow_valid()
1639 int edat_level) in gmap_shadow() argument
1648 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow()
1662 new->edat_level = edat_level; in gmap_shadow()
1666 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow()
1765 if (sg->edat_level >= 1) in gmap_shadow_r2t()
1848 if (sg->edat_level >= 1) in gmap_shadow_r3t()
1932 if (sg->edat_level >= 1) in gmap_shadow_sgt()