Searched refs:has_el2 (Results 1 – 4 of 4) sorted by relevance
58 bool has_el2 = false; in a15mp_priv_realize() local74 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()
1553 DEFINE_PROP_BOOL("has_el2", ARMCPU, has_el2, true);2344 if (!cpu->has_el2) { in arm_cpu_realizefn()
2535 bool has_el2 = arm_is_el2_enabled(env); in gt_counter_access() local2553 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() local2594 if (has_el2 && timeridx == GTIMER_PHYS) { in gt_timer_access()2607 if (has_el2 && timeridx == GTIMER_VIRT) { in gt_timer_access()
909 bool has_el2; member