summaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)Author
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée
2019-05-22target/arm: Implement ARMv8.5-RNGRichard Henderson
2019-05-22target/arm: Put all PAC keys into a structureRichard Henderson
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson
2019-05-10target/arm: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-07target/arm: Stop using variable length array in dc_zvaPeter Maydell
2019-05-07target/arm: Implement XPSR GE bitsPeter Maydell
2019-05-07arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell
2019-04-29target/arm: Implement VLLDM for v7M CPUs with an FPUPeter Maydell
2019-04-29target/arm: Implement VLSTM for v7M CPUs with an FPUPeter Maydell
2019-04-29target/arm: Implement M-profile lazy FP state preservationPeter Maydell
2019-04-29target/arm: Add lazy-FP-stacking support to v7m_stack_write()Peter Maydell
2019-04-29target/arm: New helper function arm_v7m_mmu_idx_all()Peter Maydell
2019-04-29target/arm: Activate M-profile floating point context when FPCCR.ASPEN is setPeter Maydell
2019-04-29target/arm: Set FPCCR.S when executing M-profile floating point insnsPeter Maydell
2019-04-29target/arm: Overlap VECSTRIDE and XSCALE_CPAR TB flagsPeter Maydell
2019-04-29target/arm: Handle floating point registers in exception returnPeter Maydell
2019-04-29target/arm: Allow for floating point in callee stack integrity checkPeter Maydell
2019-04-29target/arm: Clean excReturn bits when tail chainingPeter Maydell
2019-04-29target/arm: Clear CONTROL.SFPA in BXNS and BLXNSPeter Maydell
2019-04-29target/arm: Implement v7m_update_fpccr()Peter Maydell
2019-04-29target/arm: Handle floating point registers in exception entryPeter Maydell
2019-04-29target/arm/helper: don't return early for STKOF faults during stackingPeter Maydell
2019-04-29target/arm: Handle SFPA and FPCA bits in reads and writes of CONTROLPeter Maydell
2019-04-29target/arm: Clear CONTROL_S.SFPA in SG insn if FPU presentPeter Maydell
2019-04-29target/arm: Honour M-profile FP enable bitsPeter Maydell
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster
2019-03-25target/arm: make pmccntr_op_start/finish staticAndrew Jones
2019-03-25target/arm: fix crash on pmu register accessAndrew Jones
2019-03-15target/arm: change arch timer registers access permissionDongjiu Geng
2019-03-05target/arm: Implement ARMv8.0-PredInvRichard Henderson
2019-03-05target/arm: Split out arm_sctlrRichard Henderson
2019-02-28Revert "arm: Allow system registers for KVM guests to be changed by QEMU code"Peter Maydell
2019-02-21target/arm: Split out vfp_helper.cRichard Henderson
2019-02-21target/arm: Stop unintentional sign extension in pmu_initAaron Lindsay OS
2019-02-21target/arm: v8M MPU should use background region as default, not alwaysPeter Maydell
2019-02-18qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau
2019-02-15target/arm: Split out FPSCR.QC to a vector fieldRichard Henderson
2019-02-15target/arm: Fix set of bits kept in xregs[ARM_VFP_FPSCR]Richard Henderson
2019-02-15target/arm: Split out flags setting from vfp comparesRichard Henderson
2019-02-15target/arm: Fix vfp_gdb_get/set_reg vs FPSCRRichard Henderson
2019-02-15arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell
2019-02-15target/arm: expose remaining CPUID registers as RAZAlex Bennée
2019-02-15target/arm: expose MPIDR_EL1 to userspaceAlex Bennée
2019-02-15target/arm: expose CPUID registers to userspaceAlex Bennée
2019-02-15target/arm: relax permission checks for HWCAP_CPUID registersAlex Bennée
2019-02-15target/arm: Implement HACR_EL2Peter Maydell
2019-02-15target/arm: Fix CRn to be 14 for PMEVTYPER/PMEVCNTRAaron Lindsay OS