aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)Author
2019-11-26target/arm: Honor HCR_EL2.TID3 trapping requirementsMarc Zyngier
2019-11-26target/arm: Fix ISR_EL1 tracking when executing at EL2Marc Zyngier
2019-11-19target/arm: Merge arm_cpu_vq_map_next_smaller into sole callerRichard Henderson
2019-11-01target/arm/cpu64: max cpu: Introduce sve<N> propertiesAndrew Jones
2019-10-24target/arm: Rely on hflags correct in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24target/arm: Rebuild hflags at Xscale SCTLR writesRichard Henderson
2019-10-24target/arm: Rebuild hflags at EL changesRichard Henderson
2019-10-24target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32})Richard Henderson
2019-10-24target/arm: Hoist store to cs_base in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24target/arm: Split out arm_mmu_idx_elRichard Henderson
2019-10-24target/arm: Add arm_rebuild_hflagsRichard Henderson
2019-10-24target/arm: Hoist computation of TBFLAG_A32.VFPENRichard Henderson
2019-10-24target/arm: Simplify set of PSTATE_SS in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24target/arm: Hoist XSCALE_CPAR, VECLEN, VECSTRIDE in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24target/arm: Split out rebuild_hflags_aprofileRichard Henderson
2019-10-24target/arm: Split out rebuild_hflags_a32Richard Henderson
2019-10-24target/arm: Reduce tests vs M-profile in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24target/arm: Split out rebuild_hflags_m32Richard Henderson
2019-10-24target/arm: Split arm_cpu_data_is_big_endianRichard Henderson
2019-10-24target/arm: Split out rebuild_hflags_common_32Richard Henderson
2019-10-24target/arm: Split out rebuild_hflags_a64Richard Henderson
2019-10-24target/arm: Split out rebuild_hflags_commonRichard Henderson
2019-09-27target/arm: remove run time semihosting checksAlex Bennée
2019-09-27target/arm: fix CBAR register for AArch64 CPUsLuc Michel
2019-09-03target/arm: Take exceptions on ATS instructions when neededPeter Maydell
2019-08-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...Peter Maydell
2019-08-16target/arm/helper: zcr: Add build bug next to value range assumptionAndrew Jones
2019-08-16target/arm: Fix routing of singlestep exceptionsPeter Maydell
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-07-22target/arm: Add missing break statement for Hypervisor Trap ExceptionPhilippe Mathieu-Daudé
2019-07-08target/arm: Fix sve_zcr_len_for_elRichard Henderson
2019-07-04target/arm/helper: Move M profile routines to m_helper.cPhilippe Mathieu-Daudé
2019-07-04target/arm: Restrict semi-hosting to TCGPhilippe Mathieu-Daudé
2019-07-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster
2019-07-01target/arm: Declare some M-profile functions publiclyPhilippe Mathieu-Daudé
2019-07-01target/arm: Declare arm_log_exception() function publiclyPhilippe Mathieu-Daudé
2019-07-01target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé
2019-07-01target/arm: Declare get_phys_addr() function publiclyPhilippe Mathieu-Daudé
2019-07-01target/arm: Move the DC ZVA helper into op_helperSamuel Ortiz
2019-07-01target/arm: Fix multiline comment syntaxPhilippe Mathieu-Daudé
2019-07-01target/arm/helper: Remove unused includePhilippe Mathieu-Daudé
2019-07-01target/arm: Add copyright boilerplatePhilippe Mathieu-Daudé
2019-06-13target/arm: Implement NSACR gating of floating pointPeter Maydell
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée
2019-05-22target/arm: Implement ARMv8.5-RNGRichard Henderson