summaryrefslogtreecommitdiff
path: root/target/arm/internals.h
AgeCommit message (Expand)AuthorFilesLines
2019-03-05target/arm: Split helper_msr_i_pstate into 3Richard Henderson1-0/+15
2019-02-05target/arm: Compute TB_FLAGS for TBI for user-onlyPeter Maydell1-21/+0
2019-02-05target/arm: Default handling of BTYPE during translationRichard Henderson1-0/+6
2019-01-21target/arm: Decode TBID from TCRRichard Henderson1-0/+1
2019-01-21target/arm: Add aa64_va_parameters_bothRichard Henderson1-3/+12
2019-01-21target/arm: Export aa64_va_parameters to internals.hRichard Henderson1-0/+17
2019-01-21target/arm: Create ARMVAParameters and helpersRichard Henderson1-0/+14
2019-01-21target/arm: Introduce arm_stage1_mmu_idxRichard Henderson1-0/+15
2019-01-21target/arm: Introduce arm_mmu_idxRichard Henderson1-0/+8
2019-01-21target/arm: Add PAuth helpersRichard Henderson1-0/+6
2019-01-21target/arm: Introduce raise_exception_raRichard Henderson1-0/+7
2018-12-13target/arm: Move id_aa64mmfr* to ARMISARegistersPeter Maydell1-1/+2
2018-11-13target/arm: Hyp mode R14 is shared with User and SystemPeter Maydell1-0/+16
2018-11-13target/arm: Correctly implement handling of HCR_EL2.{VI, VF}Peter Maydell1-0/+18
2018-10-24target/arm: Report correct syndrome for FP/SIMD traps to Hyp modePeter Maydell1-1/+13
2018-10-24target/arm: Get IL bit correct for v7 syndrome valuesPeter Maydell1-5/+2
2018-10-24target/arm: New utility function to extract EC from syndromePeter Maydell1-0/+5
2018-10-24target/arm: Make switch_mode() file-localPeter Maydell1-1/+0
2018-10-24target/arm: Improve debug logging of AArch32 exception returnPeter Maydell1-0/+18
2018-10-08target/arm: Add v8M stack limit checks on NS function callsPeter Maydell1-0/+9
2018-10-08target/arm: Add v8M stack checks on ADD/SUB/MOV of SPPeter Maydell1-0/+14
2018-10-08target/arm: Move v7m_using_psp() to internals.hPeter Maydell1-0/+16
2018-10-08target/arm: Pass TCGMemOpIdx to sve memory helpersRichard Henderson1-0/+5
2018-04-26target/arm: Add pre-EL change hooksAaron Lindsay1-0/+7
2018-04-26target/arm: Support multiple EL change hooksAaron Lindsay1-3/+4
2018-03-23target/arm: Factor out code to calculate FSR for debug exceptionsPeter Maydell1-0/+25
2018-02-15target/arm: Enforce access to ZCR_EL at translationRichard Henderson1-0/+6
2018-01-16target/arm: Handle page table walk load failures correctlyPeter Maydell1-0/+10
2017-12-13target/arm: Remove fsr argument from get_phys_addr() and arm_tlb_fill()Peter Maydell1-1/+1
2017-12-13target/arm: Provide fault type enum and FSR conversion functionsPeter Maydell1-0/+185
2017-12-13target/arm: Split M profile MNegPri mmu index into user and privPeter Maydell1-2/+4
2017-10-31fix WFI/WFE length in syndrome registerStefano Stabellini1-1/+2
2017-10-12target/arm: Implement secure function returnPeter Maydell1-0/+7
2017-10-12target/arm: Implement BLXNSPeter Maydell1-0/+1
2017-10-06target/arm: Implement security attribute lookups for memory accessesPeter Maydell1-0/+15
2017-09-14target/arm: Add and use defines for EXCRET constantsPeter Maydell1-0/+10
2017-09-14target/arm: Clear exclusive monitor on v7M reset, exception entry/exitPeter Maydell1-0/+10
2017-09-07target/arm: Implement new do_transaction_failed hookPeter Maydell1-0/+10
2017-09-07target/arm: Move regime_is_secure() to target/arm/internals.hPeter Maydell1-0/+26
2017-09-04target/arm: Allow deliver_fault() caller to specify EA bitPeter Maydell1-0/+2
2017-09-04target/arm: Use MMUAccessType enum rather than intPeter Maydell1-1/+2
2017-04-20arm: Move excnames[] array into arm_log_exceptions()Peter Maydell1-23/+0
2017-04-20target/arm: Add missing entries to excnames[] for log stringsPeter Maydell1-0/+2
2017-02-07arm: Correctly handle watchpoints for BE32 CPUsJulian Brown1-0/+5
2017-01-27armv7m: Fix reads of CONTROL register bit 1Michael Davidsaver1-0/+7
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+489