]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Make some MTE helpers widely available
authorGustavo Romero <gustavo.romero@linaro.org>
Fri, 5 Jul 2024 08:40:41 +0000 (09:40 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 5 Jul 2024 11:35:11 +0000 (12:35 +0100)
commit0c9b437c90b127bb99fc2e0d3cd41136b2148078
tree986864619db3198d1d42ba60e293869bfc7ea385
parent41bfb6704eed12015ddead4e507b97b39b1ff5f6
target/arm: Make some MTE helpers widely available

Make the MTE helpers allocation_tag_mem_probe, load_tag1, and store_tag1
available to other subsystems.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20240628050850.536447-6-gustavo.romero@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240705084047.857176-35-alex.bennee@linaro.org>
target/arm/tcg/mte_helper.c
target/arm/tcg/mte_helper.h [new file with mode: 0644]