Lines Matching refs:gmap
205 asce = ((struct gmap *) S390_lowcore.gmap)->asce; in dump_fault_info()
361 struct gmap *gmap; in do_exception() local
412 gmap = NULL; in do_exception()
414 gmap = (struct gmap *) S390_lowcore.gmap; in do_exception()
418 address = __gmap_translate(gmap, address); in do_exception()
423 if (gmap->pfault_enabled) in do_exception()
463 if (gmap) { in do_exception()
475 if (IS_ENABLED(CONFIG_PGSTE) && gmap && in do_exception()
491 if (IS_ENABLED(CONFIG_PGSTE) && gmap) { in do_exception()
492 address = __gmap_link(gmap, current->thread.gmap_addr, in do_exception()
793 struct gmap *gmap; in do_secure_storage_access() local
825 gmap = (struct gmap *)S390_lowcore.gmap; in do_secure_storage_access()
827 addr = __gmap_translate(gmap, addr); in do_secure_storage_access()
872 struct gmap *gmap = (struct gmap *)S390_lowcore.gmap; in do_non_secure_storage_access() local
880 if (gmap_convert_to_secure(gmap, gaddr) == -EINVAL) in do_non_secure_storage_access()
888 struct gmap *gmap = (struct gmap *)S390_lowcore.gmap; in do_secure_storage_violation() local
895 if (!gmap_destroy_page(gmap, gaddr)) in do_secure_storage_violation()