Searched refs:PSCI_TABLE (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/ |
| H A D | psci.S | 22 #define PSCI_TABLE(__id, __fn) \ macro 50 PSCI_TABLE(ARM_PSCI_FN_CPU_SUSPEND, psci_cpu_suspend) 51 PSCI_TABLE(ARM_PSCI_FN_CPU_OFF, psci_cpu_off) 52 PSCI_TABLE(ARM_PSCI_FN_CPU_ON, psci_cpu_on) 53 PSCI_TABLE(ARM_PSCI_FN_MIGRATE, psci_migrate) 54 PSCI_TABLE(ARM_PSCI_0_2_FN_PSCI_VERSION, psci_version) 55 PSCI_TABLE(ARM_PSCI_0_2_FN_CPU_SUSPEND, psci_cpu_suspend) 56 PSCI_TABLE(ARM_PSCI_0_2_FN_CPU_OFF, psci_cpu_off) 57 PSCI_TABLE(ARM_PSCI_0_2_FN_CPU_ON, psci_cpu_on) 58 PSCI_TABLE(ARM_PSCI_0_2_FN_AFFINITY_INFO, psci_affinity_info) [all …]
|