Searched refs:arm_smccc_res (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/tests/arch/arm64/arm64_smc_call/src/ |
D | main.c | 21 struct arm_smccc_res *); 31 struct arm_smccc_res res; in ZTEST()
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/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()
|