Searched refs:invoke_fn (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/tee/optee/ |
D | smc_abi.c | 270 optee->smc.invoke_fn(OPTEE_SMC_ENABLE_SHM_CACHE, in optee_enable_shm_cache() 298 optee->smc.invoke_fn(OPTEE_SMC_DISABLE_SHM_CACHE, in __optee_disable_shm_cache() 914 optee->smc.invoke_fn(param.a0, param.a1, param.a2, param.a3, in optee_smc_do_call_with_arg() 980 static u32 get_async_notif_value(optee_invoke_fn *invoke_fn, bool *value_valid, in get_async_notif_value() argument 985 invoke_fn(OPTEE_SMC_GET_ASYNC_NOTIF_VALUE, 0, 0, 0, 0, 0, 0, 0, &res); in get_async_notif_value() 1003 value = get_async_notif_value(optee->smc.invoke_fn, in notif_irq_handler() 1129 static int enable_async_notif(optee_invoke_fn *invoke_fn) in enable_async_notif() argument 1133 invoke_fn(OPTEE_SMC_ENABLE_ASYNC_NOTIF, 0, 0, 0, 0, 0, 0, 0, &res); in enable_async_notif() 1140 static bool optee_msg_api_uid_is_optee_api(optee_invoke_fn *invoke_fn) in optee_msg_api_uid_is_optee_api() argument 1144 invoke_fn(OPTEE_SMC_CALLS_UID, 0, 0, 0, 0, 0, 0, 0, &res); in optee_msg_api_uid_is_optee_api() [all …]
|
D | optee_private.h | 98 optee_invoke_fn *invoke_fn; member
|
/linux-6.1.9/drivers/firmware/ |
D | stratix10-svc.c | 78 svc_invoke_fn *invoke_fn; member 151 svc_invoke_fn *invoke_fn; member 215 ctrl->invoke_fn(INTEL_SIP_SMC_FPGA_CONFIG_COMPLETED_WRITE, in svc_thread_cmd_data_claim() 273 ctrl->invoke_fn(a0, a1, a2, 0, 0, 0, 0, 0, &res); in svc_thread_cmd_config_status() 549 ctrl->invoke_fn(a0, a1, a2, a3, a4, a5, a6, a7, &res); in svc_normal_to_secure_thread() 667 sh_mem->invoke_fn(INTEL_SIP_SMC_FPGA_CONFIG_GET_MEM, in svc_normal_to_secure_shm_thread() 1117 svc_invoke_fn *invoke_fn; in stratix10_svc_drv_probe() local 1122 invoke_fn = get_invoke_func(dev); in stratix10_svc_drv_probe() 1123 if (IS_ERR(invoke_fn)) in stratix10_svc_drv_probe() 1130 sh_memory->invoke_fn = invoke_fn; in stratix10_svc_drv_probe() [all …]
|