Home
last modified time | relevance | path

Searched defs:thread_smc_args (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/arch/arm/include/kernel/
H A Dthread_arch.h100 struct thread_smc_args { struct
124 struct thread_smc_args arg11; argument
129 struct thread_smc_args { struct
130 uint64_t a0; /* SMC function ID */
131 uint64_t a1; /* Parameter */
132 uint64_t a2; /* Parameter */
133 uint64_t a3; /* Thread ID when returning from RPC */
134 uint64_t a4; /* Not used */
135 uint64_t a5; /* Not used */
136 uint64_t a6; /* Not used */
[all …]