aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-25target/arm: make pmccntr_op_start/finish staticAndrew Jones1-11/+0
2019-03-05target/arm: Implement ARMv8.5-FRINTRichard Henderson1-0/+5
2019-03-05target/arm: Implement ARMv8.5-CondMRichard Henderson1-0/+5
2019-03-05target/arm: Implement ARMv8.4-CondMRichard Henderson1-0/+5
2019-03-05target/arm: Implement ARMv8.0-PredInvRichard Henderson1-1/+12
2019-03-05target/arm: Implement ARMv8.0-SBRichard Henderson1-0/+10
2019-03-05target/arm: Split out arm_sctlrRichard Henderson1-9/+15
2019-02-28target/arm: Implement VFMAL and VFMSL for aarch32Richard Henderson1-0/+5
2019-02-28target/arm: Implement FMLAL and FMLSL for aarch64Richard Henderson1-0/+5
2019-02-28Revert "arm: Allow system registers for KVM guests to be changed by QEMU code"Peter Maydell1-8/+1
2019-02-28target/arm: Gate "miscellaneous FP" insns by ID register fieldPeter Maydell1-0/+20
2019-02-28target/arm: Use MVFR1 feature bits to gate A32/T32 FP16 instructionsPeter Maydell1-1/+36
2019-02-21target/arm: Implement ARMv8.3-JSConvRichard Henderson1-0/+10
2019-02-15target/arm: Split out FPSCR.QC to a vector fieldRichard Henderson1-1/+4
2019-02-15arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell1-1/+8
2019-02-15target/arm: expose remaining CPUID registers as RAZAlex Bennée1-0/+3
2019-02-15target/arm: expose CPUID registers to userspaceAlex Bennée1-0/+21
2019-02-15target/arm: relax permission checks for HWCAP_CPUID registersAlex Bennée1-0/+12
2019-02-05target/arm: Make FPSCR/FPCR trapped-exception bits RAZ/WIPeter Maydell1-0/+6
2019-02-05target/arm: Add TBFLAG_A64_TBID, split out gen_top_byte_ignoreRichard Henderson1-0/+1
2019-02-05target/arm: Add BT and BTYPE to tb->flagsRichard Henderson1-0/+2
2019-02-05target/arm: Add PSTATE.BTYPERichard Henderson1-2/+6
2019-02-05target/arm: Introduce isar_feature_aa64_btiRichard Henderson1-0/+10
2019-02-01target/arm: fix AArch64 virtual address space sizeRemi Denis-Courmont1-1/+1
2019-02-01target/arm: Add a timer to predict PMU counter overflowAaron Lindsay OS1-0/+10
2019-01-29target/arm: Don't clear supported PMU events when initializing PMCEID1Aaron Lindsay OS1-6/+5
2019-01-21target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPERAaron Lindsay1-0/+3
2019-01-21target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0Aaron Lindsay1-0/+10
2019-01-21target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]Aaron Lindsay1-2/+2
2019-01-21target/arm: Define FIELDs for ID_DFR0Aaron Lindsay1-0/+9
2019-01-21target/arm: Filter cycle counter based on PMCCFILTR_EL0Aaron Lindsay1-1/+9
2019-01-21target/arm: Reorganize PMCCNTR accessesAaron Lindsay1-8/+29
2019-01-21target/arm: Reuse aa64_va_parameters for setting tbflagsRichard Henderson1-35/+0
2019-01-21target/arm: Merge TBFLAG_AA_TB{0, 1} to TBIIRichard Henderson1-2/+1
2019-01-21target/arm: Introduce arm_mmu_idxRichard Henderson1-1/+8
2019-01-21target/arm: Move cpu_mmu_index out of lineRichard Henderson1-43/+5