Home
last modified time | relevance | path

Searched refs:TEESMC32_GET_PARAMS (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientRPC.c95 TeeSmc32Param = TEESMC32_GET_PARAMS(TeeSmc32Arg); in OpteeRpcCmdLoadTa()
164 TeeSmc32Param = TEESMC32_GET_PARAMS(TeeSmc32Arg); in OpteeRpcCmdLoadV2Ta()
210 TeeSmc32Param = TEESMC32_GET_PARAMS(TeeSmc32Arg); in OpteeRpcCmdFreeTa()
262 TeeSmc32Param = TEESMC32_GET_PARAMS(TeeSmc32Arg); in OpteeRpcCmdRpmb()
517 TeeSmc32Param = TEESMC32_GET_PARAMS(TeeSmc32Arg); in OpteeRpcCmdFs()
H A DOpteeClientSMC.c90 TeeSmc32Param = TEESMC32_GET_PARAMS(TeeSmc32Arg); in TEEC_SMC_OpenSession()
223 TeeSmc32Param = TEESMC32_GET_PARAMS(TeeSmc32Arg); in TEEC_SMC_InvokeCommand()
/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dteesmc_v2.h60 #define TEESMC32_GET_PARAMS(x) \ macro