Lines Matching full:psci
42 * in section 5.4.1 of PSCI v0.2 specification (ARM DEN 0022A). in kvm_psci_vcpu_suspend()
45 * stand-by request as-per section 5.4.2 clause 3 of PSCI v0.2 in kvm_psci_vcpu_suspend()
99 * NOTE: We always update r0 (or x0) because for PSCI v0.1 in kvm_psci_vcpu_on()
172 * actual request is made. Since we are implementing PSCI and a in kvm_prepare_system_event()
173 * caller of PSCI reboot and shutdown expects that the system shuts in kvm_prepare_system_event()
232 * Prevent 32 bit guests from calling 64 bit PSCI functions. in kvm_psci_check_allowed_function()
290 * VCPU should see internal failure from PSCI return in kvm_psci_0_2_call()
292 * PSCI return value INTERNAL_FAILURE. in kvm_psci_0_2_call()
301 * with PSCI return value INTERNAL_FAILURE. in kvm_psci_0_2_call()
426 * kvm_psci_call - handle PSCI call if r0 value is in range
429 * Handle PSCI calls from guests through traps from HVC instructions.
437 * -EINVAL: Unrecognized PSCI function
461 WARN_ONCE(1, "Unknown PSCI version %d", version); in kvm_psci_call()