Searched refs:gmap_insert_rmap (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/s390/kvm/ |
| H A D | gmap.h | 101 int gmap_insert_rmap(struct gmap *sg, gfn_t p_gfn, gfn_t r_gfn, int level);
|
| H A D | gmap.c | 970 int gmap_insert_rmap(struct gmap *sg, gfn_t p_gfn, gfn_t r_gfn, int level) in gmap_insert_rmap() function 1024 rc = gmap_insert_rmap(sg, p_gfn, r_gfn, level); in gmap_protect_rmap()
|
| H A D | gaccess.c | 1433 rc = gmap_insert_rmap(sg, f->gfn, gpa_to_gfn(raddr), TABLE_TYPE_PAGE_TABLE); in _do_shadow_pte() 1476 rc = gmap_insert_rmap(sg, gfn, gpa_to_gfn(raddr), host->h.tt); in _do_shadow_crste()
|