Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dhflags.c54 if (sctlr & SCTLR_M) { in aprofile_require_alignment()
/openbmc/qemu/target/arm/
H A Dcpu.h1308 #define SCTLR_M (1U << 0) macro
H A Dptw.c302 return (regime_sctlr(env, mmu_idx) & SCTLR_M) == 0; in regime_translation_disabled()
H A Dhelper.c5464 value &= ~SCTLR_M; in sctlr_write()