Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Drte_vhost.h134 struct rte_vhost_memory { struct
311 rte_vhost_gpa_to_vva(struct rte_vhost_memory *mem, uint64_t gpa) in rte_vhost_gpa_to_vva()
346 rte_vhost_va_from_guest_pa(struct rte_vhost_memory *mem, in rte_vhost_va_from_guest_pa()
726 int rte_vhost_get_mem_table(int vid, struct rte_vhost_memory **mem);
H A Dvhost.c872 rte_vhost_get_mem_table(int vid, struct rte_vhost_memory **mem) in rte_vhost_get_mem_table()
875 struct rte_vhost_memory *m; in rte_vhost_get_mem_table()
883 m = malloc(sizeof(struct rte_vhost_memory) + size); in rte_vhost_get_mem_table()
H A Dvhost.h350 struct rte_vhost_memory *mem;
H A Dvhost_user.c979 struct rte_vhost_memory *old) in vhost_memory_changed()
1067 dev->mem = rte_zmalloc("vhost-mem-table", sizeof(struct rte_vhost_memory) + in vhost_user_set_mem_table()
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_mem.c74 static struct rte_vhost_memory *
78 struct rte_vhost_memory *mem; in mlx5_vdpa_vhost_mem_regions_prepare()
189 struct rte_vhost_memory *mem = mlx5_vdpa_vhost_mem_regions_prepare in mlx5_vdpa_mem_register()
H A Dmlx5_vdpa.h146 struct rte_vhost_memory *vmem;
H A Dmlx5_vdpa_virtq.c189 mlx5_vdpa_hva_to_gpa(struct rte_vhost_memory *mem, uint64_t hva) in mlx5_vdpa_hva_to_gpa()
/f-stack/dpdk/examples/vhost_blk/
H A Dvhost_blk.h78 struct rte_vhost_memory *mem;
/f-stack/dpdk/examples/vhost/
H A Dmain.h55 struct rte_vhost_memory *mem;
/f-stack/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c190 struct rte_vhost_memory *mem = NULL; in ifcvf_dma_map()
238 struct rte_vhost_memory *mem = NULL; in hva_to_gpa()