Searched refs:gnt_ref (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/xen/xen-pciback/ |
D | xenbus.c | 107 static int xen_pcibk_do_attach(struct xen_pcibk_device *pdev, int gnt_ref, in xen_pcibk_do_attach() argument 115 gnt_ref, remote_evtchn); in xen_pcibk_do_attach() 117 err = xenbus_map_ring_valloc(pdev->xdev, &gnt_ref, 1, &vaddr); in xen_pcibk_do_attach() 145 int gnt_ref, remote_evtchn; in xen_pcibk_attach() local 163 "pci-op-ref", "%u", &gnt_ref, in xen_pcibk_attach() 182 err = xen_pcibk_do_attach(pdev, gnt_ref, remote_evtchn); in xen_pcibk_attach()
|
/linux-4.19.296/drivers/pci/ |
D | xen-pcifront.c | 44 int gnt_ref; member 751 pdev->gnt_ref = INVALID_GRANT_REF; in alloc_pdev() 776 if (pdev->gnt_ref != INVALID_GRANT_REF) in free_pdev() 777 gnttab_end_foreign_access(pdev->gnt_ref, 0 /* r/w page */, in free_pdev() 797 pdev->gnt_ref = gref; in pcifront_publish_info() 821 "pci-op-ref", "%u", pdev->gnt_ref); in pcifront_publish_info()
|
/linux-4.19.296/drivers/xen/xenbus/ |
D | xenbus_client.c | 563 grant_ref_t *gnt_ref, in xenbus_map_ring_valloc_hvm() argument 593 err = __xenbus_map_ring(dev, gnt_ref, nr_grefs, node->handles, in xenbus_map_ring_valloc_hvm()
|