aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-29target/arm: Clear CONTROL_S.SFPA in SG insn if FPU presentPeter Maydell1-0/+1
2019-04-29target/arm: Honour M-profile FP enable bitsPeter Maydell1-3/+52
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-10/+5
2019-03-25target/arm: make pmccntr_op_start/finish staticAndrew Jones1-2/+2
2019-03-25target/arm: fix crash on pmu register accessAndrew Jones1-0/+4
2019-03-15target/arm: change arch timer registers access permissionDongjiu Geng1-15/+15
2019-03-05target/arm: Implement ARMv8.0-PredInvRichard Henderson1-0/+55
2019-03-05target/arm: Split out arm_sctlrRichard Henderson1-6/+2
2019-02-28Revert "arm: Allow system registers for KVM guests to be changed by QEMU code"Peter Maydell1-25/+2