aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-13arm: use symbolic MDCR_TDE in arm_debug_target_elAlex Bennée1-1/+1
2018-11-02target/arm: Conditionalize some asserts on aarch32 supportRichard Henderson1-0/+5
2018-10-24target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson1-1/+16
2018-10-24target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson1-1/+15
2018-10-24target/arm: Convert jazelle from feature bit to isar1 testRichard Henderson1-1/+5
2018-10-24target/arm: Convert division from feature bits to isar0 testsRichard Henderson1-2/+10
2018-10-24target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson1-12/+119
2018-10-24target/arm: Move some system registers into a substructureRichard Henderson1-14/+18
2018-10-24target/arm: Add support for VCPU event statesDongjiu Geng1-0/+7
2018-10-16target/arm: Define fields of ISAR registersRichard Henderson1-0/+88
2018-10-16target/arm: Fix aarch64_sve_change_el wrt EL0Richard Henderson1-2/+5
2018-10-08target/arm: Define new EXCP type for v8M stack overflowsPeter Maydell1-0/+2
2018-10-08target/arm: Define new TBFLAG for v8M stack checkingPeter Maydell1-0/+7
2018-10-08target/arm: Adjust aarch64_cpu_dump_state for system mode SVERichard Henderson1-0/+4
2018-10-08target/arm: Handle SVE vector length changes in system modeRichard Henderson1-0/+4
2018-08-24target/arm: Remove a handful of stray tabsPeter Maydell1-8/+8
2018-08-16target/arm: Adjust FPCR_MASK for FZ16Richard Henderson1-1/+1
2018-08-16target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson1-0/+3
2018-08-14target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO}Peter Maydell1-6/+58
2018-08-14target/arm: Mask virtual interrupts if HCR_EL2.TGE is setPeter Maydell1-2/+4
2018-06-29target/arm: Add ID_ISAR6Richard Henderson1-0/+1
2018-06-29target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization ExtensionsAaron Lindsay1-0/+1
2018-06-29target/arm: Implement ARMv8.2-DotProdRichard Henderson1-0/+1
2018-06-22target/arm: Introduce ARM_FEATURE_M_MAINJulia Suvorova1-0/+1
2018-05-18target/arm: Implement SVE Predicate Misc GroupRichard Henderson1-0/+4