aboutsummaryrefslogtreecommitdiff
path: root/target/arm/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-14target/arm: Clear exclusive monitor on v7M reset, exception entry/exitPeter Maydell1-1/+1
2017-09-07target/arm: Implement new do_transaction_failed hookPeter Maydell1-0/+43
2017-09-04target/arm: Allow deliver_fault() caller to specify EA bitPeter Maydell1-5/+5
2017-09-04target/arm: Factor out fault delivery codePeter Maydell1-53/+57
2017-09-04target/arm: Don't trap WFI/WFE for M profilePeter Maydell1-0/+5
2017-06-02arm: Add support for M profile CPUs having different MMU index semanticsPeter Maydell1-1/+2
2017-06-02arm: Use the mmu_idx we're passed in arm_cpu_do_unaligned_access()Peter Maydell1-1/+1
2017-04-20target/arm: Add assertion about FSC format for syndrome registersPeter Maydell1-5/+18
2017-02-24target-arm: don't generate WFE/YIELD calls for MTTCGAlex Bennée1-0/+7
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka1-4/+39
2017-02-07arm: Correctly handle watchpoints for BE32 CPUsJulian Brown1-0/+22
2016-12-27target-arm: Log AArch64 exception returnsPeter Maydell1-0/+9
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+1335