Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dhflags.c87 DP_TBFLAG_A32(flags, SCTLR__B, 1); in rebuild_hflags_common_32()
92 DP_TBFLAG_A32(flags, NS, !access_secure_reg(env)); in rebuild_hflags_common_32()
168 DP_TBFLAG_A32(flags, VFPEN, 1); in rebuild_hflags_a32()
173 DP_TBFLAG_A32(flags, HSTR_ACTIVE, 1); in rebuild_hflags_a32()
198 DP_TBFLAG_A32(flags, SME_TRAP_NONSTREAMING, 1); in rebuild_hflags_a32()
/openbmc/qemu/target/arm/
H A Dcpu.h3207 #define DP_TBFLAG_A32(DST, WHICH, VAL) \ macro
H A Dhelper.c12942 DP_TBFLAG_A32(flags, XSCALE_CPAR, env->cp15.c15_cpar); in cpu_get_tb_cpu_state()
12944 DP_TBFLAG_A32(flags, VECLEN, env->vfp.vec_len); in cpu_get_tb_cpu_state()
12945 DP_TBFLAG_A32(flags, VECSTRIDE, env->vfp.vec_stride); in cpu_get_tb_cpu_state()
12948 DP_TBFLAG_A32(flags, VFPEN, 1); in cpu_get_tb_cpu_state()