msm: adsprpc: Share CP secure context banks

Currently CPZ secure context banks are not shared on CDSP. Share
CP secure context banks among applications that use secure memory,
so that many CPZ applications can be spawned and offloaded to DSP.

Change-Id: I77d95bab86ef527e41c9fe79058742615f4adb0e
Signed-off-by: Himateja Reddy <quic_hmreddy@quicinc.com>
此提交包含在:
Himateja Reddy
2022-11-10 15:33:05 -08:00
提交者 Gerrit - the friendly Code Review server
父節點 4dc57d62a5
當前提交 38ca55b8e5
共有 2 個檔案被更改,包括 6 行新增1 行删除

查看文件

@@ -945,6 +945,8 @@ struct fastrpc_apps {
struct mutex mut_uid;
/* Indicates cdsp device status */
int remote_cdsp_status;
/* Indicates secure context bank to be shared */
int share_securecb;
};
struct fastrpc_mmap {