target-arm: Add user-mode transaction attribute
commit0995bf8cd91b81ec9c1078e37b808794080dc5c0
authorPeter Maydell <peter.maydell@linaro.org>
Sun, 26 Apr 2015 15:49:25 +0000 (26 16:49 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Sun, 26 Apr 2015 15:49:25 +0000 (26 16:49 +0100)
tree62c82605c1abae5c2f46592d74c031652579d2c3
parentebca90e4c3aaaae5ed1ee7c569dea00d5d6ed476
target-arm: Add user-mode transaction attribute

Add a transaction attribute indicating that a memory access is being
done from user-mode (unprivileged). This corresponds to an equivalent
signal in ARM AMBA buses.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
include/exec/memattrs.h
target-arm/helper.c