Lines Matching +full:non +full:- +full:secure
1 /* SPDX-License-Identifier: BSD-2-Clause */
3 * Copyright (c) 2015-2018, Linaro Limited
9 #include <linux/arm-smccc.h>
14 * https://github.com/OP-TEE/optee_os/blob/master/core/arch/arm/include/sm/optee_smc.h
35 * Normal cached memory (write-back), shareable for SMP systems and not
43 * 32-bit registers.
51 * 65cb6b93-af0c-4617-8ed6-644a8d1140f8
82 * Used by non-secure world to figure out which Trusted OS is installed.
85 * Returns UUID in a0-4 in the same way as OPTEE_SMC_CALLS_UID
95 * Used by non-secure world to figure out which version of the Trusted OS
99 * Returns revision in a0-1 in the same way as OPTEE_SMC_CALLS_REVISION
100 * described above. May optionally return a 32-bit build identifier in a2,
123 * a4-6 Not used
128 * a1-3 Not used
129 * a4-7 Preserved
133 * a1-3 Preserved
134 * a4-7 Preserved
138 * a1-2 RPC parameters
139 * a3-7 Resume information, must be preserved
162 * Returns the Secure/Non-secure shared memory config.
166 * a1-6 Not used
175 * a4-7 Preserved
179 * a1-3 Not used
180 * a4-7 Preserved
194 * Exchanges capabilities between normal world and secure world
199 * a2-6 Not used
204 * a1 bitfield of secure world capabilities OPTEE_SMC_SEC_CAP_*
205 * a2-7 Preserved
209 * a1 bitfield of secure world capabilities OPTEE_SMC_SEC_CAP_*
210 * a2-7 Preserved
214 /* Secure world has reserved shared memory for normal world to use */
216 /* Secure world can communicate via previously unregistered shared memory */
220 * Secure world supports commands "register/unregister shared memory",
221 * secure world accepts command buffers located in any parts of non-secure RAM
239 * Secure world can cache frequently used shared memory objects, for
240 * example objects used as RPC arguments. When secure world is idle this
247 * a1-6 Not used
254 * a3-7 Preserved
258 * a1-7 Preserved
262 * a1-7 Preserved
278 * Secure world can cache frequently used shared memory objects, for
279 * example objects used as RPC arguments. When secure world is idle this
281 * secure world isn't idle OPTEE_SMC_RETURN_EBUSY is returned.
285 * a1-6 Not used
290 * a1-7 Preserved
294 * a1-7 Preserved
305 * a1-3 Value of a1-3 when OPTEE_SMC_CALL_WITH_ARG returned
343 * a4-5 Not used
344 * a6-7 Resume information, must be preserved
359 * a6-7 Preserved
374 * a3-7 Resume information, must be preserved
378 * a1-2 Not used
379 * a3-7 Preserved
390 * a1-7 Resume information, must be preserved
394 * a1-7 Preserved
404 * - cmd the Request ID
405 * - ret return value of the request, filled in by normal world
406 * - num_params number of parameters for the request
407 * - params the parameters
408 * - param_attrs attributes of the parameters
418 * a3-7 Resume information, must be preserved
422 * a1-2 Not used
423 * a3-7 Preserved