summary refs log tree commit diff stats
path: root/target/arm/cpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* target/arm: Don't clear supported PMU events when initializing PMCEID1Aaron Lindsay OS2019-01-291-6/+5
* target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPERAaron Lindsay2019-01-211-0/+3
* target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0Aaron Lindsay2019-01-211-0/+10
* target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]Aaron Lindsay2019-01-211-2/+2
* target/arm: Define FIELDs for ID_DFR0Aaron Lindsay2019-01-211-0/+9
* target/arm: Filter cycle counter based on PMCCFILTR_EL0Aaron Lindsay2019-01-211-1/+9
* target/arm: Reorganize PMCCNTR accessesAaron Lindsay2019-01-211-8/+29
* target/arm: Reuse aa64_va_parameters for setting tbflagsRichard Henderson2019-01-211-35/+0
* target/arm: Merge TBFLAG_AA_TB{0, 1} to TBIIRichard Henderson2019-01-211-2/+1
* target/arm: Introduce arm_mmu_idxRichard Henderson2019-01-211-1/+8
* target/arm: Move cpu_mmu_index out of lineRichard Henderson2019-01-211-43/+5
* target/arm: Add PAuth active bit to tbflagsRichard Henderson2019-01-211-0/+1
* target/arm: Add SCTLR bits through ARMv8.5Richard Henderson2019-01-211-12/+33
* target/arm: Add state for the ARMv8.3-PAuth extensionRichard Henderson2019-01-211-1/+29
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190107'...Peter Maydell2019-01-071-82/+20
|\
| * target/arm: Convert ARM_TBFLAG_* to FIELDsRichard Henderson2019-01-071-82/+20
* | arm: replace instance_post_init()Marc-André Lureau2019-01-071-0/+2
|/
* target/arm: Implement the ARMv8.1-LOR extensionRichard Henderson2018-12-131-0/+5
* target/arm: Introduce arm_hcr_el2_effRichard Henderson2018-12-131-52/+15
* target/arm: Implement the ARMv8.2-AA32HPD extensionRichard Henderson2018-12-131-0/+9
* target/arm: Tidy scr_writeRichard Henderson2018-12-131-2/+0
* target/arm: Add SCR_EL3 bits up to ARMv8.5Richard Henderson2018-12-131-0/+10
* target/arm: Add HCR_EL2 bits up to ARMv8.5Richard Henderson2018-12-131-1/+21
* target/arm: Move id_aa64mmfr* to ARMISARegistersPeter Maydell2018-12-131-2/+24
* target/arm: Track the state of our irq lines from the GIC explicitlyPeter Maydell2018-11-131-0/+3
* arm: fix aa64_generate_debug_exceptions to work with EL2Alex Bennée2018-11-131-15/+24
* arm: use symbolic MDCR_TDE in arm_debug_target_elAlex Bennée2018-11-131-1/+1
* target/arm: Conditionalize some asserts on aarch32 supportRichard Henderson2018-11-021-0/+5
* target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson2018-10-241-1/+16
* target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson2018-10-241-1/+15
* target/arm: Convert jazelle from feature bit to isar1 testRichard Henderson2018-10-241-1/+5
* target/arm: Convert division from feature bits to isar0 testsRichard Henderson2018-10-241-2/+10
* target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson2018-10-241-12/+119
* target/arm: Move some system registers into a substructureRichard Henderson2018-10-241-14/+18
* target/arm: Add support for VCPU event statesDongjiu Geng2018-10-241-0/+7
* target/arm: Define fields of ISAR registersRichard Henderson2018-10-161-0/+88
* target/arm: Fix aarch64_sve_change_el wrt EL0Richard Henderson2018-10-161-2/+5
* target/arm: Define new EXCP type for v8M stack overflowsPeter Maydell2018-10-081-0/+2
* target/arm: Define new TBFLAG for v8M stack checkingPeter Maydell2018-10-081-0/+7
* target/arm: Adjust aarch64_cpu_dump_state for system mode SVERichard Henderson2018-10-081-0/+4
* target/arm: Handle SVE vector length changes in system modeRichard Henderson2018-10-081-0/+4
* target/arm: Remove a handful of stray tabsPeter Maydell2018-08-241-8/+8
* target/arm: Adjust FPCR_MASK for FZ16Richard Henderson2018-08-161-1/+1
* target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson2018-08-161-0/+3
* target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO}Peter Maydell2018-08-141-6/+58
* target/arm: Mask virtual interrupts if HCR_EL2.TGE is setPeter Maydell2018-08-141-2/+4
* target/arm: Add ID_ISAR6Richard Henderson2018-06-291-0/+1
* target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization ExtensionsAaron Lindsay2018-06-291-0/+1
* target/arm: Implement ARMv8.2-DotProdRichard Henderson2018-06-291-0/+1
* target/arm: Introduce ARM_FEATURE_M_MAINJulia Suvorova2018-06-221-0/+1