summaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Expand)AuthorAgeFilesLines
* target-arm: Make reserved ranges in ID_AA64* spaces RAZ, not UNDEFPeter Maydell2019-11-292-7/+122
* target-arm: Mark CNTHP_TVAL_EL2 as ARM_CP_NO_RAWEdgar E. Iglesias2019-11-291-1/+1
* target-arm: Implement MDCR_EL3.TPM and MDCR_EL2.TPM trapsPeter Maydell2019-11-291-7/+36
* target-arm: Fix handling of SDCR for 32-bit codePeter Maydell2019-11-292-8/+19
* target-arm: Make Monitor->NS PL1 mode changes illegal if HCR.TGE is 1Peter Maydell2019-11-291-0/+10
* target-arm: Make mode switches from Hyp via CPS and MRS illegalPeter Maydell2019-11-291-2/+10
* target-arm: In v8, make illegal AArch32 mode changes set PSTATE.ILPeter Maydell2019-11-291-3/+12
* target-arm: Forbid mode switch to Mon from Secure EL1Peter Maydell2019-11-291-1/+1
* target-arm: Add Hyp mode checks to bad_mode_switch()Peter Maydell2019-11-291-0/+3
* target-arm: Add comment about not implementing NSACR.RFRPeter Maydell2019-11-291-0/+3
* target-arm: In cpsr_write() ignore mode switches from User modePeter Maydell2019-11-291-0/+1
* target-arm: Raw CPSR writes should skip checks and bank switchingPeter Maydell2019-11-294-6/+7
* target-arm: Add write_type argument to cpsr_write()Peter Maydell2019-11-297-10/+20
* target-arm: Give CPSR setting on 32-bit exception return its own helperPeter Maydell2019-11-293-3/+10
* all: Clean up includesPeter Maydell2019-11-292-2/+0
* target-arm: Add PMUSERENR_EL0 registerAlistair Francis2019-11-291-0/+6
* target-arm: Add the pmovsclr_el0 and pmintenclr_el1 registersAlistair Francis2019-11-291-0/+12
* target-arm: Add the pmceid0 and pmceid1 registersAlistair Francis2019-11-294-0/+22
* target-arm: UNDEF in the UNPREDICTABLE SRS-from-System casePeter Maydell2019-11-292-4/+13
* target-arm: Combine user-only and softmmu get/set_r13_banked()Peter Maydell2019-11-291-19/+0
* target-arm: Move bank_number() into internals.hPeter Maydell2019-11-292-26/+25
* target-arm: Move get/set_r13_banked() to op_helper.cPeter Maydell2019-11-292-33/+37
* target-arm: Clean up trap/undef handling of SRSPeter Maydell2019-11-291-5/+61
* target-arm: Report correct syndrome for FPEXC32_EL2 trapsPeter Maydell2019-11-293-2/+20
* target-arm: Implement MDCR_EL3.TDA and MDCR_EL2.TDA trapsPeter Maydell2019-11-291-9/+30
* target-arm: Implement MDCR_EL2.TDRA trapsPeter Maydell2019-11-291-3/+24
* target-arm: Implement MDCR_EL3.TDOSA and MDCR_EL2.TDOSA trapsPeter Maydell2019-11-292-1/+34
* target-arm: Fix handling of SCR.SMDPeter Maydell2019-11-291-5/+7
* target-arm: correct CNTFRQ access rightsPeter Maydell2019-11-292-3/+38
* target-arm: Implement checking of fired watchpointSergey Fedorov2019-11-293-14/+25
* target-arm: Fix IL bit reported for Thumb VFP and Neon trapsPeter Maydell2019-11-291-3/+3
* target-arm: Fix IL bit reported for Thumb coprocessor trapsPeter Maydell2019-11-291-4/+4
* target-arm: Correct misleading 'is_thumb' syn_* parameter namesPeter Maydell2019-11-291-14/+14
* target-arm: Enable EL3 for Cortex-A53 and Cortex-A57Peter Maydell2019-11-291-0/+2
* target-arm: Implement NSACR trapping behaviourPeter Maydell2019-11-291-4/+58
* target-arm: Add isread parameter to CPAccessFnsPeter Maydell2019-11-296-37/+68
* target-arm: Update arm_generate_debug_exceptions() to handle EL2/EL3Peter Maydell2019-11-291-5/+43
* target-arm: Use access_trap_aa32s_el1() for SCR and MVBARPeter Maydell2019-11-291-2/+4
* target-arm: Implement MDCR_EL3 and SDCRPeter Maydell2019-11-292-0/+27
* target-arm: Fix typo in comment in arm_is_secure_below_el3()Peter Maydell2019-11-291-1/+1
* tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson2019-11-292-12/+12
* tcg: Remove lingering references to gen_opc_bufRichard Henderson2019-11-291-2/+1
* target-arm: Don't report presence of EL2 if it doesn't existPeter Maydell2019-11-291-0/+9
* target-arm: Implement the S2 MMU inputsize > pamax checkEdgar E. Iglesias2019-11-291-0/+8
* target-arm: Rename check_s2_startlevel to check_s2_mmu_setupEdgar E. Iglesias2019-11-291-6/+6
* target-arm: Apply S2 MMU startlevel table size check to AArch64Edgar E. Iglesias2019-11-291-8/+8
* target-arm: Make various system registers visible to EL3Peter Maydell2019-11-291-29/+29
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2019-11-292-0/+2
* arm: Clean up includesPeter Maydell2019-11-291-0/+1
* gdb: provide the name of the architecture in the target.xmlDavid Hildenbrand2019-11-292-0/+18
OpenPOWER on IntegriCloud