Searched refs:rte_gpu_mem_cpu_map (Results 1 – 5 of 5) sorted by relevance
25 rte_gpu_mem_cpu_map;
485 void *rte_gpu_mem_cpu_map(int16_t dev_id, size_t size, void *ptr);
644 rte_gpu_mem_cpu_map(int16_t dev_id, size_t size, void *ptr) in rte_gpu_mem_cpu_map() function871 comm_list[0].status_h = rte_gpu_mem_cpu_map(dev_id, in rte_gpu_comm_create_list()
35 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.
208 ptr_cpu = rte_gpu_mem_cpu_map(gpu_id, buf_bytes, ptr_gpu); in gpu_mem_cpu_map()