Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/include/uapi/asm/
Dkvm.h205 #define KVM_PSCI_FN(n) (KVM_PSCI_FN_BASE + (n)) macro
207 #define KVM_PSCI_FN_CPU_SUSPEND KVM_PSCI_FN(0)
208 #define KVM_PSCI_FN_CPU_OFF KVM_PSCI_FN(1)
209 #define KVM_PSCI_FN_CPU_ON KVM_PSCI_FN(2)
210 #define KVM_PSCI_FN_MIGRATE KVM_PSCI_FN(3)
/linux-4.1.27/arch/arm/include/uapi/asm/
Dkvm.h212 #define KVM_PSCI_FN(n) (KVM_PSCI_FN_BASE + (n)) macro
214 #define KVM_PSCI_FN_CPU_SUSPEND KVM_PSCI_FN(0)
215 #define KVM_PSCI_FN_CPU_OFF KVM_PSCI_FN(1)
216 #define KVM_PSCI_FN_CPU_ON KVM_PSCI_FN(2)
217 #define KVM_PSCI_FN_MIGRATE KVM_PSCI_FN(3)