Home
last modified time | relevance | path

Searched refs:mem_cpu_map (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/gpudev/
H A Dgpudev_driver.h52 rte_gpu_mem_cpu_map_t *mem_cpu_map; member
H A Dgpudev.c657 if (dev->ops.mem_cpu_map == NULL) { in rte_gpu_mem_cpu_map()
666 ret = GPU_DRV_RET(dev->ops.mem_cpu_map(dev, size, ptr, &ptr_out)); in rte_gpu_mem_cpu_map()
/dpdk/drivers/gpu/cuda/
H A Dcuda.c1393 dev->ops.mem_cpu_map = cuda_mem_cpu_map; in cuda_gpu_probe()