Lines Matching +full:psci +full:- +full:1
8 * KVM headers. If CONFIG_KVM is set, we do a compile-time check
12 * See the COPYING file in the top-level directory.
20 #include <linux/psci.h>
46 #define QEMU_PSCI_0_1_FN_CPU_OFF QEMU_PSCI_0_1_FN(1)
64 #define QEMU_PSCI_0_2_FN_CPU_SUSPEND QEMU_PSCI_0_2_FN(1)
74 #define QEMU_PSCI_0_2_FN64_CPU_SUSPEND QEMU_PSCI_0_2_FN64(1)
91 /* PSCI v0.2 return values used by TCG emulation of PSCI */
104 MISMATCH_CHECK(QEMU_PSCI_VERSION_1_1, PSCI_VERSION(1, 1));
106 /* PSCI return values (inclusive of all PSCI versions) */
108 #define QEMU_PSCI_RET_NOT_SUPPORTED -1
109 #define QEMU_PSCI_RET_INVALID_PARAMS -2
110 #define QEMU_PSCI_RET_DENIED -3
111 #define QEMU_PSCI_RET_ALREADY_ON -4
112 #define QEMU_PSCI_RET_ON_PENDING -5
113 #define QEMU_PSCI_RET_INTERNAL_FAILURE -6
114 #define QEMU_PSCI_RET_NOT_PRESENT -7
115 #define QEMU_PSCI_RET_DISABLED -8
132 #define QEMU_KVM_ARM_TARGET_FOUNDATION_V8 1