Home
last modified time | relevance | path

Searched defs:mte (Results 1 – 3 of 3) sorted by relevance

/qemu/target/arm/tcg/
H A Dtranslate-sme.c219 bool mte = s->mte_active[0]; in trans_LDST1() local
H A Dtranslate-sve.c5573 bool mte = s->mte_active[0]; in trans_LD1_zprz() local
5602 bool mte = s->mte_active[0]; in trans_LD1_zpiz() local
5637 bool mte = s->mte_active[0]; in trans_LDNT1_zprz() local
5761 bool mte = s->mte_active[0]; in trans_ST1_zprz() local
5792 bool mte = s->mte_active[0]; in trans_ST1_zpiz() local
5827 bool mte = s->mte_active[0]; in trans_STNT1_zprz() local
/qemu/include/hw/arm/
H A Dvirt.h150 bool mte; member