Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/kvm/
Dpsci.c87 return PSCI_RET_INVALID_PARAMS; in kvm_psci_vcpu_on()
92 return PSCI_RET_INVALID_PARAMS; in kvm_psci_vcpu_on()
141 return PSCI_RET_INVALID_PARAMS; in kvm_psci_vcpu_affinity_info()
/linux-4.1.27/include/uapi/linux/
Dpsci.h82 #define PSCI_RET_INVALID_PARAMS -2 macro
/linux-4.1.27/arch/arm64/include/uapi/asm/
Dkvm.h214 #define KVM_PSCI_RET_INVAL PSCI_RET_INVALID_PARAMS
/linux-4.1.27/arch/arm/include/uapi/asm/
Dkvm.h221 #define KVM_PSCI_RET_INVAL PSCI_RET_INVALID_PARAMS
/linux-4.1.27/arch/arm/kernel/
Dpsci.c56 case PSCI_RET_INVALID_PARAMS: in psci_to_linux_errno()
/linux-4.1.27/arch/arm64/kernel/
Dpsci.c86 case PSCI_RET_INVALID_PARAMS: in psci_to_linux_errno()