Searched refs:function_id (Results 1 – 2 of 2) sorted by relevance
| /drivers/pm_cpu_ops/ |
| A 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()
|
| /drivers/sip_svc/ |
| A 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()
|
Completed in 11 milliseconds