aboutsummaryrefslogtreecommitdiff
path: root/target/arm/internals.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-14target-arm: kvm64: handle SIGBUS signal from kernel or KVMDongjiu Geng1-2/+3
2020-05-11target/arm: Remove sve_memopidxRichard Henderson1-5/+0
2020-03-05target/arm: Introduce core_to_aa64_mmu_idxRichard Henderson1-0/+6
2020-02-21target/arm: Move DBGDIDR into ARMISARegistersPeter Maydell1-3/+3
2020-02-21target/arm: Stop assuming DBGDIDR always existsPeter Maydell1-0/+42
2020-02-21target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registersPeter Maydell1-1/+1
2020-02-21target/arm: Split out aa64_va_parameter_tbi, aa64_va_parameter_tbidRichard Henderson1-3/+0
2020-02-13target/arm: Update MSR access to UAORichard Henderson1-0/+3
2020-02-13target/arm: Enforce PAN semantics in get_S1protRichard Henderson1-0/+13
2020-02-13target/arm: Update MSR access for PANRichard Henderson1-0/+6
2020-02-13target/arm: Introduce aarch64_pstate_valid_maskRichard Henderson1-0/+12
2020-02-13target/arm: Mask CPSR_J when Jazelle is not enabledRichard Henderson1-1/+4
2020-02-13target/arm: Split out aarch32_cpsr_valid_maskRichard Henderson1-0/+21
2020-02-13target/arm: Add mmu_idx for EL1 and EL2 w/ PAN enabledRichard Henderson1-0/+9
2020-02-13target/arm: Add arm_mmu_idx_is_stage1_of_2Richard Henderson1-0/+18
2020-02-07target/arm: Add regime_has_2_rangesRichard Henderson1-0/+18
2020-02-07target/arm: Reorganize ARMMMUIdxRichard Henderson1-0/+35
2020-02-07target/arm: Rename ARMMMUIdx_S1E2 to ARMMMUIdx_E2Richard Henderson1-1/+1
2020-02-07target/arm: Rename ARMMMUIdx*_S1E3 to ARMMMUIdx*_SE3Richard Henderson1-1/+1
2020-02-07target/arm: Rename ARMMMUIdx_S1SE[01] to ARMMMUIdx_SE10_[01]Richard Henderson1-2/+2
2020-02-07target/arm: Rename ARMMMUIdx_S1NSE* to ARMMMUIdx_Stage1_E*Richard Henderson1-3/+3
2020-02-07target/arm: Rename ARMMMUIdx_S2NS to ARMMMUIdx_Stage2Richard Henderson1-1/+1
2020-02-07target/arm: Rename ARMMMUIdx*_S12NSE* to ARMMMUIdx*_E10_*Richard Henderson1-2/+2
2019-10-24target/arm: Split out arm_mmu_idx_elRichard Henderson1-0/+9
2019-07-01target/arm: Declare some M-profile functions publiclyPhilippe Mathieu-Daudé1-0/+42
2019-07-01target/arm: Declare arm_log_exception() function publiclyPhilippe Mathieu-Daudé1-0/+2
2019-07-01target/arm: Restrict PSCI to TCGPhilippe Mathieu-Daudé1-1/+5
2019-07-01target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé1-3/+0
2019-07-01target/arm: Declare get_phys_addr() function publiclyPhilippe Mathieu-Daudé1-0/+16
2019-05-10target/arm: Convert to CPUClass::tlb_fillRichard Henderson1-4/+6
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