aboutsummaryrefslogtreecommitdiff
path: root/target/arm/mte_helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-20target/arm: Fix reported EL for mte_check_failRichard Henderson1-7/+3
2020-10-20target/arm: Remove redundant mmu_idx lookupRichard Henderson1-2/+1
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-3/+3
2020-08-28target/arm: Fill in the WnR syndrome bit in mte_check_failRichard Henderson1-4/+5
2020-08-28target/arm: Pass the entire mte descriptor to mte_check_failRichard Henderson1-5/+5
2020-07-27target/arm: Improve IMPDEF algorithm for IRGRichard Henderson1-7/+30
2020-06-26target/arm: Add allocation tag storage for system modeRichard Henderson1-0/+131
2020-06-26target/arm: Add helper_mte_check_zvaRichard Henderson1-0/+106
2020-06-26target/arm: Implement helper_mte_checkNRichard Henderson1-1/+164
2020-06-26target/arm: Implement helper_mte_check1Richard Henderson1-1/+131
2020-06-26target/arm: Add gen_mte_checkNRichard Henderson1-0/+8
2020-06-26target/arm: Add gen_mte_check1Richard Henderson1-0/+8
2020-06-26target/arm: Implement the LDGM, STGM, STZGM instructionsRichard Henderson1-0/+84
2020-06-26target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson1-0/+194
2020-06-26target/arm: Implement the ADDG, SUBG instructionsRichard Henderson1-0/+10
2020-06-26target/arm: Implement the IRG instructionRichard Henderson1-0/+72