Home
last modified time | relevance | path

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

/qemu/linux-user/arm/
H A Dcpu_loop.c534 env->cp15.sctlr_el[1] |= SCTLR_B; in target_cpu_copy_regs()
/qemu/hw/arm/
H A Dboot.c715 env->cp15.sctlr_el[1] |= SCTLR_B; in do_cpu_reset()
/qemu/target/arm/
H A Dcpu.h1312 #define SCTLR_B (1U << 7) /* up to v6; RAZ in v7 */ macro
2956 (env->cp15.sctlr_el[1] & SCTLR_B) != 0; in arm_sctlr_b()
H A Dcpu.c2320 cpu->reset_sctlr |= SCTLR_B; in arm_cpu_realizefn()