OSDN Git Service

armv7m: add state for v7M CCR, CFSR, HFSR, DFSR, MMFAR, BFAR
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 27 Jan 2017 15:20:23 +0000 (15:20 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 27 Jan 2017 15:29:08 +0000 (15:29 +0000)
commit2c4da50d9477fb830d778bb5d6a11215aa359b44
tree832f7cd8f87d7676d3294abfd3fcc8e1507122cd
parentd713ea6c464918f87d1dd480520dd4aedb685d9a
armv7m: add state for v7M CCR, CFSR, HFSR, DFSR, MMFAR, BFAR

Add the structure fields, VMState fields, reset code and macros for
the v7M system control registers CCR, CFSR, HFSR, DFSR, MMFAR and
BFAR.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1485285380-10565-4-git-send-email-peter.maydell@linaro.org
target/arm/cpu.c
target/arm/cpu.h
target/arm/machine.c