aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-07target/arm: Stop using variable length array in dc_zvaPeter Maydell1-2/+6
2019-05-07target/arm: Implement XPSR GE bitsPeter Maydell1-2/+10
2019-05-07arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell1-2/+25
2019-04-29target/arm: Implement VLLDM for v7M CPUs with an FPUPeter Maydell1-0/+54
2019-04-29target/arm: Implement VLSTM for v7M CPUs with an FPUPeter Maydell1-0/+84
2019-04-29target/arm: Implement M-profile lazy FP state preservationPeter Maydell1-0/+112
2019-04-29target/arm: Add lazy-FP-stacking support to v7m_stack_write()Peter Maydell1-39/+79
2019-04-29target/arm: New helper function arm_v7m_mmu_idx_all()Peter Maydell1-3/+11
2019-04-29target/arm: Activate M-profile floating point context when FPCCR.ASPEN is setPeter Maydell1-0/+13
2019-04-29target/arm: Set FPCCR.S when executing M-profile floating point insnsPeter Maydell1-0/+5
2019-04-29target/arm: Overlap VECSTRIDE and XSCALE_CPAR TB flagsPeter Maydell1-1/+5
2019-04-29target/arm: Handle floating point registers in exception returnPeter Maydell1-1/+141
2019-04-29target/arm: Allow for floating point in callee stack integrity checkPeter Maydell1-3/+19
2019-04-29target/arm: Clean excReturn bits when tail chainingPeter Maydell1-0/+8
2019-04-29target/arm: Clear CONTROL.SFPA in BXNS and BLXNSPeter Maydell1-0/+4
2019-04-29target/arm: Implement v7m_update_fpccr()Peter Maydell1-1/+66
2019-04-29target/arm: Handle floating point registers in exception entryPeter Maydell1-3/+95
2019-04-29target/arm/helper: don't return early for STKOF faults during stackingPeter Maydell1-5/+18
2019-04-29target/arm: Handle SFPA and FPCA bits in reads and writes of CONTROLPeter Maydell1-8/+49