aboutsummaryrefslogtreecommitdiff
path: root/target/arm/internals.h
AgeCommit message (Expand)Author
2020-03-05target/arm: Introduce core_to_aa64_mmu_idxRichard Henderson
2020-02-21target/arm: Move DBGDIDR into ARMISARegistersPeter Maydell
2020-02-21target/arm: Stop assuming DBGDIDR always existsPeter Maydell
2020-02-21target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registersPeter Maydell
2020-02-21target/arm: Split out aa64_va_parameter_tbi, aa64_va_parameter_tbidRichard Henderson
2020-02-13target/arm: Update MSR access to UAORichard Henderson
2020-02-13target/arm: Enforce PAN semantics in get_S1protRichard Henderson
2020-02-13target/arm: Update MSR access for PANRichard Henderson
2020-02-13target/arm: Introduce aarch64_pstate_valid_maskRichard Henderson
2020-02-13target/arm: Mask CPSR_J when Jazelle is not enabledRichard Henderson
2020-02-13target/arm: Split out aarch32_cpsr_valid_maskRichard Henderson
2020-02-13target/arm: Add mmu_idx for EL1 and EL2 w/ PAN enabledRichard Henderson
2020-02-13target/arm: Add arm_mmu_idx_is_stage1_of_2Richard Henderson
2020-02-07target/arm: Add regime_has_2_rangesRichard Henderson
2020-02-07target/arm: Reorganize ARMMMUIdxRichard Henderson
2020-02-07target/arm: Rename ARMMMUIdx_S1E2 to ARMMMUIdx_E2Richard Henderson
2020-02-07target/arm: Rename ARMMMUIdx*_S1E3 to ARMMMUIdx*_SE3Richard Henderson
2020-02-07target/arm: Rename ARMMMUIdx_S1SE[01] to ARMMMUIdx_SE10_[01]Richard Henderson
2020-02-07target/arm: Rename ARMMMUIdx_S1NSE* to ARMMMUIdx_Stage1_E*Richard Henderson
2020-02-07target/arm: Rename ARMMMUIdx_S2NS to ARMMMUIdx_Stage2Richard Henderson
2020-02-07target/arm: Rename ARMMMUIdx*_S12NSE* to ARMMMUIdx*_E10_*Richard Henderson
2019-10-24target/arm: Split out arm_mmu_idx_elRichard Henderson
2019-07-01target/arm: Declare some M-profile functions publiclyPhilippe 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