aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/mte_helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-03target/arm: Split out arm_env_mmu_indexRichard Henderson1-9/+9
2023-11-13target/arm: Correct MTE tag checking for reverse-copy MOPSPeter Maydell1-2/+10
2023-10-03target/arm: Replace TARGET_PAGE_ENTRY_EXTRAAnton Johansson1-1/+1
2023-09-21target/arm: Implement MTE tag-checking functions for FEAT_MOPS copiesPeter Maydell1-0/+99
2023-09-21target/arm: Implement the SETG* instructionsPeter Maydell1-0/+40
2023-09-21target/arm: Implement MTE tag-checking functions for FEAT_MOPSPeter Maydell1-2/+52
2023-09-21target/arm: New function allocation_tag_mem_probe()Peter Maydell1-11/+37
2023-09-21target/arm: Remove unused allocation_tag_mem() argumentPeter Maydell1-28/+14
2023-08-31target/arm: Support more GM blocksizesRichard Henderson1-8/+48
2023-08-31target/arm: Allow cpu to configure GM blocksizeRichard Henderson1-16/+30
2023-06-06target/arm: Check alignment in helper_mte_checkRichard Henderson1-0/+18
2023-03-28softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé1-0/+1
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson1-2/+2
2023-02-27target/arm: move helpers to tcg/Claudio Fontana1-0/+908