aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
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
2022-06-10target/arm: Mark exception helpers as noreturnRichard Henderson
2022-06-08target/arm: Add ID_AA64SMFR0_EL1Richard Henderson
2022-06-08target/arm: Add isar_feature_aa64_smeRichard Henderson
2022-06-08target/arm: Export bfdotadd from vec_helper.cRichard Henderson
2022-06-08target/arm: Move expand_pred_h to vec_internal.hRichard Henderson
2022-06-08target/arm: Use expand_pred_b in mve_helper.cRichard Henderson
2022-06-08target/arm: Move expand_pred_b to vec_internal.hRichard Henderson
2022-06-08target/arm: Export sve contiguous ldst support functionsRichard Henderson
2022-06-08target/arm: Split out load/store primitives to sve_ldst_internal.hRichard Henderson
2022-06-08target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_elRichard Henderson
2022-06-08target/arm: Use uint32_t instead of bitmap for sve vq'sRichard Henderson
2022-06-08target/arm: Merge aarch64_sve_zcr_get_valid_len into callerRichard Henderson
2022-06-08target/arm: Do not use aarch64_sve_zcr_get_valid_len in resetRichard Henderson
2022-06-08target/arm: Hoist arm_is_el2_enabled check in sve_exception_elRichard Henderson
2022-06-08target/arm: Use el_is_in_host for sve_exception_elRichard Henderson
2022-06-08target/arm: Use el_is_in_host for sve_zcr_len_for_elRichard Henderson
2022-06-08target/arm: Add el_is_in_hostRichard Henderson
2022-06-08target/arm: Remove fp checks from sve_exception_elRichard Henderson
2022-06-08target/arm: Remove route_to_el2 check from sve_exception_elRichard Henderson
2022-06-08linux-user/aarch64: Introduce sve_vqRichard Henderson
2022-06-08target/arm: Rename TBFLAG_A64 ZCR_LEN to VLRichard Henderson
2022-06-08target/arm: Pass CPUARMState to arm_ld[lq]_ptwRichard Henderson
2022-06-08target/arm: Move stage_1_mmu_idx, arm_stage1_mmu_idx to ptw.cRichard Henderson
2022-06-08target/arm: Move arm_cpu_get_phys_page_attrs_debug to ptw.cRichard Henderson
2022-06-08target/arm: Move regime_translation_disabled to ptw.cRichard Henderson
2022-06-08target/arm: Move regime_ttbr to ptw.cRichard Henderson