Searched refs:gnttab_alloc_grant_references (Results 1 – 10 of 10) sorted by relevance
| /Linux-v4.19/sound/xen/ |
| D | xen_snd_front_shbuf.c | 97 ret = gnttab_alloc_grant_references(num_grefs, &priv_gref_head); in grant_references()
|
| /Linux-v4.19/include/xen/ |
| D | grant_table.h | 114 int gnttab_alloc_grant_references(u16 count, grant_ref_t *pprivate_head);
|
| /Linux-v4.19/drivers/gpu/drm/xen/ |
| D | xen_drm_front_shbuf.c | 315 ret = gnttab_alloc_grant_references(buf->num_grefs, &priv_gref_head); in grant_references()
|
| /Linux-v4.19/drivers/xen/ |
| D | grant-table.c | 575 int gnttab_alloc_grant_references(u16 count, grant_ref_t *head) in gnttab_alloc_grant_references() function 586 EXPORT_SYMBOL_GPL(gnttab_alloc_grant_references);
|
| D | gntdev-dmabuf.c | 520 ret = gnttab_alloc_grant_references(count, &priv_gref_head); in dmabuf_imp_grant_foreign_access()
|
| D | pvcalls-front.c | 1163 ret = gnttab_alloc_grant_references(1, &gref_head); in pvcalls_front_probe()
|
| /Linux-v4.19/drivers/tty/hvc/ |
| D | hvc_xen.c | 387 ret = gnttab_alloc_grant_references(1, &gref_head); in xencons_connect_backend()
|
| /Linux-v4.19/drivers/net/ |
| D | xen-netfront.c | 1638 if (gnttab_alloc_grant_references(NET_TX_RING_SIZE, in xennet_init_queue() 1646 if (gnttab_alloc_grant_references(NET_RX_RING_SIZE, in xennet_init_queue()
|
| /Linux-v4.19/drivers/scsi/ |
| D | xen-scsifront.c | 426 err = gnttab_alloc_grant_references(seg_grants + data_grants, in map_data_for_request()
|
| /Linux-v4.19/drivers/block/ |
| D | xen-blkfront.c | 726 if (gnttab_alloc_grant_references( in blkif_queue_rw_req()
|