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/
A Dthread.h77 struct thread_smc_args { struct
89 struct thread_smc_args { argument
90 uint64_t a0; /* SMC function ID */
91 uint64_t a1; /* Parameter */
92 uint64_t a2; /* Parameter */
93 uint64_t a3; /* Thread ID when returning from RPC */
94 uint64_t a4; /* Not used */
95 uint64_t a5; /* Not used */
96 uint64_t a6; /* Not used */
97 uint64_t a7; /* Hypervisor Client ID */

Completed in 5 milliseconds