Home
last modified time | relevance | path

Searched refs:gnt_ref (Results 1 – 3 of 3) sorted by relevance

/drivers/xen/xen-pciback/
Dxenbus.c106 static int xen_pcibk_do_attach(struct xen_pcibk_device *pdev, int gnt_ref, in xen_pcibk_do_attach() argument
114 gnt_ref, remote_evtchn); in xen_pcibk_do_attach()
116 err = xenbus_map_ring_valloc(pdev->xdev, &gnt_ref, 1, &vaddr); in xen_pcibk_do_attach()
144 int gnt_ref, remote_evtchn; in xen_pcibk_attach() local
162 "pci-op-ref", "%u", &gnt_ref, in xen_pcibk_attach()
181 err = xen_pcibk_do_attach(pdev, gnt_ref, remote_evtchn); in xen_pcibk_attach()
/drivers/pci/
Dxen-pcifront.c43 int gnt_ref; member
750 pdev->gnt_ref = INVALID_GRANT_REF; in alloc_pdev()
775 if (pdev->gnt_ref != INVALID_GRANT_REF) in free_pdev()
776 gnttab_end_foreign_access(pdev->gnt_ref, 0 /* r/w page */, in free_pdev()
796 pdev->gnt_ref = gref; in pcifront_publish_info()
820 "pci-op-ref", "%u", pdev->gnt_ref); in pcifront_publish_info()
/drivers/xen/xenbus/
Dxenbus_client.c623 grant_ref_t *gnt_ref, in xenbus_map_ring_valloc_hvm() argument
653 err = __xenbus_map_ring(dev, gnt_ref, nr_grefs, node->handles, in xenbus_map_ring_valloc_hvm()