gmap_insert_rmap
rc = gmap_insert_rmap(mc, sg, f->gfn, gpa_to_gfn(raddr), TABLE_TYPE_PAGE_TABLE);
rc = gmap_insert_rmap(mc, sg, f->gfn & mask, r_gfn, host->h.tt);
rc = gmap_insert_rmap(mc, sg, p_gfn, r_gfn & bitmask, level);
int gmap_insert_rmap(struct kvm_s390_mmu_cache *mc, struct gmap *sg, gfn_t p_gfn,