aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)Author
2018-10-24target/arm: Make switch_mode() file-localPeter Maydell
2018-10-24target/arm: Improve debug logging of AArch32 exception returnPeter Maydell
2018-10-24target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson
2018-10-24target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson
2018-10-24target/arm: Move some system registers into a substructureRichard Henderson
2018-10-16target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/writePeter Maydell
2018-10-16target/arm: Mask PMOVSR writes based on supported countersAaron Lindsay
2018-10-16target/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses as possibly doing IOAaron Lindsay
2018-10-16target/arm: Fix aarch64_sve_change_el wrt EL0Richard Henderson
2018-10-08target/arm: Add v8M stack checks for MSR to SP_NSPeter Maydell
2018-10-08target/arm: Add v8M stack limit checks on NS function callsPeter Maydell
2018-10-08target/arm: Add v8M stack checks on exception entryPeter Maydell
2018-10-08target/arm: Move v7m_using_psp() to internals.hPeter Maydell
2018-10-08target/arm: Define new EXCP type for v8M stack overflowsPeter Maydell
2018-10-08target/arm: Define new TBFLAG for v8M stack checkingPeter Maydell
2018-10-08target/arm: Adjust aarch64_cpu_dump_state for system mode SVERichard Henderson
2018-10-08target/arm: Handle SVE vector length changes in system modeRichard Henderson
2018-10-08target/arm: Pass in current_el to fp and sve_exception_elRichard Henderson
2018-10-08target/arm: Adjust sve_exception_elRichard Henderson
2018-10-08target/arm: Define ID_AA64ZFR0_EL1Richard Henderson
2018-10-08target/arm: Don't read r4 from v8M exception stackframe twicePeter Maydell
2018-10-08target/arm: Correct condition for v8M callee stack pushPeter Maydell
2018-09-25target/arm: Fix cpu_get_tb_cpu_state() for non-SVE CPUsRichard Henderson
2018-08-24target/arm: Clear CPSR.IL and CPSR.J on 32-bit exception entryPeter Maydell
2018-08-24target/arm: Implement support for taking exceptions to Hyp modePeter Maydell
2018-08-24target/arm: Factor out code for taking an AArch32 exceptionPeter Maydell
2018-08-24target/arm: Implement AArch32 HCR and HCR2Peter Maydell
2018-08-24target/arm: Implement RAZ/WI HACTLR2Peter Maydell
2018-08-24target/arm: Use the float-to-int-scale softfloat routinesRichard Henderson
2018-08-24target/arm: Use the int-to-float-scale softfloat routinesRichard Henderson
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini
2018-08-20target/arm: Implement ESR_EL2/HSR for AArch32 and no-EL2Peter Maydell
2018-08-20target/arm: Implement AArch32 Hyp FARsPeter Maydell
2018-08-20target/arm: Implement AArch32 HVBARPeter Maydell
2018-08-20target/arm: Add missing .cp = 15 to HMAIR1 and HAMAIR1 regdefsPeter Maydell
2018-08-20target/arm: Correct typo in HAMAIR1 regdef namePeter Maydell
2018-08-16target/arm: Ignore float_flag_input_denormal from fp_status_f16Richard Henderson
2018-08-16target/arm: Adjust FPCR_MASK for FZ16Richard Henderson
2018-08-16target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson
2018-08-14target/arm: Implement tailchaining for M profile coresPeter Maydell
2018-08-14target/arm: Restore M-profile CONTROL.SPSEL before any tailchainingPeter Maydell
2018-08-14target/arm: Initialize exc_secure correctly in do_v7m_exception_exit()Peter Maydell
2018-08-14target/arm: Improve exception-taken loggingPeter Maydell
2018-08-14target/arm: Treat SCTLR_EL1.M as if it were zero when HCR_EL2.TGE is setPeter Maydell
2018-08-14target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO}Peter Maydell
2018-08-14target/arm: Honour HCR_EL2.TGE and MDCR_EL2.TDE in debug register access checksPeter Maydell
2018-08-14target/arm: Allow execution from small regionsPeter Maydell
2018-08-14arm: Add ARMv6-M programmer's model supportJulia Suvorova
2018-08-14target/arm: Forbid unprivileged mode for M BaselineJulia Suvorova
2018-07-30target/arm: Remove duplicate 'host' entry in '-cpu ?' outputpull-target-arm-20180730Philippe Mathieu-Daudé