Home
last modified time | relevance | path

Searched refs:PSCI_TABLE (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/arch/arm/cpu/armv8/
Dpsci.S21 #define PSCI_TABLE(__id, __fn) \ macro
49 PSCI_TABLE(ARM_PSCI_FN_CPU_SUSPEND, psci_cpu_suspend)
50 PSCI_TABLE(ARM_PSCI_FN_CPU_OFF, psci_cpu_off)
51 PSCI_TABLE(ARM_PSCI_FN_CPU_ON, psci_cpu_on)
52 PSCI_TABLE(ARM_PSCI_FN_MIGRATE, psci_migrate)
53 PSCI_TABLE(ARM_PSCI_0_2_FN_PSCI_VERSION, psci_version)
54 PSCI_TABLE(ARM_PSCI_0_2_FN_CPU_SUSPEND, psci_cpu_suspend)
55 PSCI_TABLE(ARM_PSCI_0_2_FN_CPU_OFF, psci_cpu_off)
56 PSCI_TABLE(ARM_PSCI_0_2_FN_CPU_ON, psci_cpu_on)
57 PSCI_TABLE(ARM_PSCI_0_2_FN_AFFINITY_INFO, psci_affinity_info)
[all …]