Searched refs:invoke_fn (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/tee/optee/ |
| H A D | smc_abi.c | 291 optee->smc.invoke_fn(OPTEE_SMC_ENABLE_SHM_CACHE, in optee_enable_shm_cache() 319 optee->smc.invoke_fn(OPTEE_SMC_DISABLE_SHM_CACHE, in __optee_disable_shm_cache() 934 optee->smc.invoke_fn(param.a0, param.a1, param.a2, param.a3, in optee_smc_do_call_with_arg() 1036 static u32 get_async_notif_value(optee_invoke_fn *invoke_fn, bool *value_valid, in get_async_notif_value() argument 1041 invoke_fn(OPTEE_SMC_GET_ASYNC_NOTIF_VALUE, 0, 0, 0, 0, 0, 0, 0, &res); in get_async_notif_value() 1060 value = get_async_notif_value(optee->smc.invoke_fn, in irq_handler() 1289 static int enable_async_notif(optee_invoke_fn *invoke_fn) in enable_async_notif() argument 1293 invoke_fn(OPTEE_SMC_ENABLE_ASYNC_NOTIF, 0, 0, 0, 0, 0, 0, 0, &res); in enable_async_notif() 1300 static bool optee_msg_api_uid_is_optee_api(optee_invoke_fn *invoke_fn) in optee_msg_api_uid_is_optee_api() argument 1304 invoke_fn(OPTEE_SMC_CALLS_UID, 0, 0, 0, 0, 0, 0, 0, &res); in optee_msg_api_uid_is_optee_api() [all …]
|
| H A D | optee_private.h | 143 optee_invoke_fn *invoke_fn; member
|
| /linux/drivers/firmware/ |
| H A D | stratix10-svc.c | 130 svc_invoke_fn *invoke_fn; member 232 void (*invoke_fn)(struct stratix10_async_ctrl *actrl, member 268 svc_invoke_fn *invoke_fn; member 350 ctrl->invoke_fn(INTEL_SIP_SMC_FPGA_CONFIG_COMPLETED_WRITE, in svc_thread_cmd_data_claim() 408 ctrl->invoke_fn(a0, a1, a2, 0, 0, 0, 0, 0, &res); in svc_thread_cmd_config_status() 729 ctrl->invoke_fn(a0, a1, a2, a3, a4, a5, a6, a7, &res); in svc_normal_to_secure_thread() 851 sh_mem->invoke_fn(INTEL_SIP_SMC_FPGA_CONFIG_GET_MEM, in svc_normal_to_secure_shm_thread() 1332 actrl->invoke_fn(actrl, &args, &res); in stratix10_svc_async_send() 1472 actrl->invoke_fn(actrl, &args, &handle->res); in stratix10_svc_async_poll() 1583 controller->invoke_fn(INTEL_SIP_SMC_SVC_VERSION, 0, 0, 0, 0, 0, 0, 0, &res); in stratix10_svc_async_init() [all …]
|