Searched refs:mref (Results 1 – 2 of 2) sorted by relevance
50 amd->params[i].mref.buf_id = buf_id; in tee_params_to_amd_params()51 amd->params[i].mref.offset = tee[i].u.memref.shm_offs; in tee_params_to_amd_params()52 amd->params[i].mref.size = tee[i].u.memref.size; in tee_params_to_amd_params()55 i, amd->params[i].mref.buf_id, in tee_params_to_amd_params()56 i, amd->params[i].mref.offset, in tee_params_to_amd_params()57 i, amd->params[i].mref.size); in tee_params_to_amd_params()103 tee[i].u.memref.shm_offs = amd->params[i].mref.offset; in amd_params_to_tee_params()104 tee[i].u.memref.size = amd->params[i].mref.size; in amd_params_to_tee_params()107 i, amd->params[i].mref.buf_id, in amd_params_to_tee_params()108 i, amd->params[i].mref.offset, in amd_params_to_tee_params()[all …]
43 struct memref mref; member