Lines Matching refs:gmap
36 #include <asm/gmap.h>
196 asce = ((struct gmap *) S390_lowcore.gmap)->asce;
197 pr_cont("gmap ");
384 struct gmap *gmap;
438 gmap = NULL;
440 gmap = (struct gmap *) S390_lowcore.gmap;
444 address = __gmap_translate(gmap, address);
449 if (gmap->pfault_enabled)
493 if (IS_ENABLED(CONFIG_PGSTE) && gmap &&
507 if (IS_ENABLED(CONFIG_PGSTE) && gmap) {
508 address = __gmap_link(gmap, current->thread.gmap_addr,
877 struct gmap *gmap = (struct gmap *)S390_lowcore.gmap;
885 if (gmap_convert_to_secure(gmap, gaddr) == -EINVAL)