aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-08target/arm: Add ID_AA64SMFR0_EL1Richard Henderson3-6/+34
2022-06-08target/arm: Add isar_feature_aa64_smeRichard Henderson1-0/+5
2022-06-08target/arm: Export bfdotadd from vec_helper.cRichard Henderson2-1/+14
2022-06-08target/arm: Move expand_pred_h to vec_internal.hRichard Henderson3-29/+33
2022-06-08target/arm: Use expand_pred_b in mve_helper.cRichard Henderson1-3/+3
2022-06-08target/arm: Move expand_pred_b to vec_internal.hRichard Henderson2-10/+7
2022-06-08target/arm: Export sve contiguous ldst support functionsRichard Henderson2-70/+111
2022-06-08target/arm: Split out load/store primitives to sve_ldst_internal.hRichard Henderson2-106/+128
2022-06-08target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_elRichard Henderson5-10/+19
2022-06-08target/arm: Use uint32_t instead of bitmap for sve vq'sRichard Henderson6-105/+75
2022-06-08target/arm: Merge aarch64_sve_zcr_get_valid_len into callerRichard Henderson2-30/+11
2022-06-08target/arm: Do not use aarch64_sve_zcr_get_valid_len in resetRichard Henderson1-2/+1
2022-06-08target/arm: Hoist arm_is_el2_enabled check in sve_exception_elRichard Henderson1-8/+5
2022-06-08target/arm: Use el_is_in_host for sve_exception_elRichard Henderson1-3/+2
2022-06-08target/arm: Use el_is_in_host for sve_zcr_len_for_elRichard Henderson1-2/+1
2022-06-08target/arm: Add el_is_in_hostRichard Henderson2-0/+30
2022-06-08target/arm: Remove fp checks from sve_exception_elRichard Henderson1-39/+19
2022-06-08target/arm: Remove route_to_el2 check from sve_exception_elRichard Henderson1-2/+1
2022-06-08linux-user/aarch64: Introduce sve_vqRichard Henderson1-0/+11
2022-06-08target/arm: Rename TBFLAG_A64 ZCR_LEN to VLRichard Henderson6-6/+7
2022-06-08target/arm: Pass CPUARMState to arm_ld[lq]_ptwRichard Henderson1-14/+9
2022-06-08target/arm: Move stage_1_mmu_idx, arm_stage1_mmu_idx to ptw.cRichard Henderson2-32/+28
2022-06-08target/arm: Move arm_cpu_get_phys_page_attrs_debug to ptw.cRichard Henderson2-26/+24
2022-06-08target/arm: Move regime_translation_disabled to ptw.cRichard Henderson3-65/+46
2022-06-08target/arm: Move regime_ttbr to ptw.cRichard Henderson3-17/+16