Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tee/optee/
Dcore.c358 static bool optee_msg_api_uid_is_optee_api(optee_invoke_fn *invoke_fn) in optee_msg_api_uid_is_optee_api() argument
362 invoke_fn(OPTEE_SMC_CALLS_UID, 0, 0, 0, 0, 0, 0, 0, &res); in optee_msg_api_uid_is_optee_api()
370 static void optee_msg_get_os_revision(optee_invoke_fn *invoke_fn) in optee_msg_get_os_revision() argument
381 invoke_fn(OPTEE_SMC_CALL_GET_OS_REVISION, 0, 0, 0, 0, 0, 0, 0, in optee_msg_get_os_revision()
391 static bool optee_msg_api_revision_is_compatible(optee_invoke_fn *invoke_fn) in optee_msg_api_revision_is_compatible() argument
398 invoke_fn(OPTEE_SMC_CALLS_REVISION, 0, 0, 0, 0, 0, 0, 0, &res.smccc); in optee_msg_api_revision_is_compatible()
406 static bool optee_msg_exchange_capabilities(optee_invoke_fn *invoke_fn, in optee_msg_exchange_capabilities() argument
423 invoke_fn(OPTEE_SMC_EXCHANGE_CAPABILITIES, a1, 0, 0, 0, 0, 0, 0, in optee_msg_exchange_capabilities()
461 optee_config_shm_memremap(optee_invoke_fn *invoke_fn, void **memremaped_shm) in optee_config_shm_memremap() argument
478 invoke_fn(OPTEE_SMC_GET_SHM_CONFIG, 0, 0, 0, 0, 0, 0, 0, &res.smccc); in optee_config_shm_memremap()
[all …]
Dcall.c141 optee->invoke_fn(param.a0, param.a1, param.a2, param.a3, in optee_do_call_with_arg()
406 optee->invoke_fn(OPTEE_SMC_ENABLE_SHM_CACHE, 0, 0, 0, 0, 0, 0, in optee_enable_shm_cache()
434 optee->invoke_fn(OPTEE_SMC_DISABLE_SHM_CACHE, 0, 0, 0, 0, 0, 0, in __optee_disable_shm_cache()
Doptee_private.h90 optee_invoke_fn *invoke_fn; member
/kernel/linux/linux-5.10/drivers/firmware/
Dstratix10-svc.c76 svc_invoke_fn *invoke_fn; member
145 svc_invoke_fn *invoke_fn; member
209 ctrl->invoke_fn(INTEL_SIP_SMC_FPGA_CONFIG_COMPLETED_WRITE, in svc_thread_cmd_data_claim()
259 ctrl->invoke_fn(INTEL_SIP_SMC_FPGA_CONFIG_ISDONE, in svc_thread_cmd_config_status()
433 ctrl->invoke_fn(a0, a1, a2, 0, 0, 0, 0, 0, &res); in svc_normal_to_secure_thread()
534 sh_mem->invoke_fn(INTEL_SIP_SMC_FPGA_CONFIG_GET_MEM, in svc_normal_to_secure_shm_thread()
973 svc_invoke_fn *invoke_fn; in stratix10_svc_drv_probe() local
978 invoke_fn = get_invoke_func(dev); in stratix10_svc_drv_probe()
979 if (IS_ERR(invoke_fn)) in stratix10_svc_drv_probe()
986 sh_memory->invoke_fn = invoke_fn; in stratix10_svc_drv_probe()
[all …]
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0033_linux_drivers_soc_scsi_spi_tee_thermal.patch4396 optee->invoke_fn = invoke_fn;