diff options
| author | Neeti Desai <neetid@codeaurora.org> | 2015-04-15 18:09:12 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-22 11:04:50 -0700 |
| commit | a20c28af038cfd238e40fe751fde4d58982a0cab (patch) | |
| tree | dec53c3b1b61889d49dca08cc1f254ae0116c002 /include | |
| parent | 51adc0956b090e04ec291fe33b340f9b32678f8c (diff) | |
msm: Add secure vmid for msa
For sharing the memory between hlos and modem,
a new secure vmid is needed to be used in the
assign api. Define that.
Change-Id: Ibcddbafeb1fc430aae3fcda7c609bca4d81e57a9
Signed-off-by: Neeti Desai <neetid@codeaurora.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/soc/qcom/secure_buffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/qcom/secure_buffer.h b/include/soc/qcom/secure_buffer.h index a9386d71e3d5..dd0dceaa3e5b 100644 --- a/include/soc/qcom/secure_buffer.h +++ b/include/soc/qcom/secure_buffer.h @@ -23,6 +23,7 @@ #define VMID_CP_NON_PIXEL 0xB #define VMID_CP_CAMERA 0xD #define VMID_HLOS_FREE 0xE +#define VMID_MSS_MSA 0xF #define VMID_MSS_NONMSA 0x10 #define VMID_CP_SEC_DISPLAY 0x11 #define VMID_CP_APP 0x12 |
