Searched refs:SCTLR_EE (Results 1 – 9 of 9) sorted by relevance
162 env->cp15.sctlr_el[i] |= SCTLR_EE; in target_cpu_copy_regs()
706 env->cp15.sctlr_el[i] &= ~SCTLR_EE; in do_cpu_reset()713 env->cp15.sctlr_el[i] |= SCTLR_EE; in do_cpu_reset()
436 info->d_endian = (env->cp15.sctlr_el[1] & SCTLR_EE) != 0 in cpu_get_dump_info()
513 return sctlr & (el ? SCTLR_EE : SCTLR_E0E); in arm_cpu_data_is_big_endian_a64()
1385 #define SCTLR_EE (1U << 25) macro
2311 cpu->reset_sctlr |= SCTLR_EE; in arm_cpu_realizefn()
208 return (regime_sctlr(env, mmu_idx) & SCTLR_EE) != 0; in regime_translation_big_endian()
8380 if (env->cp15.sctlr_el[new_el] & SCTLR_EE) { in take_aarch32_exception()
396 if (env->cp15.sctlr_el[2] & SCTLR_EE) { in rebuild_hflags_a64()