aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2022-07-05disas: Remove libvixl disassemblerThomas Huth
2022-06-28semihosting: Split out common-semi-target.hRichard Henderson
2022-06-28semihosting: Return void from do_common_semihostingRichard Henderson
2022-06-27target/arm: Check V7VE as well as LPAE in arm_pamaxRichard Henderson
2022-06-27target/arm: Extend arm_pamax to more than aarch64Richard Henderson
2022-06-27target/arm: Move pred_{full, gvec}_reg_{offset, size} to translate-a64.hRichard Henderson
2022-06-27target/arm: Add SVL to TB flagsRichard Henderson
2022-06-27target/arm: Introduce sve_vqm1_for_el_smRichard Henderson
2022-06-27target/arm: Add cpu properties for SMERichard Henderson
2022-06-27target/arm: Unexport aarch64_add_*_propertiesRichard Henderson
2022-06-27target/arm: Move arm_cpu_*_finalize to internals.hRichard Henderson
2022-06-27target/arm: Generalize cpu_arm_{get, set}_default_vec_lenRichard Henderson
2022-06-27target/arm: Generalize cpu_arm_{get,set}_vqRichard Henderson
2022-06-27target/arm: Create ARMVQMapRichard Henderson
2022-06-27target/arm: Move error for sve%d property to arm_cpu_sve_finalizeRichard Henderson
2022-06-27target/arm: Implement SMSTART, SMSTOPRichard Henderson
2022-06-27target/arm: Add the SME ZA storage to CPUARMStateRichard Henderson
2022-06-27target/arm: Add PSTATE.{SM,ZA} to TB flagsRichard Henderson
2022-06-27target/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2Richard Henderson
2022-06-27target/arm: Add SMCR_ELxRichard Henderson
2022-06-27target/arm: Add SVCRRichard Henderson
2022-06-27target/arm: Add ARM_CP_SMERichard Henderson
2022-06-27target/arm: Add syn_smetrapRichard Henderson
2022-06-27target/arm: Add SMEEXC_EL to TB flagsRichard Henderson
2022-06-27target/arm: Implement TPIDR2_EL0Richard Henderson
2022-06-27target/arm: Catch invalid kvm state also for hvfAlexander Graf
2022-06-10target/arm: SCR_EL3.RW is RAO/WI without AArch32 EL[12]Richard Henderson
2022-06-10target/arm: Adjust format test in scr_writeRichard Henderson
2022-06-10target/arm: Fix Secure PL1 tests in fp_exception_elRichard Henderson
2022-06-10target/arm: Move arm_debug_target_el to debug_helper.cRichard Henderson
2022-06-10target/arm: Create raise_exception_debugRichard Henderson
2022-06-10target/arm: Remove default_exception_elRichard Henderson
2022-06-10target/arm: Introduce helper_exception_with_syndromeRichard Henderson
2022-06-10target/arm: Introduce gen_exception_el_vRichard Henderson
2022-06-10target/arm: Introduce gen_exceptionRichard Henderson
2022-06-10target/arm: Rename gen_exception to gen_exception_elRichard Henderson
2022-06-10target/arm: Move gen_exception to translate.cRichard Henderson
2022-06-10target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_ELRichard Henderson
2022-06-10target/arm: Create helper_exception_swstepRichard Henderson
2022-06-10target/arm: Introduce gen_exception_insnRichard Henderson
2022-06-10target/arm: Rename gen_exception_insn to gen_exception_insn_elRichard Henderson
2022-06-10target/arm: Introduce gen_exception_insn_el_vRichard Henderson
2022-06-10target/arm: Rename helper_exception_with_syndromeRichard Henderson
2022-06-10target/arm: Move arm_debug_exception_fsr to debug_helper.cRichard Henderson
2022-06-10target/arm: Move exception_bkpt_insn to debug_helper.cRichard Henderson
2022-06-10target/arm: Use is_a64 in arm_generate_debug_exceptionsRichard Henderson
2022-06-10target/arm: Move arm_generate_debug_exceptions out of lineRichard Henderson
2022-06-10target/arm: Move arm_singlestep_active out of lineRichard Henderson
2022-06-10target/arm: Move exception_target_el out of lineRichard Henderson
2022-06-10target/arm: Add coproc parameter to syn_fp_access_trapRichard Henderson