Home
last modified time | relevance | path

Searched refs:ARM_SMC_ARGS (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientRPC.h22 } ARM_SMC_ARGS; typedef
24 TEEC_Result OpteeRpcCallback(ARM_SMC_ARGS *ArmSmcArgs);
H A Dteesmc.h650 void tee_smc_call(ARM_SMC_ARGS *param);
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientApiLib.c24 ARM_SMC_ARGS ArmSmcArgs = {0}; in optee_vm_create()
39 ARM_SMC_ARGS ArmSmcArgs = {0}; in optee_vm_destroyed()
54 ARM_SMC_ARGS ArmSmcArgs = {0}; in optee_exchange_capabilities()
68 ARM_SMC_ARGS ArmSmcArgs = {0}; in optee_api_revision_is_compatible()
88 ARM_SMC_ARGS ArmSmcArgs = {0}; in optee_get_shm_config()
H A DOpteeClientMem.c144 ARM_SMC_ARGS ArmSmcArgs = {0}; in OpteeClientMemInit()
H A DOpteeClientRPC.c158 TEEC_Result OpteeRpcCallback(ARM_SMC_ARGS *ArmSmcArgs) in OpteeRpcCallback()
H A DOpteeClientSMC.c332 ARM_SMC_ARGS ArmSmcArgs = {0}; in OpteeSmcCall()