Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dop_helper.c921 if ((env->cp15.sctlr_el[target_el] & SCTLR_TIDCP) in HELPER()
/qemu/target/arm/
H A Dcpu.c264 env->cp15.sctlr_el[1] |= SCTLR_TIDCP; in arm_cpu_reset_hold()
H A Dcpu.h1383 #define SCTLR_TIDCP (1ULL << 63) /* FEAT_TIDCP1 */ macro