commit | f8d6aecefff23e1d5c4f8df128b545db43a49a00 | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Thu Dec 03 11:15:24 2020 +0000 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Fri Feb 12 12:43:02 2021 +0000 |
tree | 37e6bf951e257e4a53a880ba12afeaf90986bea2 | |
parent | b7e368fb86d602bb5578450ec2c078f2a876ea71 [diff] |
string: add __mtag_tag_region Add optimized __mtag_tag_region(dst, len) operation to AOR. It tags the given memory region according to the tag of the dst pointer and returns dst. It requires MTE support. The memory remains untagged if tagging is not enabled for it. The dst must be 16 bytes aligned and len must be a multiple of 16.