aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-21target/arm: Filter cycle counter based on PMCCFILTR_EL0Aaron Lindsay1-7/+89
2019-01-21target/arm: Swap PMU values before/after migrationsAaron Lindsay1-2/+4
2019-01-21target/arm: Reorganize PMCCNTR accessesAaron Lindsay1-45/+69
2019-01-21target/arm: Add PAuth system registersRichard Henderson1-0/+70
2019-01-21target/arm: Reuse aa64_va_parameters for setting tbflagsRichard Henderson1-46/+24
2019-01-21target/arm: Decode TBID from TCRRichard Henderson1-3/+11
2019-01-21target/arm: Add aa64_va_parameters_bothRichard Henderson1-2/+8
2019-01-21target/arm: Export aa64_va_parameters to internals.hRichard Henderson1-2/+2
2019-01-21target/arm: Merge TBFLAG_AA_TB{0, 1} to TBIIRichard Henderson1-3/+2
2019-01-21target/arm: Create ARMVAParameters and helpersRichard Henderson1-128/+150
2019-01-21target/arm: Introduce arm_stage1_mmu_idxRichard Henderson1-0/+7
2019-01-21target/arm: Introduce arm_mmu_idxRichard Henderson1-11/+16
2019-01-21target/arm: Move cpu_mmu_index out of lineRichard Henderson1-0/+44
2019-01-21target/arm: Add PAuth active bit to tbflagsRichard Henderson1-0/+19
2019-01-21target/arm: Allow Aarch32 exception return to switch from Mon->HypAlexander Graf1-1/+1
2019-01-07target/arm: Convert ARM_TBFLAG_* to FIELDsRichard Henderson1-25/+24
2018-12-13target/arm: Implement the ARMv8.1-LOR extensionRichard Henderson1-0/+75
2018-12-13target/arm: Use arm_hcr_el2_eff more placesRichard Henderson1-7/+5
2018-12-13target/arm: Introduce arm_hcr_el2_effRichard Henderson1-9/+57
2018-12-13target/arm: Implement the ARMv8.2-AA32HPD extensionRichard Henderson1-8/+29
2018-12-13target/arm: Implement the ARMv8.1-HPD extensionRichard Henderson1-7/+20
2018-12-13target/arm: Tidy scr_writeRichard Henderson1-5/+9
2018-12-13target/arm: Fix HCR_EL2.TGE check in arm_phys_excp_target_elRichard Henderson1-3/+0
2018-12-13target/arm: Move id_aa64mmfr* to ARMISARegistersPeter Maydell1-2/+2
2018-11-13target/arm: Hyp mode R14 is shared with User and SystemPeter Maydell1-14/+15
2018-11-13target/arm: Correctly implement handling of HCR_EL2.{VI, VF}Peter Maydell1-2/+18
2018-11-13Revert "target/arm: Implement HCR.VI and VF"Peter Maydell1-43/+4
2018-11-13target/arm: Fix typo in tlbi_aa64_vmalle1_writeRichard Henderson1-1/+1
2018-11-13target/arm: Remove antique TODO commentPeter Maydell1-1/+0
2018-11-13target/arm: Remove workaround for small SAU regionsPeter Maydell1-12/+0
2018-11-06target/arm: Fix ATS1Hx instructionsPeter Maydell1-2/+2
2018-11-06target/arm: Set S and PTW in 64-bit PAR formatPeter Maydell1-4/+6
2018-10-24target/arm: Only flush tlb if ASID changesRichard Henderson1-5/+3
2018-10-24target/arm: Remove writefn from TTBR0_EL3Richard Henderson1-1/+1
2018-10-24target/arm: Report correct syndrome for FP/SIMD traps to Hyp modePeter Maydell1-0/+9
2018-10-24target/arm: Get IL bit correct for v7 syndrome valuesPeter Maydell1-0/+13
2018-10-24target/arm: New utility function to extract EC from syndromePeter Maydell1-2/+2
2018-10-24target/arm: Implement HCR.PTWPeter Maydell1-1/+20
2018-10-24target/arm: Implement HCR.VI and VFPeter Maydell1-4/+43
2018-10-24target/arm: ISR_EL1 bits track virtual interrupts if IMO/FMO setPeter Maydell1-4/+18
2018-10-24target/arm: Implement HCR.DCPeter Maydell1-2/+21
2018-10-24target/arm: Implement HCR.FBPeter Maydell1-72/+113
2018-10-24target/arm: Make switch_mode() file-localPeter Maydell1-2/+4
2018-10-24target/arm: Improve debug logging of AArch32 exception returnPeter Maydell1-0/+10
2018-10-24target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson1-1/+1
2018-10-24target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson1-3/+6
2018-10-24target/arm: Move some system registers into a substructureRichard Henderson1-14/+14
2018-10-16target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/writePeter Maydell1-2/+2
2018-10-16target/arm: Mask PMOVSR writes based on supported countersAaron Lindsay1-0/+1
2018-10-16target/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses as possibly doing IOAaron Lindsay1-2/+4