Home
last modified time | relevance | path

Searched refs:pstate_sm (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate.h134 bool pstate_sm;
130 bool pstate_sm; global() member
H A Dtranslate-a64.c1249 if (s->pstate_sm || !dc_isar_feature(aa64_sve, s)) { in sve_access_check()
1307 if (FIELD_EX64(req, SVCR, SM) && !s->pstate_sm) { in sme_enabled_check_with_svcr()
2184 int old = s->pstate_sm | (s->pstate_za << 1); in trans_MSR_i_SVCR()
11716 dc->pstate_sm = EX_TBFLAG_A64(tb_flags, PSTATE_SM); in aarch64_tr_init_disas_context()