summaryrefslogtreecommitdiff
path: root/target/arm/cpu.h
AgeCommit message (Expand)Author
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-06-10cpu: Define ArchCPURichard Henderson
2019-06-10cpu: Define CPUArchState with typedefRichard Henderson
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson
2019-05-22target/arm: Implement ARMv8.5-RNGRichard Henderson
2019-05-22target/arm: Put all PAC keys into a structureRichard Henderson
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 VLSTM for v7M CPUs with an FPUPeter Maydell
2019-04-29target/arm: Implement M-profile lazy FP state preservationPeter Maydell
2019-04-29target/arm: New function armv7m_nvic_set_pending_lazyfp()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: Move NS TBFLAG from bit 19 to bit 6Peter Maydell
2019-04-29target/arm: Implement v7m_update_fpccr()Peter Maydell
2019-04-29target/arm: Implement dummy versions of M-profile FP-related registersPeter Maydell
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster
2019-03-25target/arm: make pmccntr_op_start/finish staticAndrew Jones
2019-03-05target/arm: Implement ARMv8.5-FRINTRichard Henderson
2019-03-05target/arm: Implement ARMv8.5-CondMRichard Henderson
2019-03-05target/arm: Implement ARMv8.4-CondMRichard Henderson
2019-03-05target/arm: Implement ARMv8.0-PredInvRichard Henderson
2019-03-05target/arm: Implement ARMv8.0-SBRichard Henderson
2019-03-05target/arm: Split out arm_sctlrRichard Henderson
2019-02-28target/arm: Implement VFMAL and VFMSL for aarch32Richard Henderson
2019-02-28target/arm: Implement FMLAL and FMLSL for aarch64Richard Henderson
2019-02-28Revert "arm: Allow system registers for KVM guests to be changed by QEMU code"Peter Maydell
2019-02-28target/arm: Gate "miscellaneous FP" insns by ID register fieldPeter Maydell
2019-02-28target/arm: Use MVFR1 feature bits to gate A32/T32 FP16 instructionsPeter Maydell
2019-02-21target/arm: Implement ARMv8.3-JSConvRichard Henderson
2019-02-15target/arm: Split out FPSCR.QC to a vector fieldRichard 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 CPUID registers to userspaceAlex Bennée
2019-02-15target/arm: relax permission checks for HWCAP_CPUID registersAlex Bennée
2019-02-05target/arm: Make FPSCR/FPCR trapped-exception bits RAZ/WIPeter Maydell
2019-02-05target/arm: Add TBFLAG_A64_TBID, split out gen_top_byte_ignoreRichard Henderson
2019-02-05target/arm: Add BT and BTYPE to tb->flagsRichard Henderson
2019-02-05target/arm: Add PSTATE.BTYPERichard Henderson
2019-02-05target/arm: Introduce isar_feature_aa64_btiRichard Henderson
2019-02-01target/arm: fix AArch64 virtual address space sizeRemi Denis-Courmont
2019-02-01target/arm: Add a timer to predict PMU counter overflowAaron Lindsay OS
2019-01-29target/arm: Don't clear supported PMU events when initializing PMCEID1Aaron Lindsay OS
2019-01-21target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPERAaron Lindsay
2019-01-21target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0Aaron Lindsay