aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.h
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-03target/arm: Make FPSCR.LTPSIZE writable for MVEPeter Maydell1-1/+2
2021-06-03target/arm: Implement M-profile VPR registerPeter Maydell1-0/+6
2021-06-03target/arm: Add isar feature check functions for MVEPeter Maydell1-0/+22
2021-05-25target/arm: Implement aarch32 VSUDOT, VUSDOTRichard Henderson1-0/+5
2021-05-25target/arm: Implement aarch64 SUDOT, USDOTRichard Henderson1-0/+5
2021-05-25target/arm: Implement SVE2 crypto constructive binary operationsRichard Henderson1-0/+5
2021-05-25target/arm: Implement SVE2 crypto destructive binary operationsRichard Henderson1-0/+5
2021-05-25target/arm: Implement SVE mixed sign dot product (indexed)Richard Henderson1-0/+5
2021-05-25target/arm: Implement SVE2 FMMLAStephen Long1-0/+10
2021-05-25target/arm: Implement SVE2 bitwise permuteRichard Henderson1-0/+5
2021-05-25target/arm: Implement SVE2 PMULLB, PMULLTRichard Henderson1-0/+10
2021-05-25target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2Richard Henderson1-0/+16
2021-05-25target/arm: Add support for FEAT_TLBIOSRebecca Cran1-0/+5
2021-05-25target/arm: Add support for FEAT_TLBIRANGERebecca Cran1-0/+5
2021-04-30target/arm: Add ALIGN_MEM to TBFLAG_ANYRichard Henderson1-0/+2
2021-04-30target/arm: Move TBFLAG_ANY bits to the bottomRichard Henderson1-7/+7
2021-04-30target/arm: Move TBFLAG_AM32 bits to the topRichard Henderson1-21/+21
2021-04-30target/arm: Move mode specific TB flags to tb->cs_baseRichard Henderson1-21/+28
2021-04-30target/arm: Introduce CPUARMTBFlagsRichard Henderson1-11/+15
2021-04-30target/arm: Add wrapper macros for accessing tbflagsRichard Henderson1-1/+21
2021-04-30target/arm: Rename TBFLAG_ANY, PSTATE_SSRichard Henderson1-1/+1
2021-04-30target/arm: Rename TBFLAG_A32, SCTLR_BRichard Henderson1-1/+1
2021-04-06Revert "target/arm: Make number of counters in PMCR follow the CPU"Peter Maydell1-1/+0
2021-03-30target/arm: Make number of counters in PMCR follow the CPUPeter Maydell1-0/+1
2021-03-05target/arm: Add support for FEAT_SSBS, Speculative Store Bypass SafeRebecca Cran1-1/+14
2021-02-16linux-user/aarch64: Implement PROT_MTERichard Henderson1-0/+1
2021-02-16linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLERichard Henderson1-0/+31