CUdeviceptr        79 opal/mca/common/cuda/common_cuda.c     int (*cuPointerGetAttribute)(void *, CUpointer_attribute, CUdeviceptr);
CUdeviceptr        80 opal/mca/common/cuda/common_cuda.c     int (*cuMemcpyAsync)(CUdeviceptr, CUdeviceptr, size_t, CUstream);
CUdeviceptr        81 opal/mca/common/cuda/common_cuda.c     int (*cuMemcpy)(CUdeviceptr, CUdeviceptr, size_t);
CUdeviceptr        82 opal/mca/common/cuda/common_cuda.c     int (*cuMemAlloc)(CUdeviceptr *, unsigned int);
CUdeviceptr        83 opal/mca/common/cuda/common_cuda.c     int (*cuMemFree)(CUdeviceptr buf);
CUdeviceptr        93 opal/mca/common/cuda/common_cuda.c     int (*cuMemGetAddressRange)(CUdeviceptr*, size_t*, CUdeviceptr);
CUdeviceptr        96 opal/mca/common/cuda/common_cuda.c     int (*cuIpcOpenMemHandle)(CUdeviceptr*, CUipcMemHandle, unsigned int);
CUdeviceptr        97 opal/mca/common/cuda/common_cuda.c     int (*cuIpcCloseMemHandle)(CUdeviceptr);
CUdeviceptr        98 opal/mca/common/cuda/common_cuda.c     int (*cuIpcGetMemHandle)(CUipcMemHandle*, CUdeviceptr);
CUdeviceptr       103 opal/mca/common/cuda/common_cuda.c     int (*cuPointerSetAttribute)(const void *, CUpointer_attribute, CUdeviceptr);
CUdeviceptr       110 opal/mca/common/cuda/common_cuda.c     int (*cuPointerGetAttributes)(unsigned int, CUpointer_attribute *, void **, CUdeviceptr);
CUdeviceptr      1015 opal/mca/common/cuda/common_cuda.c     CUdeviceptr pbase;
CUdeviceptr      1023 opal/mca/common/cuda/common_cuda.c                                           CU_POINTER_ATTRIBUTE_MEMORY_TYPE, (CUdeviceptr)base);
CUdeviceptr      1028 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuIpcGetMemHandle(memHandle, (CUdeviceptr)base);
CUdeviceptr      1043 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuMemGetAddressRange(&pbase, &psize, (CUdeviceptr)base);
CUdeviceptr      1068 opal/mca/common/cuda/common_cuda.c                                           (CUdeviceptr)base);
CUdeviceptr      1124 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuIpcOpenMemHandle((CUdeviceptr *)&newreg->alloc_base, *memHandle,
CUdeviceptr      1162 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuIpcCloseMemHandle((CUdeviceptr)cuda_reg->base.alloc_base);
CUdeviceptr      1299 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuMemcpyAsync((CUdeviceptr)dst, (CUdeviceptr)src, amount, ipcStream);
CUdeviceptr      1329 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuMemcpyAsync((CUdeviceptr)dst, (CUdeviceptr)src, amount, ipcStream);
CUdeviceptr      1740 opal/mca/common/cuda/common_cuda.c     CUdeviceptr dbuf = (CUdeviceptr)pUserBuf;
CUdeviceptr      1835 opal/mca/common/cuda/common_cuda.c         CUdeviceptr pbase;
CUdeviceptr      1862 opal/mca/common/cuda/common_cuda.c     return cuFunc.cuMemcpyAsync((CUdeviceptr)dest, (CUdeviceptr)src, size,
CUdeviceptr      1879 opal/mca/common/cuda/common_cuda.c                                               CU_POINTER_ATTRIBUTE_MEMORY_TYPE, (CUdeviceptr)dest);
CUdeviceptr      1881 opal/mca/common/cuda/common_cuda.c                                               CU_POINTER_ATTRIBUTE_MEMORY_TYPE, (CUdeviceptr)src);
CUdeviceptr      1886 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuMemcpyAsync((CUdeviceptr)dest, (CUdeviceptr)src, size, memcpyStream);
CUdeviceptr      1899 opal/mca/common/cuda/common_cuda.c          result = cuFunc.cuMemcpy((CUdeviceptr)dest, (CUdeviceptr)src, size);
CUdeviceptr      1924 opal/mca/common/cuda/common_cuda.c     CUdeviceptr tmp;
CUdeviceptr      1929 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuMemcpyAsync(tmp, (CUdeviceptr)src, size, memcpyStream);
CUdeviceptr      1935 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuMemcpyAsync((CUdeviceptr)dest, tmp, size, memcpyStream);
CUdeviceptr      1948 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuMemcpy(tmp, (CUdeviceptr)src, size);
CUdeviceptr      1954 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuMemcpy((CUdeviceptr)dest, tmp, size);
CUdeviceptr      1995 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuMemGetAddressRange((CUdeviceptr *)pbase, psize, (CUdeviceptr)base);
CUdeviceptr      2022 opal/mca/common/cuda/common_cuda.c                                        (CUdeviceptr)dbuf);
CUdeviceptr      2055 opal/mca/common/cuda/common_cuda.c                                        (CUdeviceptr)dbuf);
CUdeviceptr      2063 opal/mca/common/cuda/common_cuda.c                                        (CUdeviceptr)dbuf);