Home
last modified time | relevance | path

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

/qemu/target/arm/
H A Dcpu.h1324 #define SCTLR_DZE (1U << 14) /* v8 onward, AArch64 only */ macro
H A Dcpu.c256 env->cp15.sctlr_el[1] |= SCTLR_UCT | SCTLR_UCI | SCTLR_DZE; in arm_cpu_reset_hold()
H A Dhelper.c5391 if (!(env->cp15.sctlr_el[2] & SCTLR_DZE)) { in aa64_zva_access()
5395 if (!(env->cp15.sctlr_el[1] & SCTLR_DZE)) { in aa64_zva_access()