This patch complete removed SANITIZER_AARCH64_VMA definition and usage.
AArch64 ports now supports runtime VMA detection and instrumentation
for 39 and 42-bit VMA.
It also cleans up the pointer print and check on tsan by using the 'print_address'
function where required (instead of using the naked %p format).
This is quite clumsy.
Please change print_format to always print "name=ptr\n" and so that name is function argument:
print_address("addr", p);
This will cover most of cases, and simplify the rest.