summaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)Author
2019-02-05target/arm: Make FPSCR/FPCR trapped-exception bits RAZ/WIPeter Maydell
2019-02-05target/arm: Compute TB_FLAGS for TBI for user-onlyPeter Maydell
2019-02-05target/arm: Add TBFLAG_A64_TBID, split out gen_top_byte_ignoreRichard Henderson
2019-02-05target/arm: Cache the GP bit for a page in MemTxAttrsRichard Henderson
2019-02-05target/arm: Add BT and BTYPE to tb->flagsRichard Henderson
2019-02-01target/arm: Enable API, APK bits in SCR, HCRRichard Henderson
2019-02-01target/arm: Add a timer to predict PMU counter overflowAaron Lindsay OS
2019-02-01target/arm: Send interrupts on PMU counter overflowAaron Lindsay OS
2019-01-29target/arm: Don't clear supported PMU events when initializing PMCEID1Aaron Lindsay OS
2019-01-29target/arm: v8m: Ensure IDAU is respected if SAU is disabledThomas Roth
2019-01-29target/arm: Fix validation of 32-bit address spaces for aa32Richard Henderson
2019-01-21target/arm: Implement PMSWINCAaron Lindsay
2019-01-21target/arm: PMU: Set PMCR.N to 4Aaron Lindsay
2019-01-21target/arm: PMU: Add instruction and cycle eventsAaron Lindsay
2019-01-21target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPERAaron Lindsay
2019-01-21target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0Aaron Lindsay
2019-01-21target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]Aaron Lindsay
2019-01-21target/arm: Implement PMOVSSETAaron Lindsay
2019-01-21target/arm: Allow AArch32 access for PMCCFILTRAaron Lindsay
2019-01-21target/arm: Filter cycle counter based on PMCCFILTR_EL0Aaron Lindsay
2019-01-21target/arm: Swap PMU values before/after migrationsAaron Lindsay
2019-01-21target/arm: Reorganize PMCCNTR accessesAaron Lindsay
2019-01-21target/arm: Add PAuth system registersRichard Henderson
2019-01-21target/arm: Reuse aa64_va_parameters for setting tbflagsRichard Henderson
2019-01-21target/arm: Decode TBID from TCRRichard Henderson
2019-01-21target/arm: Add aa64_va_parameters_bothRichard Henderson
2019-01-21target/arm: Export aa64_va_parameters to internals.hRichard Henderson
2019-01-21target/arm: Merge TBFLAG_AA_TB{0, 1} to TBIIRichard Henderson
2019-01-21target/arm: Create ARMVAParameters and helpersRichard Henderson
2019-01-21target/arm: Introduce arm_stage1_mmu_idxRichard 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: Allow Aarch32 exception return to switch from Mon->HypAlexander Graf
2019-01-07target/arm: Convert ARM_TBFLAG_* to FIELDsRichard Henderson
2018-12-13target/arm: Implement the ARMv8.1-LOR extensionRichard Henderson
2018-12-13target/arm: Use arm_hcr_el2_eff more placesRichard 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: Implement the ARMv8.1-HPD extensionRichard Henderson
2018-12-13target/arm: Tidy scr_writeRichard Henderson
2018-12-13target/arm: Fix HCR_EL2.TGE check in arm_phys_excp_target_elRichard Henderson
2018-12-13target/arm: Move id_aa64mmfr* to ARMISARegistersPeter Maydell
2018-11-13target/arm: Hyp mode R14 is shared with User and SystemPeter Maydell
2018-11-13target/arm: Correctly implement handling of HCR_EL2.{VI, VF}Peter Maydell
2018-11-13Revert "target/arm: Implement HCR.VI and VF"Peter Maydell
2018-11-13target/arm: Fix typo in tlbi_aa64_vmalle1_writeRichard Henderson
2018-11-13target/arm: Remove antique TODO commentPeter Maydell
2018-11-13target/arm: Remove workaround for small SAU regionsPeter Maydell
2018-11-06target/arm: Fix ATS1Hx instructionsPeter Maydell