aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/mte_helper.c
AgeCommit message (Expand)Author
2023-11-13target/arm: Correct MTE tag checking for reverse-copy MOPSPeter Maydell
2023-10-03target/arm: Replace TARGET_PAGE_ENTRY_EXTRAAnton Johansson
2023-09-21target/arm: Implement MTE tag-checking functions for FEAT_MOPS copiesPeter Maydell
2023-09-21target/arm: Implement the SETG* instructionsPeter Maydell
2023-09-21target/arm: Implement MTE tag-checking functions for FEAT_MOPSPeter Maydell
2023-09-21target/arm: New function allocation_tag_mem_probe()Peter Maydell
2023-09-21target/arm: Remove unused allocation_tag_mem() argumentPeter Maydell
2023-08-31target/arm: Support more GM blocksizesRichard Henderson
2023-08-31target/arm: Allow cpu to configure GM blocksizeRichard Henderson
2023-06-06target/arm: Check alignment in helper_mte_checkRichard Henderson
2023-03-28softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson
2023-02-27target/arm: move helpers to tcg/Claudio Fontana