aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2022-06-08target/arm: Add ID_AA64SMFR0_EL1Richard Henderson1-0/+25
2022-06-08target/arm: Add isar_feature_aa64_smeRichard Henderson1-0/+5
2022-06-08target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_elRichard Henderson1-1/+10
2022-06-08target/arm: Use uint32_t instead of bitmap for sve vq'sRichard Henderson1-3/+3
2022-06-08linux-user/aarch64: Introduce sve_vqRichard Henderson1-0/+11
2022-06-08target/arm: Rename TBFLAG_A64 ZCR_LEN to VLRichard Henderson1-1/+2
2022-06-08target/arm: Implement FEAT_DoubleFaultPeter Maydell1-0/+5
2022-05-19target/arm: Use FIELD definitions for CPACR, CPTR_ELxRichard Henderson1-5/+39
2022-05-19target/arm: Enable FEAT_HCX for -cpu maxRichard Henderson1-0/+20
2022-05-19target/arm: Make number of counters in PMCR follow the CPUPeter Maydell1-0/+1
2022-05-19hw/intc/arm_gicv3: Use correct number of priority bits for the CPUPeter Maydell1-0/+1
2022-05-19target/arm: Implement FEAT_IDSTPeter Maydell1-0/+5
2022-05-19target/arm: Implement FEAT_S2FWBPeter Maydell1-0/+5
2022-05-09target/arm: Enable FEAT_CSV2_2 for -cpu maxRichard Henderson1-0/+16
2022-05-09target/arm: Implement virtual SError exceptionsRichard Henderson1-0/+2
2022-05-09target/arm: Add minimal RAS registersRichard Henderson1-0/+5
2022-05-05target/arm: Add isar_feature_{aa64,any}_rasRichard Henderson1-0/+10
2022-05-05target/arm: Add isar predicates for FEAT_Debugv8p2Richard Henderson1-0/+15
2022-05-05target/arm: Split out cpregs.hRichard Henderson1-368/+0
2022-04-22target/arm: Remove fpexc32_accessRichard Henderson1-5/+0
2022-04-22target/arm: Change CPUArchState.thumb to boolRichard Henderson1-1/+1
2022-04-22target/arm: Change CPUArchState.aarch64 to boolRichard Henderson1-1/+1
2022-04-22target/arm: Update SCTLR bits to ARMv9.2Richard Henderson1-0/+14
2022-04-22target/arm: Update SCR_EL3 bits to ARMv8.8Richard Henderson1-0/+12
2022-04-22target/arm: Update ISAR fields for ARMv8.8Richard Henderson1-0/+24
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau1-0/+1
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-4/+4
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-4/+4
2022-03-18target/arm: Make rvbar settable after realizeEdgar E. Iglesias1-1/+2
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell1-1/+4
2022-03-07target/arm: Provide cpu property for controling FEAT_LPA2Richard Henderson1-1/+4
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé1-1/+1
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé1-2/+0
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé1-2/+1
2022-03-02target/arm: Implement FEAT_LPA2Richard Henderson1-0/+22
2022-03-02target/arm: Implement FEAT_LVARichard Henderson1-0/+5
2022-01-20hw/arm/virt: KVM: Enable PAuth when supported by the hostMarc Zyngier1-0/+1
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-7/+0
2021-09-21target/arm: Add TB flag for "MVE insns not predicated"Peter Maydell1-1/+3
2021-09-21hvf: arm: Implement -cpu hostPeter Maydell1-0/+2
2021-09-14target/arm: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-2/+1
2021-09-13target/arm: Take an exception if PSTATE.IL is setPeter Maydell1-0/+1
2021-08-26target/arm: Do hflags rebuild in cpsr_write()Peter Maydell1-2/+8
2021-08-26target/arm: Implement HSTR.TJDBXPeter Maydell1-0/+1
2021-08-26target/arm: Implement HSTR.TTEEPeter Maydell1-0/+2
2021-08-26target/arm/cpu: Introduce sve_vq_supported bitmapAndrew Jones1-0/+4
2021-08-25target/arm: Implement M-profile trapping on division by zeroPeter Maydell1-0/+1
2021-07-27target/arm: Add sve-default-vector-length cpu propertyRichard Henderson1-0/+5
2021-06-03target/arm: Add isar_feature_{aa32, aa64, aa64_sve}_bf16Richard Henderson1-0/+15
2021-06-03target/arm: Allow board models to specify initial NS VTORPeter Maydell1-0/+2