Searched refs:DP_TBFLAG_A64 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | hflags.c | 220 DP_TBFLAG_A64(flags, TBII, tbii); in rebuild_hflags_a64() 221 DP_TBFLAG_A64(flags, TBID, tbid); in rebuild_hflags_a64() 237 DP_TBFLAG_A64(flags, VL, sve_vqm1_for_el(env, el)); in rebuild_hflags_a64() 239 DP_TBFLAG_A64(flags, SVEEXC_EL, sve_el); in rebuild_hflags_a64() 245 DP_TBFLAG_A64(flags, SMEEXC_EL, sme_el); in rebuild_hflags_a64() 249 DP_TBFLAG_A64(flags, SVL, svl); in rebuild_hflags_a64() 252 DP_TBFLAG_A64(flags, VL, svl); in rebuild_hflags_a64() 256 DP_TBFLAG_A64(flags, PSTATE_SM, 1); in rebuild_hflags_a64() 257 DP_TBFLAG_A64(flags, SME_TRAP_NONSTREAMING, !sme_fa64(env, el)); in rebuild_hflags_a64() 259 DP_TBFLAG_A64(flags, PSTATE_ZA, FIELD_EX64(env->svcr, SVCR, ZA)); in rebuild_hflags_a64() [all …]
|
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 3197 #define DP_TBFLAG_A64(DST, WHICH, VAL) \ macro
|
H A D | helper.c | 12685 DP_TBFLAG_A64(flags, BTYPE, env->btype); in cpu_get_tb_cpu_state()
|