aboutsummaryrefslogtreecommitdiff
path: root/target/arm/internals.h
AgeCommit message (Expand)Author
2019-07-01target/arm: Declare some M-profile functions publiclypull-target-arm-20190701Philippe Mathieu-Daudé
2019-07-01target/arm: Declare arm_log_exception() function publiclyPhilippe Mathieu-Daudé
2019-07-01target/arm: Restrict PSCI to TCGPhilippe Mathieu-Daudé
2019-07-01target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé
2019-07-01target/arm: Declare get_phys_addr() function publiclyPhilippe Mathieu-Daudé
2019-05-10target/arm: Convert to CPUClass::tlb_fillRichard Henderson
2019-03-05target/arm: Split helper_msr_i_pstate into 3Richard Henderson
2019-02-05target/arm: Compute TB_FLAGS for TBI for user-onlyPeter Maydell
2019-02-05target/arm: Default handling of BTYPE during translationRichard Henderson
2019-01-21target/arm: Decode TBID from TCRRichard Henderson
2019-01-21target/arm: Add aa64_va_parameters_bothRichard Henderson
2019-01-21target/arm: Export aa64_va_parameters to internals.hRichard Henderson
2019-01-21target/arm: Create ARMVAParameters and helpersRichard Henderson
2019-01-21target/arm: Introduce arm_stage1_mmu_idxRichard Henderson
2019-01-21target/arm: Introduce arm_mmu_idxRichard Henderson
2019-01-21target/arm: Add PAuth helpersRichard Henderson
2019-01-21target/arm: Introduce raise_exception_raRichard Henderson
2018-12-13target/arm: Move id_aa64mmfr* to ARMISARegistersPeter Maydell
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