Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/hvf/
H A Dhvf.c315 static ARMHostCPUFeatures arm_host_cpu_features; variable
909 if (!arm_host_cpu_features.dtb_compatible) { in hvf_arm_set_cpu_features_from_host()
911 !hvf_arm_get_host_cpu_features(&arm_host_cpu_features)) { in hvf_arm_set_cpu_features_from_host()
921 cpu->dtb_compatible = arm_host_cpu_features.dtb_compatible; in hvf_arm_set_cpu_features_from_host()
922 cpu->isar = arm_host_cpu_features.isar; in hvf_arm_set_cpu_features_from_host()
923 cpu->env.features = arm_host_cpu_features.features; in hvf_arm_set_cpu_features_from_host()
924 cpu->midr = arm_host_cpu_features.midr; in hvf_arm_set_cpu_features_from_host()
925 cpu->reset_sctlr = arm_host_cpu_features.reset_sctlr; in hvf_arm_set_cpu_features_from_host()
/openbmc/qemu/target/arm/
H A Dkvm.c62 static ARMHostCPUFeatures arm_host_cpu_features; variable
463 if (!arm_host_cpu_features.dtb_compatible) { in kvm_arm_set_cpu_features_from_host()
465 !kvm_arm_get_host_cpu_features(&arm_host_cpu_features)) { in kvm_arm_set_cpu_features_from_host()
475 cpu->kvm_target = arm_host_cpu_features.target; in kvm_arm_set_cpu_features_from_host()
476 cpu->dtb_compatible = arm_host_cpu_features.dtb_compatible; in kvm_arm_set_cpu_features_from_host()
477 cpu->isar = arm_host_cpu_features.isar; in kvm_arm_set_cpu_features_from_host()
478 env->features = arm_host_cpu_features.features; in kvm_arm_set_cpu_features_from_host()