aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-01target/arm/cpu64: max cpu: Introduce sve<N> propertiesAndrew Jones1-1/+9
2019-10-24target/arm: Rely on hflags correct in cpu_get_tb_cpu_stateRichard Henderson1-3/+6
2019-10-24target/arm: Rebuild hflags at Xscale SCTLR writesRichard Henderson1-0/+10
2019-10-24target/arm: Rebuild hflags at EL changesRichard Henderson1-0/+2
2019-10-24target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32})Richard Henderson1-0/+24
2019-10-24target/arm: Hoist store to cs_base in cpu_get_tb_cpu_stateRichard Henderson1-1/+1
2019-10-24target/arm: Split out arm_mmu_idx_elRichard Henderson1-5/+7
2019-10-24target/arm: Add arm_rebuild_hflagsRichard Henderson1-8/+22
2019-10-24target/arm: Hoist computation of TBFLAG_A32.VFPENRichard Henderson1-4/+10
2019-10-24target/arm: Simplify set of PSTATE_SS in cpu_get_tb_cpu_stateRichard Henderson1-12/+8
2019-10-24target/arm: Hoist XSCALE_CPAR, VECLEN, VECSTRIDE in cpu_get_tb_cpu_stateRichard Henderson1-7/+14
2019-10-24target/arm: Split out rebuild_hflags_aprofileRichard Henderson1-8/+12
2019-10-24target/arm: Split out rebuild_hflags_a32Richard Henderson1-1/+7
2019-10-24target/arm: Reduce tests vs M-profile in cpu_get_tb_cpu_stateRichard Henderson1-26/+23
2019-10-24target/arm: Split out rebuild_hflags_m32Richard Henderson1-15/+30
2019-10-24target/arm: Split arm_cpu_data_is_big_endianRichard Henderson1-4/+12
2019-10-24target/arm: Split out rebuild_hflags_common_32Richard Henderson1-5/+11
2019-10-24target/arm: Split out rebuild_hflags_a64Richard Henderson1-59/+66
2019-10-24target/arm: Split out rebuild_hflags_commonRichard Henderson1-7/+19
2019-09-27target/arm: remove run time semihosting checksAlex Bennée1-74/+22
2019-09-27target/arm: fix CBAR register for AArch64 CPUsLuc Michel1-3/+16
2019-09-03target/arm: Take exceptions on ATS instructions when neededPeter Maydell1-15/+92
2019-08-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...Peter Maydell1-0/+7
2019-08-16target/arm/helper: zcr: Add build bug next to value range assumptionAndrew Jones1-0/+1
2019-08-16target/arm: Fix routing of singlestep exceptionsPeter Maydell1-0/+6
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+2
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-07-22target/arm: Add missing break statement for Hypervisor Trap ExceptionPhilippe Mathieu-Daudé1-0/+1
2019-07-08target/arm: Fix sve_zcr_len_for_elRichard Henderson1-2/+2
2019-07-04target/arm/helper: Move M profile routines to m_helper.cPhilippe Mathieu-Daudé1-2634/+4
2019-07-04target/arm: Restrict semi-hosting to TCGPhilippe Mathieu-Daudé1-1/+7
2019-07-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell1-1/+1
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster1-1/+1
2019-07-01target/arm: Declare some M-profile functions publiclyPhilippe Mathieu-Daudé1-36/+2
2019-07-01target/arm: Declare arm_log_exception() function publiclyPhilippe Mathieu-Daudé1-38/+38
2019-07-01target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé1-53/+0
2019-07-01target/arm: Declare get_phys_addr() function publiclyPhilippe Mathieu-Daudé1-16/+5
2019-07-01target/arm: Move the DC ZVA helper into op_helperSamuel Ortiz1-92/+0
2019-07-01target/arm: Fix multiline comment syntaxPhilippe Mathieu-Daudé1-79/+158
2019-07-01target/arm/helper: Remove unused includePhilippe Mathieu-Daudé1-2/+0
2019-07-01target/arm: Add copyright boilerplatePhilippe Mathieu-Daudé1-0/+7
2019-06-13target/arm: Implement NSACR gating of floating pointPeter Maydell1-2/+73
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson1-60/+60
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-21/+21
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée1-1/+1
2019-05-22target/arm: Implement ARMv8.5-RNGRichard Henderson1-0/+44
2019-05-22target/arm: Put all PAC keys into a structureRichard Henderson1-10/+10
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson1-8/+0
2019-05-10target/arm: Convert to CPUClass::tlb_fillRichard Henderson1-37/+61