]> git.ipfire.org Git - thirdparty/glibc.git/commit
aarch64: Add aarch64-specific files for memory tagging support rearnsha/mte-v3.0
authorRichard Earnshaw <rearnsha@arm.com>
Fri, 20 Nov 2020 17:20:10 +0000 (17:20 +0000)
committerRichard Earnshaw <rearnsha@arm.com>
Fri, 20 Nov 2020 18:13:52 +0000 (18:13 +0000)
commit8a9f2a6e9b3e8f717b26394c7e2f66d7f3bba077
treeeb5a5a35853d5c9b1f7db18282ce37c7c8f076bd
parent05ab98edbda5a751ca3831058d196309b48e8d2b
aarch64: Add aarch64-specific files for memory tagging support

This final patch provides the architecture-specific implementation of
the memory-tagging support hooks for aarch64.
sysdeps/aarch64/Makefile
sysdeps/aarch64/__mtag_address_get_tag.S [new file with mode: 0644]
sysdeps/aarch64/__mtag_memset_tag.S [new file with mode: 0644]
sysdeps/aarch64/__mtag_new_tag.S [new file with mode: 0644]
sysdeps/aarch64/__mtag_tag_region.S [new file with mode: 0644]
sysdeps/aarch64/libc-mtag.h [new file with mode: 0644]