aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-06target/arm: Stub arm_hcr_el2_eff for m-profileRichard Henderson1-0/+3
2023-03-02target/arm: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé1-29/+0
2023-02-27target/arm: Move hflags code into the tcg directoryFabiano Rosas1-392/+1
2023-02-27target/arm: Wrap arm_rebuild_hflags calls with tcg_enabledFabiano Rosas1-5/+13
2023-02-16target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()Claudio Fontana1-5/+7
2023-02-16target/arm: wrap psci call with tcg_enabledClaudio Fontana1-1/+2
2023-02-16target/arm: rename handle_semihosting to tcg_handle_semihostingClaudio Fontana1-2/+2
2023-02-16target/arm: Constify ID_PFR1 on user emulationPhilippe Mathieu-Daudé1-2/+10
2023-02-03target/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL1 trapsPeter Maydell1-0/+20
2023-02-03target/arm: Implement the HFGITR_EL2.ERET trapPeter Maydell1-0/+3
2023-02-03target/arm: Mark up sysregs for HFGITR bits 48..63Peter Maydell1-0/+9
2023-02-03target/arm: Mark up sysregs for HFGITR bits 18..47Peter Maydell1-0/+30
2023-02-03target/arm: Mark up sysregs for HFGITR bits 12..17Peter Maydell1-0/+6
2023-02-03target/arm: Mark up sysregs for HFGITR bits 0..11Peter Maydell1-0/+28
2023-02-03target/arm: Mark up sysregs for HDFGRTR bits 12..63Peter Maydell1-0/+37
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 36..63Peter Maydell1-0/+10
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 24..35Peter Maydell1-0/+14
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 12..23Peter Maydell1-0/+12
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 0..11Peter Maydell1-0/+17
2023-02-03target/arm: Implement FGT trapping infrastructurePeter Maydell1-0/+9
2023-02-03target/arm: Define the FEAT_FGT registersPeter Maydell1-0/+40
2023-02-03target/arm: Disable HSTR_EL2 traps if EL2 is not enabledPeter Maydell1-1/+1
2023-02-03target/arm: Correct syndrome for ATS12NSO* at Secure EL1Peter Maydell1-2/+2
2023-02-03target/arm: Name AT_S1E1RP and AT_S1E1WP cpregs correctlyPeter Maydell1-2/+2
2023-01-23target/arm/sme: Unify set_pstate() SM/ZA helpers as set_svcr()Richard Henderson1-2/+0
2023-01-23target/arm/sme: Rebuild hflags in aarch64_set_svcr()Richard Henderson1-1/+5
2023-01-23target/arm/sme: Reset ZA state in aarch64_set_svcr()Richard Henderson1-0/+12
2023-01-23target/arm/sme: Reset SVE state in aarch64_set_svcr()Richard Henderson1-0/+13
2023-01-23target/arm/sme: Introduce aarch64_set_svcr()Richard Henderson1-0/+8
2023-01-13target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabledEvgeny Iakovlev1-0/+3
2023-01-05target/arm: align exposed ID registers with LinuxZhuojia Shen1-17/+79
2023-01-05target/arm: Remove unused includes from helper.cFabiano Rosas1-7/+0
2023-01-05target/arm: Fix checkpatch brace errors in helper.cFabiano Rosas1-25/+42
2023-01-05target/arm: Fix checkpatch space errors in helper.cFabiano Rosas1-21/+21
2023-01-05target/arm: Fix checkpatch comment style warnings in helper.cFabiano Rosas1-108/+215
2023-01-05target/arm: Add PMSAv8r registersTobias Röhmel1-0/+302
2023-01-05target/arm: Make RVBAR available for all ARMv8 CPUsTobias Röhmel1-7/+14
2023-01-05target/arm: Don't add all MIDR aliases for cores that implement PMSATobias Röhmel1-4/+9
2022-12-15target/arm: Implement HCR_EL2.TID4 trapsPeter Maydell1-8/+9
2022-12-15target/arm: Implement HCR_EL2.TICAB,TOCU trapsPeter Maydell1-13/+23
2022-12-15target/arm: Implement HCR_EL2.TTLBOS trapsPeter Maydell1-10/+23
2022-12-15target/arm: Implement HCR_EL2.TTLBIS trapsPeter Maydell1-16/+27
2022-12-15target/arm: Allow relevant HCR bits to be written for FEAT_EVTPeter Maydell1-0/+6
2022-11-04target/arm: Honor HCR_E2H and HCR_TGE in ats_write64()Ake Koomsin1-6/+9
2022-11-04target/arm: Fix Privileged Access Never (PAN) for aarch32Timofey Kutergin1-2/+11
2022-11-04target/arm: Make TLBIOS and TLBIRANGE ops trap on HCR_EL2.TTLBPeter Maydell1-18/+18
2022-10-27target/arm: Extract HA and HD in aa64_va_parametersRichard Henderson1-1/+7
2022-10-27target/arm: Introduce regime_is_stage2Richard Henderson1-9/+5
2022-10-27target/arm: Implement FEAT_E0PDPeter Maydell1-0/+9
2022-10-20target/arm: Restrict tlb flush from vttbr_write to vmid changeRichard Henderson1-2/+2