Searched refs:function_id (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.6.0/drivers/pm_cpu_ops/ |
D | pm_cpu_ops_psci.c | 99 static int psci_features_check(unsigned long function_id) in psci_features_check() argument 103 LOG_ERR("Function ID %lu not supported", function_id); in psci_features_check() 107 return psci_data.invoke_psci_fn(PSCI_FN_NATIVE(1_0, PSCI_FEATURES), function_id, 0, 0); in psci_features_check() 132 static unsigned long __invoke_psci_fn_hvc(unsigned long function_id, in __invoke_psci_fn_hvc() argument 139 arm_smccc_hvc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_psci_fn_hvc() 143 static unsigned long __invoke_psci_fn_smc(unsigned long function_id, in __invoke_psci_fn_smc() argument 150 arm_smccc_smc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_psci_fn_smc()
|
/Zephyr-Core-3.6.0/drivers/sip_svc/ |
D | sip_smc_intel_socfpga.c | 167 static void intel_sip_secure_monitor_call(const struct device *dev, unsigned long function_id, in intel_sip_secure_monitor_call() argument 178 LOG_DBG("\tfunction_id %08lx", function_id); in intel_sip_secure_monitor_call() 188 arm_smccc_smc(function_id, arg0, arg1, arg2, arg3, arg4, arg5, arg6, res); in intel_sip_secure_monitor_call() 191 LOG_INF("Time taken for %08lx is %08lld ns", function_id, in intel_sip_secure_monitor_call()
|
/Zephyr-Core-3.6.0/include/zephyr/drivers/sip_svc/ |
D | sip_svc_driver.h | 28 typedef void (*sip_supervisory_call_t)(const struct device *dev, unsigned long function_id, 120 __syscall void sip_supervisory_call(const struct device *dev, unsigned long function_id, 124 static inline void z_impl_sip_supervisory_call(const struct device *dev, unsigned long function_id, in z_impl_sip_supervisory_call() argument 136 api->sip_supervisory_call(dev, function_id, arg0, arg1, arg2, arg3, arg4, arg5, arg6, res); in z_impl_sip_supervisory_call()
|