Searched refs:gnt_ref (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/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; in xen_pcibk_attach() local 164 "pci-op-ref", "%u", &gnt_ref, in xen_pcibk_attach() 183 err = xen_pcibk_do_attach(pdev, gnt_ref, remote_evtchn); in xen_pcibk_attach()
|
/kernel/linux/linux-5.10/drivers/pci/ |
D | xen-pcifront.c | 45 int gnt_ref; member 744 pdev->gnt_ref = INVALID_GRANT_REF; in alloc_pdev() 769 if (pdev->gnt_ref != INVALID_GRANT_REF) in free_pdev() 770 gnttab_end_foreign_access(pdev->gnt_ref, 0 /* r/w page */, in free_pdev() 790 pdev->gnt_ref = gref; in pcifront_publish_info() 814 "pci-op-ref", "%u", pdev->gnt_ref); in pcifront_publish_info()
|
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
D | xenbus_client.c | 617 grant_ref_t *gnt_ref, in xenbus_map_ring_hvm() argument 635 err = __xenbus_map_ring(dev, gnt_ref, nr_grefs, node->handles, in xenbus_map_ring_hvm()
|