aboutsummaryrefslogtreecommitdiff
path: root/target/arm/internals.h
AgeCommit message (Expand)Author
2017-10-06target/arm: Implement security attribute lookups for memory accessesPeter Maydell
2017-09-14target/arm: Add and use defines for EXCRET constantsPeter Maydell
2017-09-14target/arm: Clear exclusive monitor on v7M reset, exception entry/exitPeter Maydell
2017-09-07target/arm: Implement new do_transaction_failed hookPeter Maydell
2017-09-07target/arm: Move regime_is_secure() to target/arm/internals.hPeter Maydell
2017-09-04target/arm: Allow deliver_fault() caller to specify EA bitPeter Maydell
2017-09-04target/arm: Use MMUAccessType enum rather than intPeter Maydell
2017-04-20arm: Move excnames[] array into arm_log_exceptions()Peter Maydell
2017-04-20target/arm: Add missing entries to excnames[] for log stringsPeter Maydell
2017-02-07arm: Correctly handle watchpoints for BE32 CPUsJulian Brown
2017-01-27armv7m: Fix reads of CONTROL register bit 1Michael Davidsaver
2016-12-20Move target-* CPU file into a target/ folderThomas Huth