Home
last modified time | relevance | path

Searched refs:OPTEE_MSG_MAX_NUM_PARAMS (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/
H A Doptee_msg.h240 #define OPTEE_MSG_MAX_NUM_PARAMS \ macro
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c116 if (*num_params > OPTEE_MSG_MAX_NUM_PARAMS) in get_msg_arg()
202 if (num_params > OPTEE_MSG_MAX_NUM_PARAMS) in std_entry_with_parg()
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc.c115 if (*num_params > OPTEE_MSG_MAX_NUM_PARAMS) in get_msg_arg()
201 if (num_params > OPTEE_MSG_MAX_NUM_PARAMS) in std_entry_with_parg()
H A Dthread_spmc.c2061 if (num_params > OPTEE_MSG_MAX_NUM_PARAMS) in yielding_call_with_arg()