Lines Matching refs:edat_level
1608 int edat_level) in gmap_find_shadow() argument
1613 if (sg->orig_asce != asce || sg->edat_level != edat_level || in gmap_find_shadow()
1636 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level) in gmap_shadow_valid() argument
1640 return sg->orig_asce == asce && sg->edat_level == edat_level; in gmap_shadow_valid()
1660 int edat_level) in gmap_shadow() argument
1669 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow()
1683 new->edat_level = edat_level; in gmap_shadow()
1687 sg = gmap_find_shadow(parent, asce, edat_level); in gmap_shadow()
1787 if (sg->edat_level >= 1) in gmap_shadow_r2t()
1871 if (sg->edat_level >= 1) in gmap_shadow_r3t()
1955 if (sg->edat_level >= 1) in gmap_shadow_sgt()