Home
last modified time | relevance | path

Searched refs:new_el (Results 1 – 5 of 5) sorted by relevance

/qemu/tests/unit/
H A Dtest-rcu-list.c236 struct list_element *new_el = g_new(struct list_element, 1); in rcu_q_updater() local
238 TEST_LIST_INSERT_AFTER_RCU(el, new_el, entry); in rcu_q_updater()
257 struct list_element *new_el; in rcu_qtest_init() local
262 new_el = g_new(struct list_element, 1); in rcu_qtest_init()
263 TEST_LIST_INSERT_HEAD_RCU(&Q_list_head, new_el, entry); in rcu_qtest_init()
/qemu/target/arm/tcg/
H A Dhelper-a64.c777 int new_el; in HELPER() local
804 new_el = el_from_spsr(spsr); in HELPER()
805 if (new_el == -1) { in HELPER()
808 if (new_el > cur_el || (new_el == 2 && !arm_is_el2_enabled(env))) { in HELPER()
815 if (new_el != 0 && arm_el_is_aa64(env, new_el) != return_to_aa64) { in HELPER()
820 if (new_el == 1 && (arm_hcr_el2_eff(env) & HCR_TGE)) { in HELPER()
845 helper_rebuild_hflags_a32(env, new_el); in HELPER()
848 cur_el, new_el, env->regs[15]); in HELPER()
858 aarch64_restore_sp(env, new_el); in HELPER()
859 helper_rebuild_hflags_a64(env, new_el); in HELPER()
[all …]
H A Dtranslate.c351 static void gen_rebuild_hflags(DisasContext *s, bool new_el) in gen_rebuild_hflags() argument
355 if (new_el) { in gen_rebuild_hflags()
/qemu/target/arm/
H A Dhelper.c11075 int new_el; in take_aarch32_exception() local
11092 new_el = arm_current_el(env); in take_aarch32_exception()
11117 switch (new_el) { in take_aarch32_exception()
11556 if (cur_el < new_el) { in arm_cpu_do_interrupt_aarch64()
11564 switch (new_el) { in arm_cpu_do_interrupt_aarch64()
11680 env->elr_el[new_el] = env->pc; in arm_cpu_do_interrupt_aarch64()
11712 switch (new_el) { in arm_cpu_do_interrupt_aarch64()
11751 aarch64_restore_sp(env, new_el); in arm_cpu_do_interrupt_aarch64()
11812 new_el); in arm_cpu_do_interrupt()
11848 if (arm_el_is_aa64(env, new_el)) { in arm_cpu_do_interrupt()
[all …]
H A Dcpu.h1201 int new_el, bool el0_a64);