summaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)Author
2020-05-14target-arm: kvm64: handle SIGBUS signal from kernel or KVMDongjiu Geng
2020-05-11target/arm: Drop access_el3_aa32ns_aa64any()Edgar E. Iglesias
2020-05-04target/arm: Implement ARMv8.2-TTS2UXNPeter Maydell
2020-05-04target/arm: Add new 's1_is_el0' argument to get_phys_addr_lpae()Peter Maydell
2020-05-04target/arm: Use enum constant in get_phys_addr_lpae() callPeter Maydell
2020-05-04target/arm: Don't use a TLB for ARMMMUIdx_Stage2Peter Maydell
2020-04-30target/arm: Restrict the Address Translate write operation to TCG accelPhilippe Mathieu-Daudé
2020-04-03target/arm: Remove obsolete TODO note from get_phys_addr_lpae()Peter Maydell
2020-04-03target/arm: PSTATE.PAN should not clear exec bitsPeter Maydell
2020-03-30target/arm: fix incorrect current EL bug in aarch32 exception emulationChangbin Du
2020-03-23target/arm: Rearrange disabled check for watchpointsRichard Henderson
2020-03-17target/arm: don't bother with id_aa64pfr0_read for USER_ONLYAlex Bennée
2020-03-17target/arm: generate xml description of our SVE registersAlex Bennée
2020-03-17target/arm: explicitly encode regnum in our XMLAlex Bennée
2020-03-17target/arm: prepare for multiple dynamic XMLsAlex Bennée
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2020-03-17target/arm: use gdb_get_reg helpersAlex Bennée
2020-03-12target/arm: Check addresses for disabled regimesRichard Henderson
2020-03-12target/arm: Fix some comment typosPeter Maydell
2020-03-12target/arm: Recalculate hflags correctly after writes to CONTROLPeter Maydell
2020-03-05target/arm: Optimize cpu_mmu_indexRichard Henderson
2020-03-05target/arm: Replicate TBI/TBID bits for single range regimesRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TTLB bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TPU bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TPCP bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TACR bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TSW bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.{TVM,TRVM} bitsRichard Henderson
2020-03-05target/arm: Improve masking in arm_hcr_el2_effRichard Henderson
2020-03-05target/arm: Improve masking of HCR/HCR2 RES0 bitsRichard Henderson
2020-03-05target/arm: Implement (trivially) ARMv8.2-TTCNPPeter Maydell
2020-02-28target/arm: Implement ARMv8.3-CCIDXPeter Maydell
2020-02-28target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson
2020-02-21target/arm: Use isar_feature_aa32_simd_r32 more placesRichard Henderson
2020-02-21target/arm: Correctly implement ACTLR2, HACTLR2Peter Maydell
2020-02-21target/arm: Use isar_feature function for testing AA32HPD featurePeter Maydell
2020-02-21target/arm: Test correct register in aa32_pan and aa32_ats1e1 checksPeter Maydell
2020-02-21target/arm: Correct handling of PMCR_EL0.LC bitPeter Maydell
2020-02-21target/arm: Correct definition of PMCRDPPeter Maydell
2020-02-21target/arm: Implement ARMv8.4-PMU extensionPeter Maydell
2020-02-21target/arm: Implement ARMv8.1-PMU extensionPeter Maydell
2020-02-21target/arm: Move DBGDIDR into ARMISARegistersPeter Maydell
2020-02-21target/arm: Stop assuming DBGDIDR always existsPeter Maydell
2020-02-21target/arm: Add _aa64_ and _any_ versions of pmu_8_1 isar checksPeter Maydell
2020-02-21target/arm: Define an aa32_pmu_8_1 isar feature test functionPeter Maydell
2020-02-21target/arm: Add and use FIELD definitions for ID_AA64DFR0_EL1Peter Maydell
2020-02-21target/arm: Factor out PMU register definitionsPeter Maydell
2020-02-21target/arm: Define and use any_predinv isar_feature testPeter Maydell
2020-02-21target/arm: Check aa32_pan in take_aarch32_exception(), not aa64_panPeter Maydell
2020-02-21target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registersPeter Maydell