summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/trusty/smcall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/trusty/smcall.h b/include/linux/trusty/smcall.h
index e8704974d..aaad5cee6 100644
--- a/include/linux/trusty/smcall.h
+++ b/include/linux/trusty/smcall.h
@@ -51,6 +51,7 @@
51#define SMC_ENTITY_RESERVED 5 /* Reserved for future use */ 51#define SMC_ENTITY_RESERVED 5 /* Reserved for future use */
52#define SMC_ENTITY_TRUSTED_APP 48 /* Trusted Application calls */ 52#define SMC_ENTITY_TRUSTED_APP 48 /* Trusted Application calls */
53#define SMC_ENTITY_TRUSTED_OS 50 /* Trusted OS calls */ 53#define SMC_ENTITY_TRUSTED_OS 50 /* Trusted OS calls */
54#define SMC_ENTITY_LOGGING 51 /* Used for secure -> nonsecure logging */
54#define SMC_ENTITY_SECURE_MONITOR 60 /* Trusted OS calls internal to secure monitor */ 55#define SMC_ENTITY_SECURE_MONITOR 60 /* Trusted OS calls internal to secure monitor */
55 56
56/* FC = Fast call, SC = Standard call */ 57/* FC = Fast call, SC = Standard call */