Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv8/
H A 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)
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)
58 PSCI_TABLE(ARM_PSCI_0_2_FN_MIGRATE, psci_migrate)
71 PSCI_TABLE(0, 0)
88 PSCI_TABLE(ARM_PSCI_0_2_FN64_CPU_ON, psci_cpu_on_64)
[all …]