aboutsummaryrefslogtreecommitdiff
path: root/target/arm/mte_helper.c
AgeCommit message (Expand)Author
2021-06-21target/arm: Implement MTE3Peter Collingbourne
2021-06-16target/arm: Fix mte page crossing testRichard Henderson
2021-06-03target/arm: use raise_exception_ra for MTE check failureJamie Iles
2021-04-30target/arm: Rename mte_probe1 to mte_probeRichard Henderson
2021-04-30target/arm: Merge mte_check1, mte_checkNRichard Henderson
2021-04-30target/arm: Replace MTEDESC ESIZE+TSIZE with SIZEM1Richard Henderson
2021-04-30target/arm: Fix unaligned checks for mte_check1, mte_probe1Richard Henderson
2021-04-30target/arm: Split out mte_probe_intRichard Henderson
2021-04-30target/arm: Fix mte_checkNRichard Henderson
2021-04-12target/arm: Check PAGE_WRITE_ORG for MTE writeabilityRichard Henderson
2021-03-05target/arm: Use TCF0 and TFSRE0 for unprivileged tag checksPeter Collingbourne
2021-02-16target/arm: Add allocation tag storage for user modeRichard Henderson
2021-02-16linux-user/aarch64: Signal SEGV_MTEAERR for async tag check errorRichard Henderson
2020-10-20target/arm: Fix reported EL for mte_check_failRichard Henderson
2020-10-20target/arm: Remove redundant mmu_idx lookupRichard Henderson
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-08-28target/arm: Fill in the WnR syndrome bit in mte_check_failRichard Henderson
2020-08-28target/arm: Pass the entire mte descriptor to mte_check_failRichard Henderson
2020-07-27target/arm: Improve IMPDEF algorithm for IRGpull-target-arm-20200727Richard Henderson
2020-06-26target/arm: Add allocation tag storage for system modeRichard Henderson
2020-06-26target/arm: Add helper_mte_check_zvaRichard Henderson
2020-06-26target/arm: Implement helper_mte_checkNRichard Henderson
2020-06-26target/arm: Implement helper_mte_check1Richard Henderson
2020-06-26target/arm: Add gen_mte_checkNRichard Henderson
2020-06-26target/arm: Add gen_mte_check1Richard Henderson
2020-06-26target/arm: Implement the LDGM, STGM, STZGM instructionsRichard Henderson
2020-06-26target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson
2020-06-26target/arm: Implement the ADDG, SUBG instructionsRichard Henderson
2020-06-26target/arm: Implement the IRG instructionRichard Henderson