summaryrefslogtreecommitdiffstats
path: root/target/arm
Commit message (Expand)AuthorAgeFilesLines
...
* target/arm: Add ID_AA64SMFR0_EL1Richard Henderson2022-06-083-6/+34
* target/arm: Add isar_feature_aa64_smeRichard Henderson2022-06-081-0/+5
* target/arm: Export bfdotadd from vec_helper.cRichard Henderson2022-06-082-1/+14
* target/arm: Move expand_pred_h to vec_internal.hRichard Henderson2022-06-083-29/+33
* target/arm: Use expand_pred_b in mve_helper.cRichard Henderson2022-06-081-3/+3
* target/arm: Move expand_pred_b to vec_internal.hRichard Henderson2022-06-082-10/+7Star
* target/arm: Export sve contiguous ldst support functionsRichard Henderson2022-06-082-70/+111
* target/arm: Split out load/store primitives to sve_ldst_internal.hRichard Henderson2022-06-082-106/+128
* target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_elRichard Henderson2022-06-085-10/+19
* target/arm: Use uint32_t instead of bitmap for sve vq'sRichard Henderson2022-06-086-105/+75Star
* target/arm: Merge aarch64_sve_zcr_get_valid_len into callerRichard Henderson2022-06-082-30/+11Star
* target/arm: Do not use aarch64_sve_zcr_get_valid_len in resetRichard Henderson2022-06-081-2/+1Star
* target/arm: Hoist arm_is_el2_enabled check in sve_exception_elRichard Henderson2022-06-081-8/+5Star
* target/arm: Use el_is_in_host for sve_exception_elRichard Henderson2022-06-081-3/+2Star
* target/arm: Use el_is_in_host for sve_zcr_len_for_elRichard Henderson2022-06-081-2/+1Star
* target/arm: Add el_is_in_hostRichard Henderson2022-06-082-0/+30
* target/arm: Remove fp checks from sve_exception_elRichard Henderson2022-06-081-39/+19Star
* target/arm: Remove route_to_el2 check from sve_exception_elRichard Henderson2022-06-081-2/+1Star
* linux-user/aarch64: Introduce sve_vqRichard Henderson2022-06-081-0/+11
* target/arm: Rename TBFLAG_A64 ZCR_LEN to VLRichard Henderson2022-06-086-6/+7
* target/arm: Pass CPUARMState to arm_ld[lq]_ptwRichard Henderson2022-06-081-14/+9Star
* target/arm: Move stage_1_mmu_idx, arm_stage1_mmu_idx to ptw.cRichard Henderson2022-06-082-32/+28Star
* target/arm: Move arm_cpu_get_phys_page_attrs_debug to ptw.cRichard Henderson2022-06-082-26/+24Star
* target/arm: Move regime_translation_disabled to ptw.cRichard Henderson2022-06-083-65/+46Star
* target/arm: Move regime_ttbr to ptw.cRichard Henderson2022-06-083-17/+16Star
* target/arm: Move regime_is_user to ptw.cRichard Henderson2022-06-083-25/+22Star
* target/arm: Move ap_to_tw_prot etc to ptw.cRichard Henderson2022-06-083-87/+81Star
* target/arm: Move aa32_va_parameters to ptw.cRichard Henderson2022-06-083-67/+64Star
* target/arm: Move check_s2_mmu_setup to ptw.cRichard Henderson2022-06-083-72/+70Star
* target/arm: Move get_S1prot, get_S2prot to ptw.cRichard Henderson2022-06-083-131/+128Star
* target/arm: Move arm_pamax, pamax_map into ptw.cRichard Henderson2022-06-083-27/+25Star
* target/arm: Move {arm_s1_, }regime_using_lpae_format to tlb_helper.cRichard Henderson2022-06-082-24/+26
* target/arm: Move arm_{ldl,ldq}_ptw to ptw.cRichard Henderson2022-06-083-160/+154Star
* target/arm: Move get_phys_addr_lpae to ptw.cRichard Henderson2022-06-083-408/+429
* target/arm: Move combine_cacheattrs and subroutines to ptw.cRichard Henderson2022-06-083-221/+221
* target/arm: Move get_level1_table_address to ptw.cRichard Henderson2022-06-083-27/+26Star
* target/arm: Move m_is_{ppb,system}_region to ptw.cRichard Henderson2022-06-083-18/+16Star
* target/arm: Move v8m_security_lookup to ptw.cRichard Henderson2022-06-082-123/+126
* target/arm: Move pmsav7_use_background_region to ptw.cRichard Henderson2022-06-083-21/+21
* target/arm: Move pmsav8_mpu_lookup to ptw.cRichard Henderson2022-06-083-142/+143
* target/arm: Move get_phys_addr_pmsav8 to ptw.cRichard Henderson2022-06-083-80/+77Star
* target/arm: Move get_phys_addr_pmsav7 to ptw.cRichard Henderson2022-06-083-196/+198
* target/arm: Move get_phys_addr_pmsav7_default to ptw.cRichard Henderson2022-06-083-41/+44
* target/arm: Move get_phys_addr_pmsav5 to ptw.cRichard Henderson2022-06-083-89/+85Star
* target/arm: Move get_phys_addr_v6 to ptw.cRichard Henderson2022-06-083-164/+161Star
* target/arm: Move get_phys_addr_v5 to ptw.cRichard Henderson2022-06-083-135/+140
* target/arm: Move get_phys_addr to ptw.cRichard Henderson2022-06-085-309/+372
* target/arm: Move stage_1_mmu_idx decl to internals.hRichard Henderson2022-06-082-3/+7
* Fix 'writeable' typosPeter Maydell2022-06-084-7/+7
* target/arm: Implement FEAT_DoubleFaultPeter Maydell2022-06-083-2/+43