From 3e3fa230e3b8ffe119f14ba57a6bc677a411be57 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Mon, 9 Oct 2017 14:48:33 +0100 Subject: target/arm: Implement BLXNS Implement the BLXNS instruction, which allows secure code to call non-secure code. Signed-off-by: Peter Maydell Reviewed-by: Richard Henderson Message-id: 1507556919-24992-4-git-send-email-peter.maydell@linaro.org --- target/arm/internals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target/arm/internals.h') diff --git a/target/arm/internals.h b/target/arm/internals.h index fd9a7e8181..1746737c27 100644 --- a/target/arm/internals.h +++ b/target/arm/internals.h @@ -60,6 +60,7 @@ static inline bool excp_is_internal(int excp) FIELD(V7M_CONTROL, NPRIV, 0, 1) FIELD(V7M_CONTROL, SPSEL, 1, 1) FIELD(V7M_CONTROL, FPCA, 2, 1) +FIELD(V7M_CONTROL, SFPA, 3, 1) /* Bit definitions for v7M exception return payload */ FIELD(V7M_EXCRET, ES, 0, 1) -- cgit v1.2.1