Home
last modified time | relevance | path

Searched refs:invoke_fn (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/tee/optee/
H A Dsmc_abi.c291 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()
972 static u32 get_async_notif_value(optee_invoke_fn *invoke_fn, bool *value_valid, in get_async_notif_value() argument
977 invoke_fn(OPTEE_SMC_GET_ASYNC_NOTIF_VALUE, 0, 0, 0, 0, 0, 0, 0, &res); in get_async_notif_value()
996 value = get_async_notif_value(optee->smc.invoke_fn, in irq_handler()
1221 static int enable_async_notif(optee_invoke_fn *invoke_fn) in enable_async_notif() argument
1225 invoke_fn(OPTEE_SMC_ENABLE_ASYNC_NOTIF, 0, 0, 0, 0, 0, 0, 0, &res); in enable_async_notif()
1232 static bool optee_msg_api_uid_is_optee_api(optee_invoke_fn *invoke_fn) in optee_msg_api_uid_is_optee_api() argument
1236 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 Doptee_private.h143 optee_invoke_fn *invoke_fn; member
/linux/drivers/firmware/
H A Dstratix10-svc.c79 svc_invoke_fn *invoke_fn; member
152 svc_invoke_fn *invoke_fn; member
216 ctrl->invoke_fn(INTEL_SIP_SMC_FPGA_CONFIG_COMPLETED_WRITE, in svc_thread_cmd_data_claim()
274 ctrl->invoke_fn(a0, a1, a2, 0, 0, 0, 0, 0, &res); in svc_thread_cmd_config_status()
566 ctrl->invoke_fn(a0, a1, a2, a3, a4, a5, a6, a7, &res); in svc_normal_to_secure_thread()
685 sh_mem->invoke_fn(INTEL_SIP_SMC_FPGA_CONFIG_GET_MEM, in svc_normal_to_secure_shm_thread()
1135 svc_invoke_fn *invoke_fn; in stratix10_svc_drv_probe() local
1140 invoke_fn = get_invoke_func(dev); in stratix10_svc_drv_probe()
1141 if (IS_ERR(invoke_fn)) in stratix10_svc_drv_probe()
1148 sh_memory->invoke_fn = invoke_fn; in stratix10_svc_drv_probe()
[all …]