aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-08target/arm: Add ID_AA64SMFR0_EL1Richard Henderson1-2/+2
2022-06-08target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_elRichard Henderson1-6/+6
2022-06-08target/arm: Use uint32_t instead of bitmap for sve vq'sRichard Henderson1-7/+2
2022-06-08target/arm: Merge aarch64_sve_zcr_get_valid_len into callerRichard Henderson1-19/+11
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 Henderson1-0/+28
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-08target/arm: Rename TBFLAG_A64 ZCR_LEN to VLRichard Henderson1-1/+1
2022-06-08target/arm: Move stage_1_mmu_idx, arm_stage1_mmu_idx to ptw.cRichard Henderson1-32/+0
2022-06-08target/arm: Move arm_cpu_get_phys_page_attrs_debug to ptw.cRichard Henderson1-26/+0
2022-06-08target/arm: Move regime_translation_disabled to ptw.cRichard Henderson1-47/+0
2022-06-08target/arm: Move regime_ttbr to ptw.cRichard Henderson1-16/+0
2022-06-08target/arm: Move regime_is_user to ptw.cRichard Henderson1-24/+0
2022-06-08target/arm: Move ap_to_tw_prot etc to ptw.cRichard Henderson1-77/+0
2022-06-08target/arm: Move aa32_va_parameters to ptw.cRichard Henderson1-64/+0
2022-06-08target/arm: Move check_s2_mmu_setup to ptw.cRichard Henderson1-70/+0
2022-06-08target/arm: Move get_S1prot, get_S2prot to ptw.cRichard Henderson1-128/+0
2022-06-08target/arm: Move arm_pamax, pamax_map into ptw.cRichard Henderson1-25/+0
2022-06-08target/arm: Move {arm_s1_, }regime_using_lpae_format to tlb_helper.cRichard Henderson1-24/+0
2022-06-08target/arm: Move arm_{ldl,ldq}_ptw to ptw.cRichard Henderson1-141/+0
2022-06-08target/arm: Move get_phys_addr_lpae to ptw.cRichard Henderson1-408/+8
2022-06-08target/arm: Move combine_cacheattrs and subroutines to ptw.cRichard Henderson1-218/+0
2022-06-08target/arm: Move get_level1_table_address to ptw.cRichard Henderson1-25/+1
2022-06-08target/arm: Move m_is_{ppb,system}_region to ptw.cRichard Henderson1-15/+0
2022-06-08target/arm: Move v8m_security_lookup to ptw.cRichard Henderson1-123/+0
2022-06-08target/arm: Move pmsav7_use_background_region to ptw.cRichard Henderson1-19/+0
2022-06-08target/arm: Move pmsav8_mpu_lookup to ptw.cRichard Henderson1-136/+0
2022-06-08target/arm: Move get_phys_addr_pmsav8 to ptw.cRichard Henderson1-75/+0
2022-06-08target/arm: Move get_phys_addr_pmsav7 to ptw.cRichard Henderson1-191/+3
2022-06-08target/arm: Move get_phys_addr_pmsav7_default to ptw.cRichard Henderson1-41/+0
2022-06-08target/arm: Move get_phys_addr_pmsav5 to ptw.cRichard Henderson1-85/+0
2022-06-08target/arm: Move get_phys_addr_v6 to ptw.cRichard Henderson1-160/+1
2022-06-08target/arm: Move get_phys_addr_v5 to ptw.cRichard Henderson1-130/+7
2022-06-08target/arm: Move get_phys_addr to ptw.cRichard Henderson1-307/+37
2022-06-08target/arm: Move stage_1_mmu_idx decl to internals.hRichard Henderson1-3/+2
2022-06-08Fix 'writeable' typosPeter Maydell1-2/+2
2022-06-08target/arm: Implement FEAT_DoubleFaultPeter Maydell1-0/+36
2022-05-19target/arm: Use FIELD definitions for CPACR, CPTR_ELxRichard Henderson1-27/+27
2022-05-19target/arm: Enable FEAT_HCX for -cpu maxRichard Henderson1-0/+50
2022-05-19target/arm: Fix PAuth keys access checks for disabled SEL2Florian Lugou1-1/+1
2022-05-19target/arm: Make number of counters in PMCR follow the CPUPeter Maydell1-11/+14
2022-05-19target/arm/helper.c: Delete stray obsolete commentPeter Maydell1-1/+0
2022-05-19Fix aarch64 debug register names.Chris Howard1-4/+12
2022-05-19target/arm: Implement FEAT_S2FWBPeter Maydell1-3/+81
2022-05-19target/arm: Factor out FWB=0 specific part of combine_cacheattrs()Peter Maydell1-38/+50
2022-05-19target/arm: Postpone interpretation of stage 2 descriptor attribute bitsPeter Maydell1-6/+36
2022-05-09target/arm: Enable FEAT_CSV2_2 for -cpu maxRichard Henderson1-1/+60