Home
last modified time | relevance | path

Searched defs:new_el (Results 1 – 4 of 4) sorted by relevance

/openbmc/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
257 struct list_element *new_el; in rcu_qtest_init() local
/openbmc/qemu/target/arm/
H A Dhelper.c8358 int new_el; in take_aarch32_exception() local
8834 unsigned int new_el = env->exception.target_el; in arm_cpu_do_interrupt_aarch64() local
9099 unsigned int new_el = env->exception.target_el; in arm_cpu_do_interrupt() local
9696 int new_el, bool el0_a64) in aarch64_sve_change_el()
/openbmc/qemu/target/arm/tcg/
H A Dhelper-a64.c643 int new_el; in HELPER() local
H A Dtranslate.c355 static void gen_rebuild_hflags(DisasContext *s, bool new_el) in gen_rebuild_hflags()