/kernel/linux/linux-5.10/drivers/xen/ |
H A D | xen-front-pgdir-shbuf.c | 297 buf->xb_dev->otherend_id); in backend_map() 407 int i, cur_ref, otherend_id; in guest_grant_refs_for_buffer() local 409 otherend_id = buf->xb_dev->otherend_id; in guest_grant_refs_for_buffer() 415 gnttab_grant_foreign_access_ref(cur_ref, otherend_id, in guest_grant_refs_for_buffer() 436 int otherend_id, num_pages_dir; in grant_references() local 445 otherend_id = buf->xb_dev->otherend_id; in grant_references() 457 gnttab_grant_foreign_access_ref(cur_ref, otherend_id, frame, 0); in grant_references()
|
H A D | pvcalls-front.c | 382 pvcalls_front_dev->otherend_id, in create_active() 386 pvcalls_front_dev->otherend_id, in create_active() 1206 gnttab_grant_foreign_access_ref(bedata->ref, dev->otherend_id, in pvcalls_front_probe()
|
H A D | pvcalls-back.c | 353 fedata->dev->otherend_id, evtchn, in pvcalls_new_active_socket() 950 err = bind_interdomain_evtchn_to_irq_lateeoi(dev->otherend_id, evtchn); in backend_connect()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/ |
H A D | xenbus.c | 127 pdev->xdev->otherend_id, remote_evtchn, xen_pcibk_handle_event, in xen_pcibk_do_attach() 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()
|
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_client.c | 400 gnttab_grant_foreign_access_ref(grefs[i], dev->otherend_id, in xenbus_grant_ring() 423 alloc_unbound.remote_dom = dev->otherend_id; in xenbus_alloc_evtchn() 515 gnt_refs[i], dev->otherend_id); in __xenbus_map_ring() 525 gnt_refs[i], dev->otherend_id); in __xenbus_map_ring()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/sound/xen/ |
H A D | xen_snd_front_evtchnl.c | 244 ret = gnttab_grant_foreign_access(xb_dev->otherend_id, in evtchnl_alloc() 264 front_info->xb_dev->otherend_id, channel->port, ret); in evtchnl_alloc()
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | trans_xen.c | 356 ret = gnttab_grant_foreign_access(dev->otherend_id, in xen_9pfs_front_alloc_dataring() 369 dev->otherend_id, virt_to_gfn(bytes) + i, 0); in xen_9pfs_front_alloc_dataring()
|
/kernel/linux/linux-5.10/include/xen/ |
H A D | xenbus.h | 84 int otherend_id; member
|
/kernel/linux/linux-6.6/include/xen/ |
H A D | xenbus.h | 83 int otherend_id; member
|
/kernel/linux/linux-5.10/drivers/block/xen-blkback/ |
H A D | xenbus.c | 534 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in xen_blkbk_remove() 641 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in xen_blkbk_probe() 651 be->blkif = xen_blkif_alloc(dev->otherend_id); in xen_blkbk_probe() 717 pr_debug("%s %p %d\n", __func__, dev, dev->otherend_id); in backend_changed()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_xen.c | 425 irq = bind_interdomain_evtchn_to_irq_lateeoi(dev->otherend_id, evtchn); in xencons_connect_backend() 441 gnttab_grant_foreign_access_ref(ref, info->xbdev->otherend_id, in xencons_connect_backend()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | xen-kbdfront.c | 429 ret = gnttab_grant_foreign_access(dev->otherend_id, in xenkbd_connect_backend()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/xen/ |
H A D | xen_drm_front_evtchnl.c | 197 ret = gnttab_grant_foreign_access(xb_dev->otherend_id, in evtchnl_alloc()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | xen-kbdfront.c | 428 ret = gnttab_grant_foreign_access(dev->otherend_id, in xenkbd_connect_backend()
|
/kernel/linux/linux-6.6/sound/xen/ |
H A D | xen_snd_front_evtchnl.c | 242 front_info->xb_dev->otherend_id, channel->port, ret); in evtchnl_alloc()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | xen-scsifront.c | 445 info->dev->otherend_id, in map_data_for_request() 479 info->dev->otherend_id, in map_data_for_request()
|
/kernel/linux/linux-6.6/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()
|