aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2022-06-28semihosting: Split out common-semi-target.hRichard Henderson1-0/+62
2022-06-28semihosting: Return void from do_common_semihostingRichard Henderson2-3/+3
2022-06-27target/arm: Check V7VE as well as LPAE in arm_pamaxRichard Henderson1-1/+7
2022-06-27target/arm: Extend arm_pamax to more than aarch64Richard Henderson1-8/+16
2022-06-27target/arm: Move pred_{full, gvec}_reg_{offset, size} to translate-a64.hRichard Henderson2-36/+38
2022-06-27target/arm: Add SVL to TB flagsRichard Henderson4-1/+21
2022-06-27target/arm: Introduce sve_vqm1_for_el_smRichard Henderson2-9/+32
2022-06-27target/arm: Add cpu properties for SMERichard Henderson4-7/+124
2022-06-27target/arm: Unexport aarch64_add_*_propertiesRichard Henderson2-5/+2
2022-06-27target/arm: Move arm_cpu_*_finalize to internals.hRichard Henderson3-6/+5
2022-06-27target/arm: Generalize cpu_arm_{get, set}_default_vec_lenRichard Henderson1-13/+14
2022-06-27target/arm: Generalize cpu_arm_{get,set}_vqRichard Henderson1-14/+15
2022-06-27target/arm: Create ARMVQMapRichard Henderson4-28/+27
2022-06-27target/arm: Move error for sve%d property to arm_cpu_sve_finalizeRichard Henderson1-8/+7
2022-06-27target/arm: Implement SMSTART, SMSTOPRichard Henderson7-3/+112
2022-06-27target/arm: Add the SME ZA storage to CPUARMStateRichard Henderson2-0/+56
2022-06-27target/arm: Add PSTATE.{SM,ZA} to TB flagsRichard Henderson4-0/+12
2022-06-27target/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2Richard Henderson1-0/+33
2022-06-27target/arm: Add SMCR_ELxRichard Henderson2-2/+47
2022-06-27target/arm: Add SVCRRichard Henderson2-0/+19
2022-06-27target/arm: Add ARM_CP_SMERichard Henderson2-0/+23
2022-06-27target/arm: Add syn_smetrapRichard Henderson1-0/+14
2022-06-27target/arm: Add SMEEXC_EL to TB flagsRichard Henderson4-0/+56
2022-06-27target/arm: Implement TPIDR2_EL0Richard Henderson2-0/+33
2022-06-27target/arm: Catch invalid kvm state also for hvfAlexander Graf1-4/+12
2022-06-10target/arm: SCR_EL3.RW is RAO/WI without AArch32 EL[12]Richard Henderson2-0/+9
2022-06-10target/arm: Adjust format test in scr_writeRichard Henderson1-6/+8
2022-06-10target/arm: Fix Secure PL1 tests in fp_exception_elRichard Henderson1-14/+9
2022-06-10target/arm: Move arm_debug_target_el to debug_helper.cRichard Henderson2-21/+21
2022-06-10target/arm: Create raise_exception_debugRichard Henderson1-20/+24
2022-06-10target/arm: Remove default_exception_elRichard Henderson3-26/+0
2022-06-10target/arm: Introduce helper_exception_with_syndromeRichard Henderson3-5/+24
2022-06-10target/arm: Introduce gen_exception_el_vRichard Henderson1-5/+8
2022-06-10target/arm: Introduce gen_exceptionRichard Henderson1-4/+7
2022-06-10target/arm: Rename gen_exception to gen_exception_elRichard Henderson1-9/+9
2022-06-10target/arm: Move gen_exception to translate.cRichard Henderson2-8/+7
2022-06-10target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_ELRichard Henderson5-18/+4
2022-06-10target/arm: Create helper_exception_swstepRichard Henderson3-9/+20
2022-06-10target/arm: Introduce gen_exception_insnRichard Henderson5-29/+22
2022-06-10target/arm: Rename gen_exception_insn to gen_exception_insn_elRichard Henderson6-52/+53
2022-06-10target/arm: Introduce gen_exception_insn_el_vRichard Henderson1-15/+12
2022-06-10target/arm: Rename helper_exception_with_syndromeRichard Henderson4-10/+10
2022-06-10target/arm: Move arm_debug_exception_fsr to debug_helper.cRichard Henderson2-25/+26
2022-06-10target/arm: Move exception_bkpt_insn to debug_helper.cRichard Henderson2-29/+31
2022-06-10target/arm: Use is_a64 in arm_generate_debug_exceptionsRichard Henderson1-1/+1
2022-06-10target/arm: Move arm_generate_debug_exceptions out of lineRichard Henderson3-91/+95
2022-06-10target/arm: Move arm_singlestep_active out of lineRichard Henderson3-10/+13
2022-06-10target/arm: Move exception_target_el out of lineRichard Henderson2-15/+16
2022-06-10target/arm: Add coproc parameter to syn_fp_access_trapRichard Henderson3-6/+18
2022-06-10target/arm: Mark exception helpers as noreturnRichard Henderson1-3/+3