aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-14target-arm: kvm64: handle SIGBUS signal from kernel or KVMDongjiu Geng1-0/+4
2020-05-11target/arm: Make set_feature() available for other filesThomas Huth1-0/+10
2020-05-04target/arm: Use uint64_t for midr field in CPU state structPhilippe Mathieu-Daudé1-1/+1
2020-05-04target/arm: Implement ARMv8.2-TTS2UXNPeter Maydell1-0/+15
2020-05-04target/arm: Don't use a TLB for ARMMMUIdx_Stage2Peter Maydell1-6/+15
2020-03-17target/arm: generate xml description of our SVE registersAlex Bennée1-2/+5
2020-03-17target/arm: explicitly encode regnum in our XMLAlex Bennée1-1/+1
2020-03-17target/arm: prepare for multiple dynamic XMLsAlex Bennée1-7/+13
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée1-2/+2
2020-03-05target/arm: Optimize cpu_mmu_indexRichard Henderson1-10/+13
2020-03-05target/arm: Add HCR_EL2 bit definitions from ARMv8.6Richard Henderson1-0/+7
2020-02-28target/arm: Implement ARMv8.3-CCIDXPeter Maydell1-1/+16
2020-02-28target/arm: Implement v8.4-RCPCPeter Maydell1-0/+5
2020-02-28target/arm: Implement v8.3-RCPCPeter Maydell1-0/+5
2020-02-28target/arm: Fix wrong use of FIELD_EX32 on ID_AA64DFR0Peter Maydell1-2/+2
2020-02-28target/arm: Remove ARM_FEATURE_VFP*Richard Henderson1-3/+0
2020-02-28target/arm: Replace ARM_FEATURE_VFP4 with isar_feature_aa32_simdfmacRichard Henderson1-0/+12
2020-02-28target/arm: Add isar_feature_aa64_fp_simd, isar_feature_aa32_vfpRichard Henderson1-0/+11
2020-02-28target/arm: Add isar_feature_aa32_{fpsp_v2, fpsp_v3, fpdp_v3}Richard Henderson1-0/+18
2020-02-28target/arm: Rename isar_feature_aa32_fpdp_v2Richard Henderson1-2/+2
2020-02-28target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson1-0/+9
2020-02-21target/arm: Rename isar_feature_aa32_simd_r32Richard Henderson1-1/+1
2020-02-21target/arm: Correctly implement ACTLR2, HACTLR2Peter Maydell1-0/+5
2020-02-21target/arm: Use FIELD_EX32 for testing 32-bit fieldsPeter Maydell1-9/+9
2020-02-21target/arm: Use isar_feature function for testing AA32HPD featurePeter Maydell1-0/+5
2020-02-21target/arm: Test correct register in aa32_pan and aa32_ats1e1 checksPeter Maydell1-7/+7
2020-02-21target/arm: Implement ARMv8.4-PMU extensionPeter Maydell1-0/+18
2020-02-21target/arm: Read debug-related ID registers from KVMPeter Maydell1-0/+5
2020-02-21target/arm: Move DBGDIDR into ARMISARegistersPeter Maydell1-1/+1
2020-02-21target/arm: Stop assuming DBGDIDR always existsPeter Maydell1-0/+7
2020-02-21target/arm: Add _aa64_ and _any_ versions of pmu_8_1 isar checksPeter Maydell1-2/+13
2020-02-21target/arm: Define an aa32_pmu_8_1 isar feature test functionPeter Maydell1-1/+8
2020-02-21target/arm: Add and use FIELD definitions for ID_AA64DFR0_EL1Peter Maydell1-0/+10
2020-02-21target/arm: Define and use any_predinv isar_feature testPeter Maydell1-0/+5
2020-02-21target/arm: Add isar_feature_any_fp16 and document naming/usage conventionsPeter Maydell1-1/+18
2020-02-21target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registersPeter Maydell1-3/+10
2020-02-13target/arm: Update MSR access to UAORichard Henderson1-0/+6
2020-02-13target/arm: Add ID_AA64MMFR2_EL1Richard Henderson1-0/+17
2020-02-13target/arm: Update MSR access for PANRichard Henderson1-0/+2
2020-02-13target/arm: Remove CPSR_RESERVEDRichard Henderson1-6/+0
2020-02-13target/arm: Replace CPSR_ERET_MASK with aarch32_cpsr_valid_maskRichard Henderson1-2/+0
2020-02-13target/arm: Add isar_feature tests for PAN + ATS1E1Richard Henderson1-0/+29
2020-02-13target/arm: Add mmu_idx for EL1 and EL2 w/ PAN enabledRichard Henderson1-11/+22
2020-02-07target/arm: Move arm_excp_unmasked to cpu.cRichard Henderson1-111/+0
2020-02-07target/arm: Update get_a64_user_mem_index for VHERichard Henderson1-4/+5
2020-02-07target/arm: Add VHE system register redirection and aliasingRichard Henderson1-0/+13
2020-02-07target/arm: Add the hypervisor virtual counterRichard Henderson1-5/+6
2020-02-07target/arm: Update arm_sctlr for VHERichard Henderson1-9/+1
2020-02-07target/arm: Reorganize ARMMMUIdxRichard Henderson1-76/+58
2020-02-07target/arm: Tidy ARMMMUIdx m-profile definitionsRichard Henderson1-8/+8