cuMemGetAddressRange 93 opal/mca/common/cuda/common_cuda.c int (*cuMemGetAddressRange)(CUdeviceptr*, size_t*, CUdeviceptr); cuMemGetAddressRange 465 opal/mca/common/cuda/common_cuda.c OPAL_CUDA_DLSYM(libcuda_handle, cuMemGetAddressRange); cuMemGetAddressRange 1043 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuMemGetAddressRange(&pbase, &psize, (CUdeviceptr)base); cuMemGetAddressRange 1837 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuMemGetAddressRange(&pbase, &psize, dbuf); cuMemGetAddressRange 1995 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuMemGetAddressRange((CUdeviceptr *)pbase, psize, (CUdeviceptr)base);