summaryrefslogtreecommitdiff
path: root/target/arm/cpu.h
AgeCommit message (Expand)Author
2019-01-21target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]Aaron Lindsay
2019-01-21target/arm: Define FIELDs for ID_DFR0Aaron Lindsay
2019-01-21target/arm: Filter cycle counter based on PMCCFILTR_EL0Aaron Lindsay
2019-01-21target/arm: Reorganize PMCCNTR accessesAaron Lindsay
2019-01-21target/arm: Reuse aa64_va_parameters for setting tbflagsRichard Henderson
2019-01-21target/arm: Merge TBFLAG_AA_TB{0, 1} to TBIIRichard Henderson
2019-01-21target/arm: Introduce arm_mmu_idxRichard Henderson
2019-01-21target/arm: Move cpu_mmu_index out of lineRichard Henderson
2019-01-21target/arm: Add PAuth active bit to tbflagsRichard Henderson
2019-01-21target/arm: Add SCTLR bits through ARMv8.5Richard Henderson
2019-01-21target/arm: Add state for the ARMv8.3-PAuth extensionRichard Henderson
2019-01-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190107'...Peter Maydell
2019-01-07target/arm: Convert ARM_TBFLAG_* to FIELDsRichard Henderson
2019-01-07arm: replace instance_post_init()Marc-André Lureau
2018-12-13target/arm: Implement the ARMv8.1-LOR extensionRichard Henderson
2018-12-13target/arm: Introduce arm_hcr_el2_effRichard Henderson
2018-12-13target/arm: Implement the ARMv8.2-AA32HPD extensionRichard Henderson
2018-12-13target/arm: Tidy scr_writeRichard Henderson
2018-12-13target/arm: Add SCR_EL3 bits up to ARMv8.5Richard Henderson
2018-12-13target/arm: Add HCR_EL2 bits up to ARMv8.5Richard Henderson
2018-12-13target/arm: Move id_aa64mmfr* to ARMISARegistersPeter Maydell
2018-11-13target/arm: Track the state of our irq lines from the GIC explicitlyPeter Maydell
2018-11-13arm: fix aa64_generate_debug_exceptions to work with EL2Alex Bennée
2018-11-13arm: use symbolic MDCR_TDE in arm_debug_target_elAlex Bennée
2018-11-02target/arm: Conditionalize some asserts on aarch32 supportRichard Henderson
2018-10-24target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson
2018-10-24target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson
2018-10-24target/arm: Convert jazelle from feature bit to isar1 testRichard Henderson
2018-10-24target/arm: Convert division from feature bits to isar0 testsRichard Henderson
2018-10-24target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson
2018-10-24target/arm: Move some system registers into a substructureRichard Henderson
2018-10-24target/arm: Add support for VCPU event statesDongjiu Geng
2018-10-16target/arm: Define fields of ISAR registersRichard Henderson
2018-10-16target/arm: Fix aarch64_sve_change_el wrt EL0Richard Henderson
2018-10-08target/arm: Define new EXCP type for v8M stack overflowsPeter Maydell
2018-10-08target/arm: Define new TBFLAG for v8M stack checkingPeter Maydell
2018-10-08target/arm: Adjust aarch64_cpu_dump_state for system mode SVERichard Henderson
2018-10-08target/arm: Handle SVE vector length changes in system modeRichard Henderson
2018-08-24target/arm: Remove a handful of stray tabsPeter Maydell
2018-08-16target/arm: Adjust FPCR_MASK for FZ16Richard Henderson
2018-08-16target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson
2018-08-14target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO}Peter Maydell
2018-08-14target/arm: Mask virtual interrupts if HCR_EL2.TGE is setPeter Maydell
2018-06-29target/arm: Add ID_ISAR6Richard Henderson
2018-06-29target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization ExtensionsAaron Lindsay
2018-06-29target/arm: Implement ARMv8.2-DotProdRichard Henderson
2018-06-22target/arm: Introduce ARM_FEATURE_M_MAINJulia Suvorova
2018-05-18target/arm: Implement SVE Predicate Misc GroupRichard Henderson
2018-05-18target/arm: Implement SVE Predicate Logical Operations GroupRichard Henderson
2018-05-18target/arm: Add the XML dynamic generationAbdallah Bouassida