Home
last modified time | relevance | path

Searched refs:psci_version (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/arm64/
H A Dpsci_test.c240 uint64_t psci_version = 0; in host_test_system_off2() local
247 psci_version = vcpu_get_reg(target, KVM_REG_ARM_PSCI_VERSION); in host_test_system_off2()
249 TEST_ASSERT(psci_version >= PSCI_VERSION(1, 3), in host_test_system_off2()
251 PSCI_VERSION_MAJOR(psci_version), in host_test_system_off2()
252 PSCI_VERSION_MINOR(psci_version)); in host_test_system_off2()
/linux-6.15/include/kvm/
H A Darm_psci.h32 if (vcpu->kvm->arch.psci_version) in kvm_psci_version()
33 return vcpu->kvm->arch.psci_version; in kvm_psci_version()
/linux-6.15/arch/arm64/kvm/
H A Dhypercalls.c585 vcpu->kvm->arch.psci_version = val; in kvm_arm_set_fw_reg()
594 vcpu->kvm->arch.psci_version = val; in kvm_arm_set_fw_reg()
/linux-6.15/arch/arm/boot/dts/axis/
H A Dartpec6.dtsi80 psci_version = <0x84000000>;
/linux-6.15/arch/arm64/include/asm/
H A Dkvm_host.h313 u32 psci_version; member