Home
last modified time | relevance | path

Searched refs:TEESMC_RETURN_OK (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dteesmc.h640 #define TEESMC_RETURN_OK 0x0 macro
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientSMC.c347 } else if (ArmSmcArgs.Arg0 != TEESMC_RETURN_OK) { in OpteeSmcCall()