Home
last modified time | relevance | path

Searched refs:rte_gpu_mem_cpu_map (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/gpudev/
H A Dversion.map25 rte_gpu_mem_cpu_map;
H A Drte_gpudev.h485 void *rte_gpu_mem_cpu_map(int16_t dev_id, size_t size, void *ptr);
H A Dgpudev.c644 rte_gpu_mem_cpu_map(int16_t dev_id, size_t size, void *ptr) in rte_gpu_mem_cpu_map() function
871 comm_list[0].status_h = rte_gpu_mem_cpu_map(dev_id, in rte_gpu_comm_create_list()
/dpdk/doc/guides/gpus/
H A Dcuda.rst35 To enable this gpudev feature (i.e. implement the ``rte_gpu_mem_cpu_map``),
57 and will return error if the application invokes the gpudev ``rte_gpu_mem_cpu_map`` function.
/dpdk/app/test-gpudev/
H A Dmain.c208 ptr_cpu = rte_gpu_mem_cpu_map(gpu_id, buf_bytes, ptr_gpu); in gpu_mem_cpu_map()