Home
last modified time | relevance | path

Searched refs:SCTLR_B (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/linux-user/arm/
H A Dcpu_loop.c534 env->cp15.sctlr_el[1] |= SCTLR_B; in target_cpu_copy_regs()
/openbmc/qemu/hw/arm/
H A Dboot.c715 env->cp15.sctlr_el[1] |= SCTLR_B; in do_cpu_reset()
/openbmc/qemu/target/arm/
H A Dcpu.h1083 * the reset_sctlr value to have SCTLR_B or SCTLR_EE set, depending on the
1324 #define SCTLR_B (1U << 7) /* up to v6; RAZ in v7 */
3023 * let linux-user ignore the fact that it conflicts with SCTLR_B.
3029 (env->cp15.sctlr_el[1] & SCTLR_B) != 0; in arm_cpu_data_is_big_endian_a32()
3133 FIELD(TBFLAG_A32, SCTLR__B, 8, 1) /* Cannot overlap with SCTLR_B */
1321 #define SCTLR_B global() macro
H A Dcpu.c2333 cpu->reset_sctlr |= SCTLR_B; in arm_cpu_realizefn()