]> sourceware.org Git - glibc.git/commit
aarch64: Add aarch64-specific files for memory tagging support
authorRichard Earnshaw <rearnsha@arm.com>
Mon, 21 Dec 2020 15:03:03 +0000 (15:03 +0000)
committerRichard Earnshaw <rearnsha@arm.com>
Mon, 21 Dec 2020 15:25:25 +0000 (15:25 +0000)
commitd27f0e5d889f4bf4a796fe2a883b2f264bf40c12
tree1ff4a5f7c914f141fcce94ebc4710a0aa4962cad
parentbde4949b6b342641681a22cf6092dbc2f9d1d2c7
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]
This page took 0.039447 seconds and 5 git commands to generate.