summaryrefslogtreecommitdiffstats
path: root/target/arm/helper.c
Commit message (Expand)AuthorAgeFilesLines
...
* target/arm: Split out rebuild_hflags_commonRichard Henderson2019-10-241-7/+19
* target/arm: remove run time semihosting checksAlex Bennée2019-09-271-74/+22Star
* target/arm: fix CBAR register for AArch64 CPUsLuc Michel2019-09-271-3/+16
* target/arm: Take exceptions on ATS instructions when neededPeter Maydell2019-09-031-15/+92
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...Peter Maydell2019-08-161-0/+7
|\
| * target/arm/helper: zcr: Add build bug next to value range assumptionAndrew Jones2019-08-161-0/+1
| * target/arm: Fix routing of singlestep exceptionsPeter Maydell2019-08-161-0/+6
* | Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* | Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+2
* | Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
|/
* target/arm: Add missing break statement for Hypervisor Trap ExceptionPhilippe Mathieu-Daudé2019-07-221-0/+1
* target/arm: Fix sve_zcr_len_for_elRichard Henderson2019-07-081-2/+2
* target/arm/helper: Move M profile routines to m_helper.cPhilippe Mathieu-Daudé2019-07-041-2634/+4Star
* target/arm: Restrict semi-hosting to TCGPhilippe Mathieu-Daudé2019-07-041-1/+7
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell2019-07-031-1/+1
|\
| * qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster2019-07-021-1/+1
* | target/arm: Declare some M-profile functions publiclyPhilippe Mathieu-Daudé2019-07-011-36/+2Star
* | target/arm: Declare arm_log_exception() function publiclyPhilippe Mathieu-Daudé2019-07-011-38/+38
* | target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé2019-07-011-53/+0Star
* | target/arm: Declare get_phys_addr() function publiclyPhilippe Mathieu-Daudé2019-07-011-16/+5Star
* | target/arm: Move the DC ZVA helper into op_helperSamuel Ortiz2019-07-011-92/+0Star
* | target/arm: Fix multiline comment syntaxPhilippe Mathieu-Daudé2019-07-011-79/+158
* | target/arm/helper: Remove unused includePhilippe Mathieu-Daudé2019-07-011-2/+0Star
* | target/arm: Add copyright boilerplatePhilippe Mathieu-Daudé2019-07-011-0/+7
|/
* target/arm: Implement NSACR gating of floating pointPeter Maydell2019-06-131-2/+73
* target/arm: Use env_cpu, env_archcpuRichard Henderson2019-06-101-60/+60
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-21/+21
* semihosting: move semihosting configuration into its own directoryAlex Bennée2019-05-281-1/+1
* target/arm: Implement ARMv8.5-RNGRichard Henderson2019-05-221-0/+44
* target/arm: Put all PAC keys into a structureRichard Henderson2019-05-221-10/+10
* tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson2019-05-101-8/+0Star
* target/arm: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-37/+61
* target/arm: Stop using variable length array in dc_zvaPeter Maydell2019-05-071-2/+6
* target/arm: Implement XPSR GE bitsPeter Maydell2019-05-071-2/+10
* arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell2019-05-071-2/+25
* target/arm: Implement VLLDM for v7M CPUs with an FPUPeter Maydell2019-04-291-0/+54
* target/arm: Implement VLSTM for v7M CPUs with an FPUPeter Maydell2019-04-291-0/+84
* target/arm: Implement M-profile lazy FP state preservationPeter Maydell2019-04-291-0/+112
* target/arm: Add lazy-FP-stacking support to v7m_stack_write()Peter Maydell2019-04-291-39/+79
* target/arm: New helper function arm_v7m_mmu_idx_all()Peter Maydell2019-04-291-3/+11
* target/arm: Activate M-profile floating point context when FPCCR.ASPEN is setPeter Maydell2019-04-291-0/+13
* target/arm: Set FPCCR.S when executing M-profile floating point insnsPeter Maydell2019-04-291-0/+5
* target/arm: Overlap VECSTRIDE and XSCALE_CPAR TB flagsPeter Maydell2019-04-291-1/+5
* target/arm: Handle floating point registers in exception returnPeter Maydell2019-04-291-1/+141
* target/arm: Allow for floating point in callee stack integrity checkPeter Maydell2019-04-291-3/+19
* target/arm: Clean excReturn bits when tail chainingPeter Maydell2019-04-291-0/+8
* target/arm: Clear CONTROL.SFPA in BXNS and BLXNSPeter Maydell2019-04-291-0/+4
* target/arm: Implement v7m_update_fpccr()Peter Maydell2019-04-291-1/+66
* target/arm: Handle floating point registers in exception entryPeter Maydell2019-04-291-3/+95
* target/arm/helper: don't return early for STKOF faults during stackingPeter Maydell2019-04-291-5/+18