Home
last modified time | relevance | path

Searched refs:mte_active (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sme.c211 bool mte = s->mte_active[0]; in trans_LDST1()
H A Dtranslate-sve.c4452 if (s->mte_active[0]) { in make_svemte_desc()
4470 if (!s->mte_active[0]) { in do_mem_zpa()
4867 if (!s->mte_active[0]) { in do_ldrq()
4951 if (!s->mte_active[0]) { in do_ldro()
5195 fn = fn_single[s->mte_active[0]][be][msz][esz]; in do_st_zpa()
5595 bool mte = s->mte_active[0]; in trans_LD1_zprz()
5624 bool mte = s->mte_active[0]; in trans_LD1_zpiz()
5659 bool mte = s->mte_active[0]; in trans_LDNT1_zprz()
5783 bool mte = s->mte_active[0]; in trans_ST1_zprz()
5814 bool mte = s->mte_active[0]; in trans_ST1_zpiz()
[all …]
H A Dtranslate.h120 bool mte_active[2]; member
H A Dtranslate-a64.c289 if (tag_checked && s->mte_active[is_unpriv]) { in gen_mte_check1_mmuidx()
321 if (tag_checked && s->mte_active[0]) { in gen_mte_checkN()
2215 if (s->mte_active[0]) { in handle_sys()
3965 if (is_setg ? s->ata[a->unpriv] : s->mte_active[a->unpriv]) { in do_SET()
4021 if (s->mte_active[runpriv]) { in do_CPY()
4025 if (s->mte_active[wunpriv]) { in do_CPY()
13993 dc->mte_active[0] = EX_TBFLAG_A64(tb_flags, MTE_ACTIVE); in aarch64_tr_init_disas_context()
13994 dc->mte_active[1] = EX_TBFLAG_A64(tb_flags, MTE0_ACTIVE); in aarch64_tr_init_disas_context()