1 Star 0 Fork 14

dpd/itrustee_sdk

forked from src-openEuler/itrustee_sdk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0003-no-copy-shared-memory.patch 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
modric 提交于 2022-08-03 11:01 . support: no-copy shared memory
From 790d125b5422de0dbcaec67c88aa89d58b258c58 Mon Sep 17 00:00:00 2001
From: root <root@DESKTOP-OCBU7K8.localdomain>
Date: Fri, 6 May 2022 19:35:30 +0800
Subject: [PATCH] lilianhui1@huawei.com
Signed-off-by: root <root@DESKTOP-OCBU7K8.localdomain>
---
include/CA/tee_client_constants.h | 2 ++
include/TA/tee_defines.h | 1 +
2 files changed, 3 insertions(+)
diff --git a/include/CA/tee_client_constants.h b/include/CA/tee_client_constants.h
index 9ddff9b..3b86dcb 100644
--- a/include/CA/tee_client_constants.h
+++ b/include/CA/tee_client_constants.h
@@ -66,6 +66,7 @@ enum TEEC_SharedMemCtl {
TEEC_MEM_INPUT = 0x1, /* input type of memroy */
TEEC_MEM_OUTPUT = 0x2, /* output type of memory */
TEEC_MEM_INOUT = 0x3, /* memory is used as both input and output */
+ TEEC_MEM_SHARED_INOUT = 0x4, /* no copy shared memory */
};
enum TEEC_ParamType {
@@ -79,6 +80,7 @@ enum TEEC_ParamType {
refer TEEC_TempMemoryReference */
TEEC_ION_INPUT = 0x08, /* input type of icon memory reference, refer TEEC_IonReference */
TEEC_ION_SGLIST_INPUT = 0x09, /* input type of ion memory block reference, refer TEEC_IonSglistReference */
+ TEEC_MEMREF_SHARED_INOUT = 0xa, /* no copy mem */
TEEC_MEMREF_WHOLE = 0xc, /* use whole memory block, refer TEEC_RegisteredMemoryReference */
TEEC_MEMREF_PARTIAL_INPUT = 0xd, /* input type of memory reference, refer TEEC_RegisteredMemoryReference */
TEEC_MEMREF_PARTIAL_OUTPUT = 0xe, /* output type of memory reference, refer TEEC_RegisteredMemoryReference */
diff --git a/include/TA/tee_defines.h b/include/TA/tee_defines.h
index 8289c07..8fa7ada 100755
--- a/include/TA/tee_defines.h
+++ b/include/TA/tee_defines.h
@@ -84,6 +84,7 @@ enum TEE_ParamType {
TEE_PARAM_TYPE_MEMREF_INOUT = 0x7,
TEE_PARAM_TYPE_ION_INPUT = 0x8,
TEE_PARAM_TYPE_ION_SGLIST_INPUT = 0x9,
+ TEE_PARAM_TYPE_MEMREF_SHARED_INOUT = 0xa,
};
#define S_VAR_NOT_USED(variable) \
--
2.27.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dpdwaj/itrustee_sdk.git
git@gitee.com:dpdwaj/itrustee_sdk.git
dpdwaj
itrustee_sdk
itrustee_sdk
master

搜索帮助