aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-21target/arm: Add PAuth active bit to tbflagsRichard Henderson1-0/+1
2019-01-21target/arm: Add SCTLR bits through ARMv8.5Richard Henderson1-12/+33
2019-01-21target/arm: Add state for the ARMv8.3-PAuth extensionRichard Henderson1-1/+29
2019-01-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190107'...Peter Maydell1-82/+20
2019-01-07target/arm: Convert ARM_TBFLAG_* to FIELDsRichard Henderson1-82/+20
2019-01-07arm: replace instance_post_init()Marc-André Lureau1-0/+2
2018-12-13target/arm: Implement the ARMv8.1-LOR extensionRichard Henderson1-0/+5
2018-12-13target/arm: Introduce arm_hcr_el2_effRichard Henderson1-52/+15
2018-12-13target/arm: Implement the ARMv8.2-AA32HPD extensionRichard Henderson1-0/+9
2018-12-13target/arm: Tidy scr_writeRichard Henderson1-2/+0
2018-12-13target/arm: Add SCR_EL3 bits up to ARMv8.5Richard Henderson1-0/+10
2018-12-13target/arm: Add HCR_EL2 bits up to ARMv8.5Richard Henderson1-1/+21
2018-12-13target/arm: Move id_aa64mmfr* to ARMISARegistersPeter Maydell1-2/+24
2018-11-13target/arm: Track the state of our irq lines from the GIC explicitlyPeter Maydell1-0/+3
2018-11-13arm: fix aa64_generate_debug_exceptions to work with EL2Alex Bennée1-15/+24