aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-20target/arm: Abstract the generic timer frequencyAndrew Jeffery1-0/+5
2019-12-16target/arm: ensure we use current exception state after SCR updateAlex Bennée1-2/+6
2019-12-16target/arm: Add support for DC CVAP & DC CVADP insBeata Michalska1-0/+10
2019-12-16target/arm: Handle AArch32 CP15 trapping via HSTR_EL2Marc Zyngier1-0/+2
2019-11-19target/arm: Support EL0 v7m msr/mrs for CONFIG_USER_ONLYRichard Henderson1-0/+2
2019-11-19target/arm: Merge arm_cpu_vq_map_next_smaller into sole callerRichard Henderson1-3/+0
2019-11-01target/arm/kvm: host cpu: Add support for sve<N> propertiesAndrew Jones1-0/+2
2019-11-01target/arm/cpu64: max cpu: Introduce sve<N> propertiesAndrew Jones1-0/+19
2019-10-24target/arm: Add arm_rebuild_hflagsRichard Henderson1-0/+6
2019-10-24target/arm: Hoist computation of TBFLAG_A32.VFPENRichard Henderson1-1/+1
2019-10-24target/arm: Split arm_cpu_data_is_big_endianRichard Henderson1-19/+30
2019-10-24target/arm: Split out rebuild_hflags_commonRichard Henderson1-11/+18
2019-09-03target/arm: Allow ARMCPRegInfo read/write functions to throw exceptionsPeter Maydell1-1/+5
2019-08-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...Peter Maydell1-1/+12
2019-08-16target/arm/cpu: Use div-round-up to determine predicate register array sizeAndrew Jones1-1/+1
2019-08-16target/arm: Fix routing of singlestep exceptionsPeter Maydell1-0/+5
2019-08-16target/arm: generate a custom MIDR for -cpu maxAlex Bennée1-0/+6
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster1-1/+1
2019-07-04target/arm: Restrict semi-hosting to TCGPhilippe Mathieu-Daudé1-0/+7
2019-07-01target/arm: Move CPU state dumping routines to cpu.cPhilippe Mathieu-Daudé1-2/+0
2019-06-17target/arm: Only implement doubles if the FPU supports themPeter Maydell1-0/+6
2019-06-17target/arm: Allow M-profile CPUs to disable the DSP extension via CPU propertyPeter Maydell1-0/+2
2019-06-17target/arm: Allow VFP and Neon to be disabled via a CPU propertyPeter Maydell1-0/+4
2019-06-13target/arm: Convert VFP VMLA to decodetreePeter Maydell1-0/+5
2019-06-13target/arm: Convert the VSEL instructions to decodetreePeter Maydell1-0/+6
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-10cpu: Remove CPU_COMMONRichard Henderson1-3/+1
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson1-0/+1
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson1-2/+0
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson1-5/+0
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-2/+0
2019-06-10cpu: Define ArchCPURichard Henderson1-0/+1
2019-06-10cpu: Define CPUArchState with typedefRichard Henderson1-2/+2
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson1-30/+3
2019-05-22target/arm: Implement ARMv8.5-RNGRichard Henderson1-0/+5
2019-05-22target/arm: Put all PAC keys into a structureRichard Henderson1-5/+7
2019-05-07target/arm: Implement XPSR GE bitsPeter Maydell1-0/+4
2019-05-07arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell1-1/+8
2019-04-29target/arm: Implement VLSTM for v7M CPUs with an FPUPeter Maydell1-0/+2
2019-04-29target/arm: Implement M-profile lazy FP state preservationPeter Maydell1-0/+3
2019-04-29target/arm: New function armv7m_nvic_set_pending_lazyfp()Peter Maydell1-0/+12
2019-04-29target/arm: New helper function arm_v7m_mmu_idx_all()Peter Maydell1-0/+7
2019-04-29target/arm: Activate M-profile floating point context when FPCCR.ASPEN is setPeter Maydell1-0/+2
2019-04-29target/arm: Set FPCCR.S when executing M-profile floating point insnsPeter Maydell1-0/+2
2019-04-29target/arm: Overlap VECSTRIDE and XSCALE_CPAR TB flagsPeter Maydell1-4/+6
2019-04-29target/arm: Move NS TBFLAG from bit 19 to bit 6Peter Maydell1-5/+6
2019-04-29target/arm: Implement v7m_update_fpccr()Peter Maydell1-0/+14
2019-04-29target/arm: Implement dummy versions of M-profile FP-related registersPeter Maydell1-0/+34
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-2/+1
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-1/+1