Searched refs:mapops (Results 1 – 1 of 1) sorted by relevance
243 gnttab_map_grant_ref_t mapops[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in xdb_get_buf() local287 mapops[i].host_addr = in xdb_get_buf()290 mapops[i].dom = vdp->xs_peer; in xdb_get_buf()291 mapops[i].ref = ddi_get32(acchdl, &req->seg[i].gref); in xdb_get_buf()292 mapops[i].flags = GNTMAP_host_map; in xdb_get_buf()294 mapops[i].flags |= GNTMAP_readonly; in xdb_get_buf()317 err = xen_map_gref(GNTTABOP_map_grant_ref, mapops, i, B_FALSE); in xdb_get_buf()327 if (mapops[i].status != GNTST_okay) { in xdb_get_buf()331 unlogva(vdp, mapops[j].host_addr); in xdb_get_buf()340 xreq->xr_page_hdls[i] = mapops[i].handle; in xdb_get_buf()[all …]