Home
last modified time | relevance | path

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

/tools/arch/arm/include/uapi/asm/
Dkvm.h302 #define KVM_PSCI_FN(n) (KVM_PSCI_FN_BASE + (n)) macro
304 #define KVM_PSCI_FN_CPU_SUSPEND KVM_PSCI_FN(0)
305 #define KVM_PSCI_FN_CPU_OFF KVM_PSCI_FN(1)
306 #define KVM_PSCI_FN_CPU_ON KVM_PSCI_FN(2)
307 #define KVM_PSCI_FN_MIGRATE KVM_PSCI_FN(3)
/tools/arch/arm64/include/uapi/asm/
Dkvm.h405 #define KVM_PSCI_FN(n) (KVM_PSCI_FN_BASE + (n)) macro
407 #define KVM_PSCI_FN_CPU_SUSPEND KVM_PSCI_FN(0)
408 #define KVM_PSCI_FN_CPU_OFF KVM_PSCI_FN(1)
409 #define KVM_PSCI_FN_CPU_ON KVM_PSCI_FN(2)
410 #define KVM_PSCI_FN_MIGRATE KVM_PSCI_FN(3)