OSDN Git Service

target/arm: Implement TT instruction
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 13 Dec 2017 17:59:24 +0000 (17:59 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 13 Dec 2017 17:59:24 +0000 (17:59 +0000)
commit5158de241b0fb344a6c948dfcbc4e611ab5fafbe
treeac6982199c30ad6e17316e8dcdd972d3270599cf
parent54317c0ff3a3c0f6b2c3a1d3c8b5d93686a86d24
target/arm: Implement TT instruction

Implement the TT instruction which queries the security
state and access permissions of a memory location.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 1512153879-5291-8-git-send-email-peter.maydell@linaro.org
target/arm/helper.c
target/arm/helper.h
target/arm/translate.c