mem_reg           522 opal/mca/common/cuda/common_cuda.c     common_cuda_mem_regs_t *mem_reg;
mem_reg           707 opal/mca/common/cuda/common_cuda.c         mem_reg = (common_cuda_mem_regs_t *)
mem_reg           710 opal/mca/common/cuda/common_cuda.c             res = cuFunc.cuMemHostRegister(mem_reg->ptr, mem_reg->amount, 0);
mem_reg           715 opal/mca/common/cuda/common_cuda.c                                true, mem_reg->ptr, mem_reg->amount,
mem_reg           716 opal/mca/common/cuda/common_cuda.c                                OPAL_PROC_MY_HOSTNAME, res, mem_reg->msg);
mem_reg           721 opal/mca/common/cuda/common_cuda.c                                     mem_reg->msg, mem_reg->ptr, (int)mem_reg->amount);
mem_reg           724 opal/mca/common/cuda/common_cuda.c         free(mem_reg->msg);
mem_reg           725 opal/mca/common/cuda/common_cuda.c         OBJ_RELEASE(mem_reg);
mem_reg           969 opal/mca/common/cuda/common_cuda.c     common_cuda_mem_regs_t *mem_reg;
mem_reg           977 opal/mca/common/cuda/common_cuda.c             mem_reg = (common_cuda_mem_regs_t *)
mem_reg           979 opal/mca/common/cuda/common_cuda.c             free(mem_reg->msg);
mem_reg           980 opal/mca/common/cuda/common_cuda.c             OBJ_RELEASE(mem_reg);