Searched refs:DP_TBFLAG_A32 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | hflags.c | 87 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 D | cpu.h | 3199 #define DP_TBFLAG_A32(DST, WHICH, VAL) \ macro
|
H A D | helper.c | 12723 DP_TBFLAG_A32(flags, XSCALE_CPAR, env->cp15.c15_cpar); in cpu_get_tb_cpu_state() 12725 DP_TBFLAG_A32(flags, VECLEN, env->vfp.vec_len); in cpu_get_tb_cpu_state() 12726 DP_TBFLAG_A32(flags, VECSTRIDE, env->vfp.vec_stride); in cpu_get_tb_cpu_state() 12729 DP_TBFLAG_A32(flags, VFPEN, 1); in cpu_get_tb_cpu_state()
|