Searched refs:arm_smccc_smc (Results 1 – 5 of 5) sorted by relevance
/xen/xen/arch/arm/ |
A D | psci.c | 52 arm_smccc_smc(psci_cpu_on_nr, cpu_logical_map(cpu), __pa(init_secondary), in call_psci_cpu_on() 65 arm_smccc_smc(PSCI_0_2_FN32_CPU_OFF, &res); in call_psci_cpu_off() 74 arm_smccc_smc(PSCI_0_2_FN32_SYSTEM_OFF, NULL); in call_psci_system_off() 80 arm_smccc_smc(PSCI_0_2_FN32_SYSTEM_RESET, NULL); in call_psci_system_reset() 90 arm_smccc_smc(PSCI_1_0_FN32_PSCI_FEATURES, psci_func_id, &res); in psci_features() 129 arm_smccc_smc(ARM_SMCCC_VERSION_FID, &res); in psci_init_smccc() 202 arm_smccc_smc(PSCI_0_2_FN32_PSCI_VERSION, &res); in psci_init_0_2()
|
/xen/xen/arch/arm/platforms/ |
A D | seattle.c | 36 arm_smccc_smc(PSCI_0_2_FN32_SYSTEM_RESET, NULL); in seattle_system_reset() 41 arm_smccc_smc(PSCI_0_2_FN32_SYSTEM_OFF, NULL); in seattle_system_off()
|
A D | exynos5.c | 252 arm_smccc_smc(SMC_CMD_CPU1BOOT, cpu, NULL); in exynos5_cpu_up()
|
/xen/xen/arch/arm/tee/ |
A D | optee.c | 180 arm_smccc_smc(ARM_SMCCC_CALL_UID_FID(TRUSTED_OS_END), &resp); in optee_probe() 189 arm_smccc_smc(OPTEE_SMC_GET_THREAD_COUNT, &resp); in optee_probe() 211 arm_smccc_smc(OPTEE_SMC_VM_DESTROYED, 0, 0, 0, 0, 0, 0, 0, &resp); in optee_probe() 1187 arm_smccc_smc(res.a0, res.a1, res.a2, res.a3, 0, 0, 0, in do_call_with_arg() 1630 arm_smccc_smc(OPTEE_SMC_EXCHANGE_CAPABILITIES, caps, 0, 0, 0, 0, 0, in handle_exchange_capabilities() 1671 arm_smccc_smc(OPTEE_SMC_CALLS_UID, 0, 0, 0, 0, 0, 0, in optee_handle_call() 1680 arm_smccc_smc(OPTEE_SMC_CALLS_REVISION, 0, 0, 0, 0, 0, 0, in optee_handle_call() 1687 arm_smccc_smc(OPTEE_SMC_CALL_GET_OS_UUID, 0, 0, 0, 0, 0, 0, in optee_handle_call() 1696 arm_smccc_smc(OPTEE_SMC_CALL_GET_OS_REVISION, 0, 0, 0, 0, 0, 0, in optee_handle_call() 1703 arm_smccc_smc(OPTEE_SMC_ENABLE_SHM_CACHE, 0, 0, 0, 0, 0, 0, in optee_handle_call() [all …]
|
/xen/xen/include/asm-arm/ |
A D | smccc.h | 219 #define arm_smccc_smc(...) arm_smccc_1_1_smc(__VA_ARGS__) macro 261 #define arm_smccc_smc(...) \ macro
|
Completed in 9 milliseconds