summaryrefslogtreecommitdiffstats
path: root/target/arm/internals.h
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Introduce core_to_aa64_mmu_idxRichard Henderson2020-03-051-0/+6
* target/arm: Move DBGDIDR into ARMISARegistersPeter Maydell2020-02-211-3/+3
* target/arm: Stop assuming DBGDIDR always existsPeter Maydell2020-02-211-0/+42
* target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registersPeter Maydell2020-02-211-1/+1
* target/arm: Split out aa64_va_parameter_tbi, aa64_va_parameter_tbidRichard Henderson2020-02-211-3/+0Star
* target/arm: Update MSR access to UAORichard Henderson2020-02-131-0/+3
* target/arm: Enforce PAN semantics in get_S1protRichard Henderson2020-02-131-0/+13
* target/arm: Update MSR access for PANRichard Henderson2020-02-131-0/+6
* target/arm: Introduce aarch64_pstate_valid_maskRichard Henderson2020-02-131-0/+12
* target/arm: Mask CPSR_J when Jazelle is not enabledRichard Henderson2020-02-131-1/+4
* target/arm: Split out aarch32_cpsr_valid_maskRichard Henderson2020-02-131-0/+21
* target/arm: Add mmu_idx for EL1 and EL2 w/ PAN enabledRichard Henderson2020-02-131-0/+9
* target/arm: Add arm_mmu_idx_is_stage1_of_2Richard Henderson2020-02-131-0/+18
* target/arm: Add regime_has_2_rangesRichard Henderson2020-02-071-0/+18
* target/arm: Reorganize ARMMMUIdxRichard Henderson2020-02-071-0/+35
* target/arm: Rename ARMMMUIdx_S1E2 to ARMMMUIdx_E2Richard Henderson2020-02-071-1/+1
* target/arm: Rename ARMMMUIdx*_S1E3 to ARMMMUIdx*_SE3Richard Henderson2020-02-071-1/+1
* target/arm: Rename ARMMMUIdx_S1SE[01] to ARMMMUIdx_SE10_[01]Richard Henderson2020-02-071-2/+2
* target/arm: Rename ARMMMUIdx_S1NSE* to ARMMMUIdx_Stage1_E*Richard Henderson2020-02-071-3/+3
* target/arm: Rename ARMMMUIdx_S2NS to ARMMMUIdx_Stage2Richard Henderson2020-02-071-1/+1
* target/arm: Rename ARMMMUIdx*_S12NSE* to ARMMMUIdx*_E10_*Richard Henderson2020-02-071-2/+2
* target/arm: Split out arm_mmu_idx_elRichard Henderson2019-10-241-0/+9
* target/arm: Declare some M-profile functions publiclyPhilippe Mathieu-Daudé2019-07-011-0/+42
* target/arm: Declare arm_log_exception() function publiclyPhilippe Mathieu-Daudé2019-07-011-0/+2
* target/arm: Restrict PSCI to TCGPhilippe Mathieu-Daudé2019-07-011-1/+5
* target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé2019-07-011-3/+0Star
* target/arm: Declare get_phys_addr() function publiclyPhilippe Mathieu-Daudé2019-07-011-0/+16
* target/arm: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-4/+6
* target/arm: Split helper_msr_i_pstate into 3Richard Henderson2019-03-051-0/+15
* target/arm: Compute TB_FLAGS for TBI for user-onlyPeter Maydell2019-02-051-21/+0Star
* target/arm: Default handling of BTYPE during translationRichard Henderson2019-02-051-0/+6
* target/arm: Decode TBID from TCRRichard Henderson2019-01-211-0/+1
* target/arm: Add aa64_va_parameters_bothRichard Henderson2019-01-211-3/+12
* target/arm: Export aa64_va_parameters to internals.hRichard Henderson2019-01-211-0/+17
* target/arm: Create ARMVAParameters and helpersRichard Henderson2019-01-211-0/+14
* target/arm: Introduce arm_stage1_mmu_idxRichard Henderson2019-01-211-0/+15
* target/arm: Introduce arm_mmu_idxRichard Henderson2019-01-211-0/+8
* target/arm: Add PAuth helpersRichard Henderson2019-01-211-0/+6
* target/arm: Introduce raise_exception_raRichard Henderson2019-01-211-0/+7
* target/arm: Move id_aa64mmfr* to ARMISARegistersPeter Maydell2018-12-131-1/+2
* target/arm: Hyp mode R14 is shared with User and SystemPeter Maydell2018-11-131-0/+16
* target/arm: Correctly implement handling of HCR_EL2.{VI, VF}Peter Maydell2018-11-131-0/+18
* target/arm: Report correct syndrome for FP/SIMD traps to Hyp modePeter Maydell2018-10-241-1/+13
* target/arm: Get IL bit correct for v7 syndrome valuesPeter Maydell2018-10-241-5/+2Star
* target/arm: New utility function to extract EC from syndromePeter Maydell2018-10-241-0/+5
* target/arm: Make switch_mode() file-localPeter Maydell2018-10-241-1/+0Star
* target/arm: Improve debug logging of AArch32 exception returnPeter Maydell2018-10-241-0/+18
* target/arm: Add v8M stack limit checks on NS function callsPeter Maydell2018-10-081-0/+9
* target/arm: Add v8M stack checks on ADD/SUB/MOV of SPPeter Maydell2018-10-081-0/+14
* target/arm: Move v7m_using_psp() to internals.hPeter Maydell2018-10-081-0/+16