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