aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-12target/arm: Check addresses for disabled regimesRichard Henderson1-1/+34
2020-03-12target/arm: Fix some comment typosPeter Maydell1-1/+1
2020-03-12target/arm: Recalculate hflags correctly after writes to CONTROLPeter Maydell1-0/+12
2020-03-05target/arm: Optimize cpu_mmu_indexRichard Henderson1-5/+0
2020-03-05target/arm: Replicate TBI/TBID bits for single range regimesRichard Henderson1-2/+4
2020-03-05target/arm: Honor the HCR_EL2.TTLB bitRichard Henderson1-30/+55
2020-03-05target/arm: Honor the HCR_EL2.TPU bitRichard Henderson1-20/+31
2020-03-05target/arm: Honor the HCR_EL2.TPCP bitRichard Henderson1-8/+31
2020-03-05target/arm: Honor the HCR_EL2.TACR bitRichard Henderson1-4/+14
2020-03-05target/arm: Honor the HCR_EL2.TSW bitRichard Henderson1-6/+16
2020-03-05target/arm: Honor the HCR_EL2.{TVM,TRVM} bitsRichard Henderson1-27/+55
2020-03-05target/arm: Improve masking in arm_hcr_el2_effRichard Henderson1-4/+27
2020-03-05target/arm: Improve masking of HCR/HCR2 RES0 bitsRichard Henderson1-13/+25
2020-03-05target/arm: Implement (trivially) ARMv8.2-TTCNPPeter Maydell1-0/+4
2020-02-28target/arm: Implement ARMv8.3-CCIDXPeter Maydell1-0/+19
2020-02-28target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson1-2/+2
2020-02-21target/arm: Use isar_feature_aa32_simd_r32 more placesRichard Henderson1-7/+6
2020-02-21target/arm: Correctly implement ACTLR2, HACTLR2Peter Maydell1-9/+23
2020-02-21target/arm: Use isar_feature function for testing AA32HPD featurePeter Maydell1-2/+2
2020-02-21target/arm: Test correct register in aa32_pan and aa32_ats1e1 checksPeter Maydell1-6/+6
2020-02-21target/arm: Correct handling of PMCR_EL0.LC bitPeter Maydell1-4/+9
2020-02-21target/arm: Correct definition of PMCRDPPeter Maydell1-1/+2
2020-02-21target/arm: Implement ARMv8.4-PMU extensionPeter Maydell1-1/+21
2020-02-21target/arm: Implement ARMv8.1-PMU extensionPeter Maydell1-2/+30
2020-02-21target/arm: Move DBGDIDR into ARMISARegistersPeter Maydell1-1/+1
2020-02-21target/arm: Stop assuming DBGDIDR always existsPeter Maydell1-16/+5
2020-02-21target/arm: Add _aa64_ and _any_ versions of pmu_8_1 isar checksPeter Maydell1-5/+7
2020-02-21target/arm: Define an aa32_pmu_8_1 isar feature test functionPeter Maydell1-3/+2
2020-02-21target/arm: Add and use FIELD definitions for ID_AA64DFR0_EL1Peter Maydell1-3/+3
2020-02-21target/arm: Factor out PMU register definitionsPeter Maydell1-76/+82
2020-02-21target/arm: Define and use any_predinv isar_feature testPeter Maydell1-8/+1
2020-02-21target/arm: Check aa32_pan in take_aarch32_exception(), not aa64_panPeter Maydell1-1/+1
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-31/+37
2020-02-21target/arm: Remove ttbr1_valid check from get_phys_addr_lpaeRichard Henderson1-5/+1
2020-02-21target/arm: Fix select for aa64_va_parameters_bothRichard Henderson1-22/+24
2020-02-13target/arm: Implement UAO semanticsRichard Henderson1-20/+21
2020-02-13target/arm: Update MSR access to UAORichard Henderson1-0/+21
2020-02-13target/arm: Add ID_AA64MMFR2_EL1Richard Henderson1-2/+2
2020-02-13target/arm: Implement ATS1E1 system registersRichard Henderson1-6/+50
2020-02-13target/arm: Set PAN bit as required on exception entryRichard Henderson1-3/+50
2020-02-13target/arm: Enforce PAN semantics in get_S1protRichard Henderson1-0/+3
2020-02-13target/arm: Update arm_mmu_idx_el for PANRichard Henderson1-0/+9
2020-02-13target/arm: Update MSR access for PANRichard Henderson1-0/+21
2020-02-13target/arm: Move LOR regdefs to file scopeRichard Henderson1-28/+29
2020-02-13target/arm: Add mmu_idx for EL1 and EL2 w/ PAN enabledRichard Henderson1-10/+50
2020-02-13target/arm: Add arm_mmu_idx_is_stage1_of_2Richard Henderson1-5/+3
2020-02-07target/arm: Update arm_cpu_do_interrupt_aarch64 for VHERichard Henderson1-2/+7
2020-02-07target/arm: Update get_a64_user_mem_index for VHERichard Henderson1-0/+22
2020-02-07target/arm: Update {fp,sve}_exception_el for VHERichard Henderson1-25/+28