Searched refs:has_el3 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/cpu/ |
H A D | a15mpcore.c | 57 bool has_el3; in a15mp_priv_realize() local 70 has_el3 = object_property_find(cpuobj, "has_el3") && in a15mp_priv_realize() 72 qdev_prop_set_bit(gicdev, "has-security-extensions", has_el3); in a15mp_priv_realize()
|
H A D | a9mpcore.c | 55 bool has_el3; in a9mp_priv_realize() local 84 has_el3 = object_property_find(cpuobj, "has_el3") && in a9mp_priv_realize() 86 qdev_prop_set_bit(gicdev, "has-security-extensions", has_el3); in a9mp_priv_realize()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.c | 1565 DEFINE_PROP_BOOL("has_el3", ARMCPU, has_el3, true); 2054 if (cpu->has_el3) { in arm_cpu_realizefn() 2333 if (!arm_feature(env, ARM_FEATURE_M) && !cpu->has_el3) { in arm_cpu_realizefn() 2545 bool has_secure = cpu->has_el3 || arm_feature(env, ARM_FEATURE_M_SECURITY); in arm_cpu_realizefn()
|
H A D | kvm.c | 422 bool has_el3 = in kvm_arm_get_host_cpu_features() local 430 dbgdidr = FIELD_DP32(dbgdidr, DBGDIDR, NSUHD_IMP, has_el3); in kvm_arm_get_host_cpu_features() 431 dbgdidr = FIELD_DP32(dbgdidr, DBGDIDR, SE_IMP, has_el3); in kvm_arm_get_host_cpu_features()
|
H A D | cpu.h | 911 bool has_el3; member
|