aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/trusty_arm.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-01-24 11:07:16 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-01-24 16:49:39 +0100
commit5db97d84e9032fb37ed266873cea296ec6a6d6ce (patch)
tree7d2016644d40de296b32f31fc5032c95e74737f9 /sys/linux/trusty_arm.const
parent91c9476c39826cc0dd94701540a591f4deba8b16 (diff)
sys/linux: describe trusty storage service interface
Update #933
Diffstat (limited to 'sys/linux/trusty_arm.const')
-rw-r--r--sys/linux/trusty_arm.const11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/linux/trusty_arm.const b/sys/linux/trusty_arm.const
index 7c69de7d9..b25c93b1f 100644
--- a/sys/linux/trusty_arm.const
+++ b/sys/linux/trusty_arm.const
@@ -56,6 +56,17 @@ TRUSTY_KM_ULONG_REP = 2684354560
TRUSTY_KM_UPDATE_OPERATION = 8
TRUSTY_KM_UPGRADE_KEY = 68
TRUSTY_KM_VERIFY_AUTHORIZATION = 84
+TRUSTY_STORAGE_END_TRANSACTION = 18
+TRUSTY_STORAGE_FILE_CLOSE = 6
+TRUSTY_STORAGE_FILE_DELETE = 2
+TRUSTY_STORAGE_FILE_GET_SIZE = 12
+TRUSTY_STORAGE_FILE_LIST = 22
+TRUSTY_STORAGE_FILE_MOVE = 20
+TRUSTY_STORAGE_FILE_OPEN = 4
+TRUSTY_STORAGE_FILE_READ = 8
+TRUSTY_STORAGE_FILE_SET_SIZE = 14
+TRUSTY_STORAGE_FILE_WRITE = 10
+TRUSTY_STORAGE_RPMB_SEND = 16
__NR_ioctl = 54
__NR_openat = 322
__NR_write = 4