Home
last modified time | relevance | path

Searched refs:has_el2 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/cpu/
H A Da15mpcore.c58 bool has_el2 = false; in a15mp_priv_realize() local
74 has_el2 = object_property_find(cpuobj, "has_el2") && in a15mp_priv_realize()
76 qdev_prop_set_bit(gicdev, "has-virtualization-extensions", has_el2); in a15mp_priv_realize()
111 if (has_el2) { in a15mp_priv_realize()
133 if (has_el2) { in a15mp_priv_realize()
/openbmc/qemu/target/arm/
H A Dcpu.c1553 DEFINE_PROP_BOOL("has_el2", ARMCPU, has_el2, true);
2344 if (!cpu->has_el2) { in arm_cpu_realizefn()
H A Dhelper.c2535 bool has_el2 = arm_is_el2_enabled(env); in gt_counter_access() local
2553 if (has_el2 && timeridx == GTIMER_PHYS && in gt_counter_access()
2559 if (has_el2 && timeridx == GTIMER_VIRT) { in gt_counter_access()
2573 bool has_el2 = arm_is_el2_enabled(env); in gt_timer_access() local
2594 if (has_el2 && timeridx == GTIMER_PHYS) { in gt_timer_access()
2607 if (has_el2 && timeridx == GTIMER_VIRT) { in gt_timer_access()
H A Dcpu.h909 bool has_el2; member