Home
last modified time | relevance | path

Searched refs:SCTLR_TSCXT (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/arm/
H A Dcpu.h1348 #define SCTLR_TSCXT (1U << 20) /* FEAT_CSV2_1p2, AArch64 only */ macro
H A Dcpu.c323 env->cp15.sctlr_el[1] |= SCTLR_TSCXT; in arm_cpu_reset_hold()
H A Dhelper.c8362 if (env->cp15.sctlr_el[1] & SCTLR_TSCXT) { in access_scxtnum()
8368 } else if (el < 2 && (env->cp15.sctlr_el[2] & SCTLR_TSCXT)) { in access_scxtnum()