aboutsummaryrefslogtreecommitdiff
path: root/target/arm/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-03target/arm: use raise_exception_ra for stack limit exceptionJamie Iles1-6/+3
2021-06-03target/arm: fold do_raise_exception into raise_exceptionJamie Iles1-10/+2
2021-06-03target/arm: fix missing exception classJamie Iles1-2/+9
2021-05-10target/arm: Make WFI a NOP for userspace emulatorsPeter Maydell1-0/+14
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth1-1/+0
2021-02-11target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstateRebecca Cran1-8/+1
2021-01-19target/arm: add 64-bit S-EL2 to EL exception tableRémi Denis-Courmont1-2/+2
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-10target/arm: Fix neon VTBL/VTBX for len > 1Richard Henderson1-10/+13
2020-06-26target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson1-0/+16
2020-03-05target/arm: Move helper_dc_zva to helper-a64.cRichard Henderson1-93/+0
2020-02-13target/arm: Remove CPSR_RESERVEDRichard Henderson1-1/+8
2020-02-13target/arm: Replace CPSR_ERET_MASK with aarch32_cpsr_valid_maskRichard Henderson1-1/+4
2020-01-17target/arm: adjust program counter for wfi exception in AArch32Jeff Kubascik1-1/+6
2019-12-16target/arm: Handle AArch32 CP15 trapping via HSTR_EL2Marc Zyngier1-0/+22
2019-10-24target/arm: Rebuild hflags at CPSR writesRichard Henderson1-0/+3
2019-10-24target/arm: Rebuild hflags at EL changesRichard Henderson1-0/+1
2019-08-16target/arm: Remove helper_double_saturateRichard Henderson1-15/+0
2019-07-30target/arm: Deliver BKPT/BRK exceptions to correct exception levelPeter Maydell1-1/+15
2019-07-04target/arm: Move debug routines to debug_helper.cPhilippe Mathieu-Daudé1-295/+0
2019-07-01target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé1-135/+0
2019-07-01target/arm: Move the DC ZVA helper into op_helperSamuel Ortiz1-0/+93
2019-07-01target/arm: Fix multiline comment syntaxPhilippe Mathieu-Daudé1-18/+36
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson1-11/+10
2019-05-10target/arm: Convert to CPUClass::tlb_fillRichard Henderson1-25/+4
2019-03-05target/arm: Add set/clear_pstate_bits, share gen_ss_advanceRichard Henderson1-5/+0
2019-03-05target/arm: Split helper_msr_i_pstate into 3Richard Henderson1-42/+0
2019-01-21target/arm: Move helper_exception_return to helper-a64.cRichard Henderson1-155/+0
2019-01-21target/arm: Introduce raise_exception_raRichard Henderson1-2/+17
2018-12-13target/arm: Use arm_hcr_el2_eff more placesRichard Henderson1-8/+6
2018-11-19target/arm: fix smc incorrectly trapping to EL3 when secure is offLuc Michel1-8/+46
2018-11-13target/arm: Hyp mode R14 is shared with User and SystemPeter Maydell1-2/+2
2018-10-24target/arm: New utility function to extract EC from syndromePeter Maydell1-1/+1
2018-10-16target/arm: Fix aarch64_sve_change_el wrt EL0Richard Henderson1-1/+5
2018-10-08target/arm: Add v8M stack limit checks on NS function callsPeter Maydell1-2/+2
2018-10-08target/arm: Add v8M stack checks on ADD/SUB/MOV of SPPeter Maydell1-0/+19
2018-10-08target/arm: Handle SVE vector length changes in system modeRichard Henderson1-0/+1
2018-08-20target/arm: Permit accesses to ELR_Hyp from Hyp mode via MSR/MRS (banked)Peter Maydell1-11/+11
2018-08-14target/arm: Honour HCR_EL2.TGE when raising synchronous exceptionsPeter Maydell1-0/+14
2018-04-26target/arm: Add pre-EL change hooksAaron Lindsay1-0/+8
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk1-3/+3
2018-03-23target/arm: Always set FAR to a known unknown value for debug exceptionsPeter Maydell1-1/+10
2018-03-23target/arm: Set FSR for BKPT, BRK when raising exceptionPeter Maydell1-0/+2
2018-03-23target/arm: Factor out code to calculate FSR for debug exceptionsPeter Maydell1-10/+2
2018-03-23target/arm: Honour MDCR_EL2.TDE when routing exceptions due to BKPT/BRKPeter Maydell1-0/+8
2018-01-26Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell1-2/+2
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-2/+2
2018-01-25target/arm: Use pointers in neon tbl helperRichard Henderson1-10/+7
2018-01-16target/arm: Handle page table walk load failures correctlyPeter Maydell1-6/+1
2017-12-27target/*helper: don't check retaddr before calling cpu_restore_stateAlex Bennée1-12/+6