aboutsummaryrefslogtreecommitdiff
path: root/target/arm/op_helper.c
AgeCommit message (Expand)Author
2023-02-27target/arm: move helpers to tcg/Claudio Fontana
2023-02-03target/arm: Implement FGT trapping infrastructurePeter Maydell
2023-02-03target/arm: Disable HSTR_EL2 traps if EL2 is not enabledPeter Maydell
2023-02-03target/arm: Make HSTR_EL2 traps take priority over UNDEF-at-EL1Peter Maydell
2023-02-03target/arm: All UNDEF-at-EL0 traps take priority over HSTR_EL2 trapsPeter Maydell
2023-02-03target/arm: Remove CP_ACCESS_TRAP_UNCATEGORIZED_{EL2, EL3}Peter Maydell
2023-01-23target/arm: Look up ARMCPRegInfo at runtimeRichard Henderson
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-06-10target/arm: Introduce helper_exception_with_syndromeRichard Henderson
2022-06-10target/arm: Rename helper_exception_with_syndromeRichard Henderson
2022-06-10target/arm: Move exception_bkpt_insn to debug_helper.cRichard Henderson
2022-06-10target/arm: Move exception_target_el out of lineRichard Henderson
2022-05-19target/arm: Implement FEAT_IDSTPeter Maydell
2022-05-09target/arm: Implement ESB instructionRichard Henderson
2022-05-05target/arm: Reorg CPAccessResult and access_check_cp_regRichard Henderson
2022-05-05target/arm: Split out cpregs.hRichard Henderson
2022-04-22target/arm: Remove fpexc32_accessRichard Henderson
2021-08-26target/arm: Implement HSTR.TJDBXPeter Maydell
2021-06-03target/arm: use raise_exception_ra for stack limit exceptionJamie Iles
2021-06-03target/arm: fold do_raise_exception into raise_exceptionJamie Iles
2021-06-03target/arm: fix missing exception classJamie Iles
2021-05-10target/arm: Make WFI a NOP for userspace emulatorsPeter Maydell
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth
2021-02-11target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstateRebecca Cran
2021-01-19target/arm: add 64-bit S-EL2 to EL exception tableRémi Denis-Courmont
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-11-10target/arm: Fix neon VTBL/VTBX for len > 1Richard Henderson
2020-06-26target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson
2020-03-05target/arm: Move helper_dc_zva to helper-a64.cRichard Henderson
2020-02-13target/arm: Remove CPSR_RESERVEDRichard Henderson
2020-02-13target/arm: Replace CPSR_ERET_MASK with aarch32_cpsr_valid_maskRichard Henderson
2020-01-17target/arm: adjust program counter for wfi exception in AArch32Jeff Kubascik
2019-12-16target/arm: Handle AArch32 CP15 trapping via HSTR_EL2Marc Zyngier
2019-10-24target/arm: Rebuild hflags at CPSR writesRichard Henderson
2019-10-24target/arm: Rebuild hflags at EL changesRichard Henderson
2019-08-16target/arm: Remove helper_double_saturateRichard Henderson
2019-07-30target/arm: Deliver BKPT/BRK exceptions to correct exception levelPeter Maydell
2019-07-04target/arm: Move debug routines to debug_helper.cPhilippe Mathieu-Daudé
2019-07-01target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé
2019-07-01target/arm: Move the DC ZVA helper into op_helperSamuel Ortiz
2019-07-01target/arm: Fix multiline comment syntaxPhilippe Mathieu-Daudé
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson
2019-05-10target/arm: Convert to CPUClass::tlb_fillRichard Henderson
2019-03-05target/arm: Add set/clear_pstate_bits, share gen_ss_advanceRichard Henderson
2019-03-05target/arm: Split helper_msr_i_pstate into 3Richard Henderson
2019-01-21target/arm: Move helper_exception_return to helper-a64.cRichard Henderson
2019-01-21target/arm: Introduce raise_exception_raRichard Henderson
2018-12-13target/arm: Use arm_hcr_el2_eff more placesRichard Henderson
2018-11-19target/arm: fix smc incorrectly trapping to EL3 when secure is offLuc Michel
2018-11-13target/arm: Hyp mode R14 is shared with User and SystemPeter Maydell