aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.h
AgeCommit message (Expand)Author
2020-05-04target/arm: Use uint64_t for midr field in CPU state structPhilippe Mathieu-Daudé
2020-05-04target/arm: Implement ARMv8.2-TTS2UXNPeter Maydell
2020-05-04target/arm: Don't use a TLB for ARMMMUIdx_Stage2Peter Maydell
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-05target/arm: Optimize cpu_mmu_indexRichard Henderson
2020-03-05target/arm: Add HCR_EL2 bit definitions from ARMv8.6Richard Henderson
2020-02-28target/arm: Implement ARMv8.3-CCIDXPeter Maydell
2020-02-28target/arm: Implement v8.4-RCPCPeter Maydell
2020-02-28target/arm: Implement v8.3-RCPCPeter Maydell
2020-02-28target/arm: Fix wrong use of FIELD_EX32 on ID_AA64DFR0Peter Maydell
2020-02-28target/arm: Remove ARM_FEATURE_VFP*Richard Henderson
2020-02-28target/arm: Replace ARM_FEATURE_VFP4 with isar_feature_aa32_simdfmacRichard Henderson
2020-02-28target/arm: Add isar_feature_aa64_fp_simd, isar_feature_aa32_vfpRichard Henderson
2020-02-28target/arm: Add isar_feature_aa32_{fpsp_v2, fpsp_v3, fpdp_v3}Richard Henderson
2020-02-28target/arm: Rename isar_feature_aa32_fpdp_v2Richard Henderson
2020-02-28target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson
2020-02-21target/arm: Rename isar_feature_aa32_simd_r32Richard Henderson
2020-02-21target/arm: Correctly implement ACTLR2, HACTLR2Peter Maydell
2020-02-21target/arm: Use FIELD_EX32 for testing 32-bit fieldsPeter 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: Implement ARMv8.4-PMU extensionPeter Maydell
2020-02-21target/arm: Read debug-related ID registers from KVMPeter 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: Define and use any_predinv isar_feature testPeter Maydell
2020-02-21target/arm: Add isar_feature_any_fp16 and document naming/usage conventionsPeter Maydell
2020-02-21target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registersPeter Maydell
2020-02-13target/arm: Update MSR access to UAORichard Henderson
2020-02-13target/arm: Add ID_AA64MMFR2_EL1Richard Henderson
2020-02-13target/arm: Update MSR access for PANRichard Henderson
2020-02-13target/arm: Remove CPSR_RESERVEDRichard Henderson
2020-02-13target/arm: Replace CPSR_ERET_MASK with aarch32_cpsr_valid_maskRichard Henderson
2020-02-13target/arm: Add isar_feature tests for PAN + ATS1E1Richard Henderson
2020-02-13target/arm: Add mmu_idx for EL1 and EL2 w/ PAN enabledRichard Henderson
2020-02-07target/arm: Move arm_excp_unmasked to cpu.cRichard Henderson
2020-02-07target/arm: Update get_a64_user_mem_index for VHERichard Henderson
2020-02-07target/arm: Add VHE system register redirection and aliasingRichard Henderson
2020-02-07target/arm: Add the hypervisor virtual counterRichard Henderson
2020-02-07target/arm: Update arm_sctlr for VHERichard Henderson
2020-02-07target/arm: Reorganize ARMMMUIdxRichard Henderson
2020-02-07target/arm: Tidy ARMMMUIdx m-profile definitionsRichard Henderson
2020-02-07target/arm: Rearrange ARMMMUIdxBitRichard Henderson
2020-02-07target/arm: Expand TBFLAG_ANY.MMUIDX to 4 bitsRichard Henderson