AArch64: Implement effective address of DC ZVA cache zero operation
Created by: mwvantol
While running the drcachesim component, AArch64 data cache operations such as DC ZVA are not marked as making a memory access. However, these are often used in userspace in for example bzero() implementations to efficiently zero out memory.