Lines Matching refs:gmap
38 #include <asm/gmap.h>
203 asce = ((struct gmap *) S390_lowcore.gmap)->asce;
204 pr_cont("gmap ");
359 struct gmap *gmap;
435 gmap = NULL;
437 gmap = (struct gmap *) S390_lowcore.gmap;
441 address = __gmap_translate(gmap, address);
446 if (gmap->pfault_enabled)
487 if (gmap) {
499 if (IS_ENABLED(CONFIG_PGSTE) && gmap &&
515 if (IS_ENABLED(CONFIG_PGSTE) && gmap) {
516 address = __gmap_link(gmap, current->thread.gmap_addr,
591 struct gmap *gmap;
623 gmap = (struct gmap *)S390_lowcore.gmap;
625 addr = __gmap_translate(gmap, addr);
670 struct gmap *gmap = (struct gmap *)S390_lowcore.gmap;
678 if (gmap_convert_to_secure(gmap, gaddr) == -EINVAL)
686 struct gmap *gmap = (struct gmap *)S390_lowcore.gmap;
693 if (!gmap_destroy_page(gmap, gaddr))