Lines Matching refs:edat_level
1592 int edat_level) in gmap_find_shadow() argument
1597 if (sg->orig_asce != asce || sg->edat_level != edat_level || in gmap_find_shadow()
1620 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level) in gmap_shadow_valid() argument
1624 return sg->orig_asce == asce && sg->edat_level == edat_level; in gmap_shadow_valid()
1644 int edat_level) in gmap_shadow() argument
1653 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow()
1667 new->edat_level = edat_level; in gmap_shadow()
1671 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow()
1770 if (sg->edat_level >= 1) in gmap_shadow_r2t()
1854 if (sg->edat_level >= 1) in gmap_shadow_r3t()
1938 if (sg->edat_level >= 1) in gmap_shadow_sgt()