summary refs log tree commit diff stats
path: root/target/arm/helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson2018-10-241-3/+6
* target/arm: Move some system registers into a substructureRichard Henderson2018-10-241-14/+14
* target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/writePeter Maydell2018-10-161-2/+2
* target/arm: Mask PMOVSR writes based on supported countersAaron Lindsay2018-10-161-0/+1
* target/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses as possibly doing IOAaron Lindsay2018-10-161-2/+4
* target/arm: Fix aarch64_sve_change_el wrt EL0Richard Henderson2018-10-161-4/+12
* target/arm: Add v8M stack checks for MSR to SP_NSPeter Maydell2018-10-081-1/+13
* target/arm: Add v8M stack limit checks on NS function callsPeter Maydell2018-10-081-0/+4
* target/arm: Add v8M stack checks on exception entryPeter Maydell2018-10-081-8/+46
* target/arm: Move v7m_using_psp() to internals.hPeter Maydell2018-10-081-12/+0
* target/arm: Define new EXCP type for v8M stack overflowsPeter Maydell2018-10-081-0/+5
* target/arm: Define new TBFLAG for v8M stack checkingPeter Maydell2018-10-081-0/+10
* target/arm: Adjust aarch64_cpu_dump_state for system mode SVERichard Henderson2018-10-081-3/+3
* target/arm: Handle SVE vector length changes in system modeRichard Henderson2018-10-081-13/+120
* target/arm: Pass in current_el to fp and sve_exception_elRichard Henderson2018-10-081-12/+9
* target/arm: Adjust sve_exception_elRichard Henderson2018-10-081-46/+42
* target/arm: Define ID_AA64ZFR0_EL1Richard Henderson2018-10-081-1/+2
* target/arm: Don't read r4 from v8M exception stackframe twicePeter Maydell2018-10-081-1/+0
* target/arm: Correct condition for v8M callee stack pushPeter Maydell2018-10-081-1/+1
* target/arm: Fix cpu_get_tb_cpu_state() for non-SVE CPUsRichard Henderson2018-09-251-21/+24
* target/arm: Clear CPSR.IL and CPSR.J on 32-bit exception entryPeter Maydell2018-08-241-0/+2
* target/arm: Implement support for taking exceptions to Hyp modePeter Maydell2018-08-241-0/+82
* target/arm: Factor out code for taking an AArch32 exceptionPeter Maydell2018-08-241-23/+41
* target/arm: Implement AArch32 HCR and HCR2Peter Maydell2018-08-241-4/+50
* target/arm: Implement RAZ/WI HACTLR2Peter Maydell2018-08-241-0/+10
* target/arm: Use the float-to-int-scale softfloat routinesRichard Henderson2018-08-241-48/+49
* target/arm: Use the int-to-float-scale softfloat routinesRichard Henderson2018-08-241-24/+5
* fix "Missing break in switch" coverity reportsPaolo Bonzini2018-08-231-0/+1
* target/arm: Implement ESR_EL2/HSR for AArch32 and no-EL2Peter Maydell2018-08-201-1/+5
* target/arm: Implement AArch32 Hyp FARsPeter Maydell2018-08-201-1/+13
* target/arm: Implement AArch32 HVBARPeter Maydell2018-08-201-2/+2
* target/arm: Add missing .cp = 15 to HMAIR1 and HAMAIR1 regdefsPeter Maydell2018-08-201-4/+4
* target/arm: Correct typo in HAMAIR1 regdef namePeter Maydell2018-08-201-2/+2
* target/arm: Ignore float_flag_input_denormal from fp_status_f16Richard Henderson2018-08-161-1/+5
* target/arm: Adjust FPCR_MASK for FZ16Richard Henderson2018-08-161-0/+5
* target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson2018-08-161-2/+5
* target/arm: Implement tailchaining for M profile coresPeter Maydell2018-08-141-0/+16
* target/arm: Restore M-profile CONTROL.SPSEL before any tailchainingPeter Maydell2018-08-141-6/+10
* target/arm: Initialize exc_secure correctly in do_v7m_exception_exit()Peter Maydell2018-08-141-1/+1
* target/arm: Improve exception-taken loggingPeter Maydell2018-08-141-6/+11
* target/arm: Treat SCTLR_EL1.M as if it were zero when HCR_EL2.TGE is setPeter Maydell2018-08-141-0/+8
* target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO}Peter Maydell2018-08-141-3/+3
* target/arm: Honour HCR_EL2.TGE and MDCR_EL2.TDE in debug register access checksPeter Maydell2018-08-141-6/+12
* target/arm: Allow execution from small regionsPeter Maydell2018-08-141-23/+0
* arm: Add ARMv6-M programmer's model supportJulia Suvorova2018-08-141-2/+11
* target/arm: Forbid unprivileged mode for M BaselineJulia Suvorova2018-08-141-4/+8
* target/arm: Remove duplicate 'host' entry in '-cpu ?' outputPhilippe Mathieu-Daudé2018-07-301-6/+0
* target/arm: Correctly handle overlapping small MPU regionsPeter Maydell2018-07-231-0/+46
* target/arm: Use correct mmu_idx for exception-return unstackingPeter Maydell2018-07-101-1/+3
* target/arm: Add ID_ISAR6Richard Henderson2018-06-291-3/+2