]> Git Repo - qemu.git/commit
arm: Track M profile handler mode state in TB flags
authorPeter Maydell <[email protected]>
Thu, 20 Apr 2017 16:32:31 +0000 (17:32 +0100)
committerPeter Maydell <[email protected]>
Thu, 20 Apr 2017 16:39:17 +0000 (17:39 +0100)
commit064c379c99b835bdcc478d21a3849507ea07d53a
tree1745c37ce5ffefa78d176681836e7f8e2db381fb
parentb636649f5a2e108413dd171edaf320f781f57942
arm: Track M profile handler mode state in TB flags

For M profile exception-return handling we'd like to generate different
code for some instructions depending on whether we are in Handler
mode or Thread mode. This isn't the same as "are we privileged
or user", so we need an extra bit in the TB flags to distinguish.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 1491844419[email protected]
target/arm/cpu.h
target/arm/translate.c
target/arm/translate.h
This page took 0.031354 seconds and 4 git commands to generate.