Searched refs:psci_version (Results 1 – 14 of 14) sorted by relevance
14 .globl psci_version15 psci_version: label
30 if (vcpu->kvm->arch.psci_version) in kvm_psci_version()31 return vcpu->kvm->arch.psci_version; in kvm_psci_version()
49 ENTRY(psci_version)86 ENDPROC(psci_version)87 .weak psci_version116 .word psci_version
42 .globl psci_version43 psci_version: label
28 PSCI_DEFAULT(psci_version)53 PSCI_TABLE(ARM_PSCI_0_2_FN_PSCI_VERSION, psci_version)
82 unsigned int __secure psci_version(u32 function_id) in psci_version() function
563 vcpu->kvm->arch.psci_version = val; in kvm_arm_set_fw_reg()570 vcpu->kvm->arch.psci_version = val; in kvm_arm_set_fw_reg()
473 if (armcpu->psci_version >= QEMU_PSCI_VERSION_0_2) { in fdt_add_psci_node()474 if (armcpu->psci_version < QEMU_PSCI_VERSION_1_0) { in fdt_add_psci_node()
264 __secure u32 psci_version(void) in psci_version() function
80 psci_version = <0x84000000>;
1899 cpu->psci_version = QEMU_PSCI_VERSION_0_2; in kvm_arch_init_vcpu()1942 cpu->psci_version = psciver; in kvm_arch_init_vcpu()
1538 cpu->psci_version = QEMU_PSCI_VERSION_0_1; /* By default assume PSCI v0.1 */ in arm_cpu_initfn()1543 cpu->psci_version = QEMU_PSCI_VERSION_1_1; in arm_cpu_initfn()
903 uint32_t psci_version; member
216 u32 psci_version; member