]> git.ipfire.org Git - thirdparty/glibc.git/commit
aarch64: Add aarch64-specific files for memory tagging support rearnsha/mte-v4.0
authorRichard Earnshaw <rearnsha@arm.com>
Fri, 18 Dec 2020 19:00:49 +0000 (19:00 +0000)
committerRichard Earnshaw <rearnsha@arm.com>
Fri, 18 Dec 2020 19:23:04 +0000 (19:23 +0000)
commit9437fbd8d1fe15fa4a7066b9b6266faca11e186e
tree8cab5d51edcd59aba6a82766b8e21b7e6e4d275c
parentd3b950c14e37e76185801d1f8685ed32ef2b4e9d
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]