Searched refs:smc_call (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/arch/arm64/arm64_smc_call/src/ |
D | main.c | 24 smc_call_method_t smc_call = arm_smccc_hvc; variable 26 smc_call_method_t smc_call = arm_smccc_smc; variable 33 smc_call(ARM_STD_SMC_CALL_COUNT, 0, 0, 0, 0, 0, 0, 0, &res); in ZTEST() 36 smc_call(ARM_STD_SMC_VERSION, 0, 0, 0, 0, 0, 0, 0, &res); in ZTEST() 40 smc_call(ARM_STD_SMC_UNKNOWN, 0, 0, 0, 0, 0, 0, 0, &res); in ZTEST()
|
/Zephyr-latest/drivers/tee/optee/ |
D | optee.c | 81 smc_call_t smc_call; member 693 data->smc_call(param.a0, param.a1, param.a2, param.a3, in optee_call() 1144 data->smc_call = optee_smccc_hvc; in set_optee_method() 1146 data->smc_call = optee_smccc_smc; in set_optee_method() 1160 data->smc_call(OPTEE_SMC_CALLS_UID, 0, 0, 0, 0, 0, 0, 0, &res); in optee_check_uid() 1175 data->smc_call(OPTEE_SMC_CALL_GET_OS_REVISION, 0, 0, 0, 0, 0, 0, 0, &res); in optee_get_revision() 1195 data->smc_call(OPTEE_SMC_EXCHANGE_CAPABILITIES, a1, 0, 0, 0, 0, 0, 0, &res); in optee_exchange_caps() 1211 data->smc_call(OPTEE_SMC_GET_THREAD_COUNT, a1, 0, 0, 0, 0, 0, 0, &res); in optee_get_thread_count()
|