Home
last modified time | relevance | path

Searched refs:rte_vhost_memory (Results 1 – 12 of 12) sorted by relevance

/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_mem.c71 static struct rte_vhost_memory *
75 struct rte_vhost_memory *mem; in mlx5_vdpa_vhost_mem_regions_prepare()
151 mlx5_vdpa_mem_cmp(struct rte_vhost_memory *mem1, struct rte_vhost_memory *mem2) in mlx5_vdpa_mem_cmp()
203 struct rte_vhost_memory *mem = mlx5_vdpa_vhost_mem_regions_prepare in mlx5_vdpa_mem_register()
H A Dmlx5_vdpa.h144 struct rte_vhost_memory *vmem;
H A Dmlx5_vdpa_virtq.c194 mlx5_vdpa_hva_to_gpa(struct rte_vhost_memory *mem, uint64_t hva) in mlx5_vdpa_hva_to_gpa()
/dpdk/lib/vhost/
H A Drte_vhost.h139 struct rte_vhost_memory { struct
341 rte_vhost_gpa_to_vva(struct rte_vhost_memory *mem, uint64_t gpa) in rte_vhost_gpa_to_vva()
375 rte_vhost_va_from_guest_pa(struct rte_vhost_memory *mem, in rte_vhost_va_from_guest_pa()
767 int rte_vhost_get_mem_table(int vid, struct rte_vhost_memory **mem);
H A Dvhost.c908 rte_vhost_get_mem_table(int vid, struct rte_vhost_memory **mem) in rte_vhost_get_mem_table()
911 struct rte_vhost_memory *m; in rte_vhost_get_mem_table()
919 m = malloc(sizeof(struct rte_vhost_memory) + size); in rte_vhost_get_mem_table()
H A Dvhost_user.c504 struct rte_vhost_memory *mem; in numa_realloc()
638 mem_size = sizeof(struct rte_vhost_memory) + in numa_realloc()
1045 struct rte_vhost_memory *old) in vhost_memory_changed()
1336 dev->mem = rte_zmalloc_socket("vhost-mem-table", sizeof(struct rte_vhost_memory) + in vhost_user_set_mem_table()
H A Dvhost.h444 struct rte_vhost_memory *mem;
/dpdk/examples/vhost_blk/
H A Dvhost_blk.h78 struct rte_vhost_memory *mem;
/dpdk/examples/vhost/
H A Dmain.h55 struct rte_vhost_memory *mem;
/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_hw.c125 struct rte_vhost_memory *vhost_mem = NULL; in sfc_vdpa_dma_map()
H A Dsfc_vdpa_ops.c73 struct rte_vhost_memory *vhost_mem = NULL; in hva_to_gpa()
/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c189 struct rte_vhost_memory *mem = NULL; in ifcvf_dma_map()
236 struct rte_vhost_memory *mem = NULL; in hva_to_gpa()