Searched hist:"1 e577cc7cffd3de14dbd321de5c3ef191c6ab07f" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | machine.c | diff 1e577cc7cffd3de14dbd321de5c3ef191c6ab07f Thu Sep 07 07:54:52 CDT 2017 Peter Maydell <peter.maydell@linaro.org> target/arm: Add state field, feature bit and migration for v8M secure state
As the first step in implementing ARM v8M's security extension: * add a new feature bit ARM_FEATURE_M_SECURITY * add the CPU state field that indicates whether the CPU is currently in the secure state * add a migration subsection for this new state (we will add the Secure copies of banked register state to this subsection in later patches) * add a #define for the one new-in-v8M exception type * make the CPU debug log print S/NS status
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 1503414539-28762-4-git-send-email-peter.maydell@linaro.org
|
H A D | cpu.c | diff 1e577cc7cffd3de14dbd321de5c3ef191c6ab07f Thu Sep 07 07:54:52 CDT 2017 Peter Maydell <peter.maydell@linaro.org> target/arm: Add state field, feature bit and migration for v8M secure state
As the first step in implementing ARM v8M's security extension: * add a new feature bit ARM_FEATURE_M_SECURITY * add the CPU state field that indicates whether the CPU is currently in the secure state * add a migration subsection for this new state (we will add the Secure copies of banked register state to this subsection in later patches) * add a #define for the one new-in-v8M exception type * make the CPU debug log print S/NS status
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 1503414539-28762-4-git-send-email-peter.maydell@linaro.org
|
H A D | cpu.h | diff 1e577cc7cffd3de14dbd321de5c3ef191c6ab07f Thu Sep 07 07:54:52 CDT 2017 Peter Maydell <peter.maydell@linaro.org> target/arm: Add state field, feature bit and migration for v8M secure state
As the first step in implementing ARM v8M's security extension: * add a new feature bit ARM_FEATURE_M_SECURITY * add the CPU state field that indicates whether the CPU is currently in the secure state * add a migration subsection for this new state (we will add the Secure copies of banked register state to this subsection in later patches) * add a #define for the one new-in-v8M exception type * make the CPU debug log print S/NS status
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 1503414539-28762-4-git-send-email-peter.maydell@linaro.org
|