summaryrefslogtreecommitdiffstats
path: root/target/arm/mte_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Use TCF0 and TFSRE0 for unprivileged tag checksPeter Collingbourne2021-03-051-4/+9
* target/arm: Add allocation tag storage for user modeRichard Henderson2021-02-161-2/+27
* linux-user/aarch64: Signal SEGV_MTEAERR for async tag check errorRichard Henderson2021-02-161-0/+10
* target/arm: Fix reported EL for mte_check_failRichard Henderson2020-10-201-7/+3Star
* target/arm: Remove redundant mmu_idx lookupRichard Henderson2020-10-201-2/+1Star
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-3/+3
* target/arm: Fill in the WnR syndrome bit in mte_check_failRichard Henderson2020-08-281-4/+5
* target/arm: Pass the entire mte descriptor to mte_check_failRichard Henderson2020-08-281-5/+5
* target/arm: Improve IMPDEF algorithm for IRGRichard Henderson2020-07-271-7/+30
* target/arm: Add allocation tag storage for system modeRichard Henderson2020-06-261-0/+131
* target/arm: Add helper_mte_check_zvaRichard Henderson2020-06-261-0/+106
* target/arm: Implement helper_mte_checkNRichard Henderson2020-06-261-1/+164
* target/arm: Implement helper_mte_check1Richard Henderson2020-06-261-1/+131
* target/arm: Add gen_mte_checkNRichard Henderson2020-06-261-0/+8
* target/arm: Add gen_mte_check1Richard Henderson2020-06-261-0/+8
* target/arm: Implement the LDGM, STGM, STZGM instructionsRichard Henderson2020-06-261-0/+84
* target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson2020-06-261-0/+194
* target/arm: Implement the ADDG, SUBG instructionsRichard Henderson2020-06-261-0/+10
* target/arm: Implement the IRG instructionRichard Henderson2020-06-261-0/+72