mem_map_params    404 oshmem/mca/spml/ucx/spml_ucx.c     ucp_mem_map_params_t mem_map_params;
mem_map_params    429 oshmem/mca/spml/ucx/spml_ucx.c         mem_map_params.field_mask = UCP_MEM_MAP_PARAM_FIELD_ADDRESS |
mem_map_params    432 oshmem/mca/spml/ucx/spml_ucx.c         mem_map_params.address    = addr;
mem_map_params    433 oshmem/mca/spml/ucx/spml_ucx.c         mem_map_params.length     = size;
mem_map_params    434 oshmem/mca/spml/ucx/spml_ucx.c         mem_map_params.flags      = flags;
mem_map_params    436 oshmem/mca/spml/ucx/spml_ucx.c         status = ucp_mem_map(mca_spml_ucx.ucp_context, &mem_map_params, &ucx_mkey->mem_h);
mem_map_params    112 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     ucp_mem_map_params_t mem_map_params;
mem_map_params    121 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     mem_map_params.field_mask = UCP_MEM_MAP_PARAM_FIELD_ADDRESS |
mem_map_params    125 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     mem_map_params.address    = address;
mem_map_params    126 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     mem_map_params.length     = size;
mem_map_params    127 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     mem_map_params.flags      = flags;
mem_map_params    129 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     status = ucp_mem_map(spml->ucp_context, &mem_map_params, &mem_h);
mem_map_params    150 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         ds_buf->super.va_base = mem_map_params.address;