aboutsummaryrefslogtreecommitdiff
path: root/target/arm/internals.h
AgeCommit message (Expand)Author
2018-11-13target/arm: Hyp mode R14 is shared with User and SystemPeter Maydell
2018-11-13target/arm: Correctly implement handling of HCR_EL2.{VI, VF}Peter Maydell
2018-10-24target/arm: Report correct syndrome for FP/SIMD traps to Hyp modePeter Maydell
2018-10-24target/arm: Get IL bit correct for v7 syndrome valuesPeter Maydell
2018-10-24target/arm: New utility function to extract EC from syndromePeter Maydell
2018-10-24target/arm: Make switch_mode() file-localPeter Maydell
2018-10-24target/arm: Improve debug logging of AArch32 exception returnPeter Maydell
2018-10-08target/arm: Add v8M stack limit checks on NS function callsPeter Maydell
2018-10-08target/arm: Add v8M stack checks on ADD/SUB/MOV of SPPeter Maydell
2018-10-08target/arm: Move v7m_using_psp() to internals.hPeter Maydell
2018-10-08target/arm: Pass TCGMemOpIdx to sve memory helpersRichard Henderson
2018-04-26target/arm: Add pre-EL change hooksAaron Lindsay
2018-04-26target/arm: Support multiple EL change hooksAaron Lindsay
2018-03-23target/arm: Factor out code to calculate FSR for debug exceptionsPeter Maydell
2018-02-15target/arm: Enforce access to ZCR_EL at translationRichard Henderson
2018-01-16target/arm: Handle page table walk load failures correctlyPeter Maydell
2017-12-13target/arm: Remove fsr argument from get_phys_addr() and arm_tlb_fill()Peter Maydell
2017-12-13target/arm: Provide fault type enum and FSR conversion functionsPeter Maydell
2017-12-13target/arm: Split M profile MNegPri mmu index into user and privPeter Maydell
2017-10-31fix WFI/WFE length in syndrome registerStefano Stabellini
2017-10-12target/arm: Implement secure function returnPeter Maydell
2017-10-12target/arm: Implement BLXNSPeter Maydell
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