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