aboutsummaryrefslogtreecommitdiff
path: root/target/arm/mte_helper.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2021-11-02target/arm: Use cpu_loop_exit_sigsegv for mte tag lookupRichard Henderson1-4/+2
2021-06-24target/arm: Implement MTE3Peter Collingbourne1-31/+51
2021-06-16target/arm: Fix mte page crossing testRichard Henderson1-1/+1
2021-06-03target/arm: use raise_exception_ra for MTE check failureJamie Iles1-9/+3
2021-04-30target/arm: Rename mte_probe1 to mte_probeRichard Henderson1-3/+3
2021-04-30target/arm: Merge mte_check1, mte_checkNRichard Henderson1-23/+3
2021-04-30target/arm: Replace MTEDESC ESIZE+TSIZE with SIZEM1Richard Henderson1-10/+8
2021-04-30target/arm: Fix unaligned checks for mte_check1, mte_probe1Richard Henderson1-74/+35
2021-04-30target/arm: Split out mte_probe_intRichard Henderson1-12/+40
2021-04-30target/arm: Fix mte_checkNRichard Henderson1-22/+18
2021-04-12target/arm: Check PAGE_WRITE_ORG for MTE writeabilityRichard Henderson1-1/+1
2021-03-05target/arm: Use TCF0 and TFSRE0 for unprivileged tag checksPeter Collingbourne1-4/+9
2021-02-16target/arm: Add allocation tag storage for user modeRichard Henderson1-2/+27
2021-02-16linux-user/aarch64: Signal SEGV_MTEAERR for async tag check errorRichard Henderson1-0/+10
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