Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dkvm.c64 static ARMHostCPUFeatures arm_host_cpu_features; variable
480 if (!arm_host_cpu_features.dtb_compatible) { in kvm_arm_set_cpu_features_from_host()
482 !kvm_arm_get_host_cpu_features(&arm_host_cpu_features)) { in kvm_arm_set_cpu_features_from_host()
492 cpu->kvm_target = arm_host_cpu_features.target; in kvm_arm_set_cpu_features_from_host()
493 cpu->dtb_compatible = arm_host_cpu_features.dtb_compatible; in kvm_arm_set_cpu_features_from_host()
494 cpu->isar = arm_host_cpu_features.isar; in kvm_arm_set_cpu_features_from_host()
495 env->features = arm_host_cpu_features.features; in kvm_arm_set_cpu_features_from_host()
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c318 static ARMHostCPUFeatures arm_host_cpu_features; variable
948 if (!arm_host_cpu_features.dtb_compatible) { in hvf_arm_set_cpu_features_from_host()
950 !hvf_arm_get_host_cpu_features(&arm_host_cpu_features)) { in hvf_arm_set_cpu_features_from_host()
960 cpu->dtb_compatible = arm_host_cpu_features.dtb_compatible; in hvf_arm_set_cpu_features_from_host()
961 cpu->isar = arm_host_cpu_features.isar; in hvf_arm_set_cpu_features_from_host()
962 cpu->env.features = arm_host_cpu_features.features; in hvf_arm_set_cpu_features_from_host()
963 cpu->midr = arm_host_cpu_features.midr; in hvf_arm_set_cpu_features_from_host()
964 cpu->reset_sctlr = arm_host_cpu_features.reset_sctlr; in hvf_arm_set_cpu_features_from_host()