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