Searched refs:arm_smccc_res (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | arm-smccc.h | 14 struct arm_smccc_res { struct 25 typedef struct arm_smccc_res arm_smccc_res_t; argument 44 struct arm_smccc_res *res); 57 struct arm_smccc_res *res);
|
/Zephyr-latest/include/zephyr/drivers/sip_svc/ |
D | sip_svc_driver.h | 31 unsigned long arg6, struct arm_smccc_res *res); 80 typedef int (*sip_svc_plat_async_res_res_t)(const struct device *dev, struct arm_smccc_res *res, 88 struct arm_smccc_res *res); 123 unsigned long arg6, struct arm_smccc_res *res); 128 unsigned long arg6, struct arm_smccc_res *res) in z_impl_sip_supervisory_call() 239 __syscall uint32_t sip_svc_plat_get_error_code(const struct device *dev, struct arm_smccc_res *res); 241 struct arm_smccc_res *res) in z_impl_sip_svc_plat_get_error_code() 311 __syscall int sip_svc_plat_async_res_res(const struct device *dev, struct arm_smccc_res *res, 314 struct arm_smccc_res *res, char *buf, in z_impl_sip_svc_plat_async_res_res()
|
/Zephyr-latest/tests/arch/arm64/arm64_smc_call/src/ |
D | main.c | 21 struct arm_smccc_res *); 31 struct arm_smccc_res res; in ZTEST()
|
/Zephyr-latest/drivers/sip_svc/ |
D | sip_smc_intel_socfpga.c | 133 static int intel_sip_smc_plat_async_res_res(const struct device *dev, struct arm_smccc_res *res, in intel_sip_smc_plat_async_res_res() 156 struct arm_smccc_res *res) in intel_sip_smc_plat_get_error_code() 171 unsigned long arg6, struct arm_smccc_res *res) in intel_sip_secure_monitor_call()
|
/Zephyr-latest/drivers/pm_cpu_ops/ |
D | pm_cpu_ops_psci.c | 137 struct arm_smccc_res res; in __invoke_psci_fn_hvc() 148 struct arm_smccc_res res; in __invoke_psci_fn_smc()
|
/Zephyr-latest/tests/drivers/tee/optee/src/ |
D | main.c | 34 struct arm_smccc_res *res); 56 struct arm_smccc_res *res) in arm_smccc_smc() 88 struct arm_smccc_res *res) in arm_smccc_hvc() 116 struct arm_smccc_res *res) in fast_call() 132 struct arm_smccc_res *res) in fail_call() 251 struct arm_smccc_res *res) in normal_call() 388 struct arm_smccc_res *res) in cmd_alloc_free_call() 503 struct arm_smccc_res *res) in cmd_rpc_call() 646 struct arm_smccc_res *res) in cmd_shm_alloc_appl() 824 struct arm_smccc_res *res) in cmd_gettime_call() [all …]
|
/Zephyr-latest/drivers/tee/optee/ |
D | optee.c | 46 struct arm_smccc_res *res); 95 struct arm_smccc_res *res) in optee_smccc_smc() 102 struct arm_smccc_res *res) in optee_smccc_hvc() 691 struct arm_smccc_res res; in optee_call() 1157 struct arm_smccc_res res; in optee_check_uid() 1173 struct arm_smccc_res res = { 0 }; in optee_get_revision() 1188 struct arm_smccc_res res = { 0 }; in optee_exchange_caps() 1208 struct arm_smccc_res res = { 0 }; in optee_get_thread_count()
|
/Zephyr-latest/subsys/sip_svc/ |
D | sip_svc_subsys.c | 464 struct arm_smccc_res res; in sip_svc_request_handler() 563 struct arm_smccc_res res; in sip_svc_async_response_handler()
|