Searched refs:new_el (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-rcu-list.c | 236 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()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | helper-a64.c | 777 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 D | translate.c | 354 static void gen_rebuild_hflags(DisasContext *s, bool new_el) in gen_rebuild_hflags() argument 358 if (new_el) { in gen_rebuild_hflags()
|
/openbmc/qemu/target/arm/ |
H A D | helper.c | 11093 int new_el; in take_aarch32_exception() local 11110 new_el = arm_current_el(env); in take_aarch32_exception() 11114 if (env->cp15.sctlr_el[new_el] & SCTLR_EE) { in take_aarch32_exception() 11122 if (env->cp15.sctlr_el[new_el] & SCTLR_DSSBS_32) { in take_aarch32_exception() 11135 switch (new_el) { in take_aarch32_exception() 11146 if (!(env->cp15.sctlr_el[new_el] & SCTLR_SPAN)) { in take_aarch32_exception() 11559 unsigned int new_el = env->exception.target_el; in arm_cpu_do_interrupt_aarch64() local 11560 target_ulong addr = env->cp15.vbar_el[new_el]; in arm_cpu_do_interrupt_aarch64() 11561 unsigned int new_mode = aarch64_pstate_mode(new_el, true); in arm_cpu_do_interrupt_aarch64() 11571 aarch64_sve_change_el(env, cur_el, new_el, is_a64(env)); in arm_cpu_do_interrupt_aarch64() [all …]
|
H A D | cpu.h | 1210 int new_el, bool el0_a64);
|
/openbmc/linux/fs/ocfs2/ |
H A D | alloc.c | 4358 struct ocfs2_extent_list *new_el; in ocfs2_figure_merge_contig_type() local 4384 new_el = path_leaf_el(left_path); in ocfs2_figure_merge_contig_type() 4386 if (le16_to_cpu(new_el->l_next_free_rec) != in ocfs2_figure_merge_contig_type() 4387 le16_to_cpu(new_el->l_count)) { in ocfs2_figure_merge_contig_type() 4393 le16_to_cpu(new_el->l_next_free_rec), in ocfs2_figure_merge_contig_type() 4394 le16_to_cpu(new_el->l_count)); in ocfs2_figure_merge_contig_type() 4397 rec = &new_el->l_recs[ in ocfs2_figure_merge_contig_type() 4398 le16_to_cpu(new_el->l_next_free_rec) - 1]; in ocfs2_figure_merge_contig_type() 4438 new_el = path_leaf_el(right_path); in ocfs2_figure_merge_contig_type() 4439 rec = &new_el->l_recs[0]; in ocfs2_figure_merge_contig_type() [all …]
|