]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Add allocation tag storage for system mode
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Jun 2020 03:31:42 +0000 (20:31 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jun 2020 13:31:12 +0000 (14:31 +0100)
commite4d5bf4fbd5abfc3727e711eda64a583cab4d637
treec47caec8dd879af6eea694ba619af8bfe286057a
parent8bce44a2f6beb388a3f157652b46e99929839a96
target/arm: Add allocation tag storage for system mode

Look up the physical address for the given virtual address,
convert that to a tag physical address, and finally return
the host address that backs it.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200626033144.790098-45-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/mte_helper.c