/openbmc/linux/drivers/xen/ |
H A D | xen-front-pgdir-shbuf.c | 288 buf->xb_dev->otherend_id); in backend_map() 405 int i, cur_ref, otherend_id; in guest_grant_refs_for_buffer() local 407 otherend_id = buf->xb_dev->otherend_id; in guest_grant_refs_for_buffer() 413 gnttab_grant_foreign_access_ref(cur_ref, otherend_id, in guest_grant_refs_for_buffer() 434 int otherend_id, num_pages_dir; in grant_references() local 443 otherend_id = buf->xb_dev->otherend_id; in grant_references() 455 gnttab_grant_foreign_access_ref(cur_ref, otherend_id, frame, 0); in grant_references()
|
H A D | pvcalls-front.c | 392 pvcalls_front_dev->otherend_id, in create_active() 396 pvcalls_front_dev->otherend_id, in create_active() 1213 gnttab_grant_foreign_access_ref(bedata->ref, dev->otherend_id, in pvcalls_front_probe()
|
H A D | xen-scsiback.c | 1275 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in scsiback_probe() 1284 info->domid = dev->otherend_id; in scsiback_probe()
|
/openbmc/linux/drivers/xen/xen-pciback/ |
H A D | xenbus.c | 252 dev_info(&dev->dev, "registering for %d\n", pdev->xdev->otherend_id); in xen_pcibk_export_device() 254 pdev->xdev->otherend_id) != 0) { in xen_pcibk_export_device() 258 xen_register_device_domain_owner(dev, pdev->xdev->otherend_id); in xen_pcibk_export_device() 291 dev_dbg(&dev->dev, "unregistering for %d\n", pdev->xdev->otherend_id); in xen_pcibk_remove_device()
|
H A D | pciback_ops.c | 157 pdev->xdev->otherend_id, status); in xen_pcibk_enable_msi() 244 pdev->xdev->otherend_id, result); in xen_pcibk_enable_msix()
|
H A D | pci_stub.c | 670 psdev->pdev->xdev->otherend_id); in kill_domain_by_device()
|
/openbmc/linux/drivers/xen/xenbus/ |
H A D | xenbus_client.c | 410 gnttab_grant_foreign_access_ref(grefs[i], dev->otherend_id, in xenbus_setup_ring() 468 alloc_unbound.remote_dom = dev->otherend_id; in xenbus_alloc_evtchn() 560 gnt_refs[i], dev->otherend_id); in __xenbus_map_ring() 570 gnt_refs[i], dev->otherend_id); in __xenbus_map_ring()
|
H A D | xenbus_probe.c | 154 id_node, "%i", &xendev->otherend_id, in xenbus_read_otherend_details()
|
/openbmc/linux/drivers/block/xen-blkback/ |
H A D | xenbus.c | 531 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in xen_blkbk_remove() 635 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in xen_blkbk_probe() 645 be->blkif = xen_blkif_alloc(dev->otherend_id); in xen_blkbk_probe() 711 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in backend_changed()
|
/openbmc/linux/include/xen/ |
H A D | xenbus.h | 83 int otherend_id; member
|
/openbmc/linux/net/9p/ |
H A D | trans_xen.c | 335 ret = gnttab_grant_foreign_access(dev->otherend_id, in xen_9pfs_front_alloc_dataring() 348 dev->otherend_id, virt_to_gfn(bytes) + i, 0); in xen_9pfs_front_alloc_dataring()
|
/openbmc/linux/sound/xen/ |
H A D | xen_snd_front_evtchnl.c | 242 front_info->xb_dev->otherend_id, channel->port, ret); in evtchnl_alloc()
|
/openbmc/linux/drivers/scsi/ |
H A D | xen-scsifront.c | 524 info->dev->otherend_id, in map_data_for_request() 558 info->dev->otherend_id, in map_data_for_request()
|
/openbmc/linux/drivers/input/misc/ |
H A D | xen-kbdfront.c | 428 ret = gnttab_grant_foreign_access(dev->otherend_id, in xenkbd_connect_backend()
|
/openbmc/linux/drivers/tty/hvc/ |
H A D | hvc_xen.c | 455 gnttab_grant_foreign_access_ref(ref, info->xbdev->otherend_id, in xencons_connect_backend()
|
/openbmc/linux/drivers/net/xen-netback/ |
H A D | xenbus.c | 237 vif = xenvif_alloc(&dev->dev, dev->otherend_id, handle); in backend_create_xenvif()
|
/openbmc/linux/drivers/block/ |
H A D | xen-blkfront.c | 369 info->xbdev->otherend_id, in grant_foreign_access() 392 info->xbdev->otherend_id, in get_grant()
|
/openbmc/linux/drivers/net/ |
H A D | xen-netfront.c | 335 queue->info->xbdev->otherend_id, in xennet_alloc_rx_buffers() 490 gnttab_grant_foreign_access_ref(ref, queue->info->xbdev->otherend_id, in xennet_tx_setup_grant()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xen-hcd.c | 604 gnttab_grant_foreign_access_ref(ref, info->xbdev->otherend_id, in xenhcd_gnttab_map()
|
/openbmc/linux/drivers/xen/events/ |
H A D | events_base.c | 1311 bind_interdomain.remote_dom = dev->otherend_id; in bind_interdomain_evtchn_to_irq_chip()
|