Home
last modified time | relevance | path

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

/external/qemu/target-arm/
Dkvm-consts.h40 #define PSCI_FN(n) (PSCI_FN_BASE + (n)) macro
41 #define PSCI_FN_CPU_SUSPEND PSCI_FN(0)
42 #define PSCI_FN_CPU_OFF PSCI_FN(1)
43 #define PSCI_FN_CPU_ON PSCI_FN(2)
44 #define PSCI_FN_MIGRATE PSCI_FN(3)