aboutsummaryrefslogtreecommitdiff
path: root/target-arm/op_helper.c
AgeCommit message (Expand)Author
2016-05-12target-arm: Split data abort syndrome generatorPeter Maydell
2016-03-16target-arm: Implement MRS (banked) and MSR (banked) instructionsPeter Maydell
2016-03-04target-arm: implement setendPaolo Bonzini
2016-02-26target-arm: Raw CPSR writes should skip checks and bank switchingPeter Maydell
2016-02-26target-arm: Add write_type argument to cpsr_write()Peter Maydell
2016-02-26target-arm: Give CPSR setting on 32-bit exception return its own helperPeter Maydell
2016-02-18target-arm: UNDEF in the UNPREDICTABLE SRS-from-System casePeter Maydell
2016-02-18target-arm: Combine user-only and softmmu get/set_r13_banked()Peter Maydell
2016-02-18target-arm: Move get/set_r13_banked() to op_helper.cPeter Maydell
2016-02-18target-arm: Report correct syndrome for FPEXC32_EL2 trapsPeter Maydell
2016-02-18target-arm: Fix handling of SCR.SMDPeter Maydell
2016-02-11target-arm: Implement checking of fired watchpointSergey Fedorov
2016-02-11target-arm: Add isread parameter to CPAccessFnsPeter Maydell
2016-01-21target-arm: ignore ELR_ELx[1] for exception return to 32-bit ARM modePeter Maydell
2016-01-21target-arm: Implement remaining illegal return event checksPeter Maydell
2016-01-21target-arm: Handle exception return from AArch64 to non-EL0 AArch32Peter Maydell
2016-01-18target-arm: Clean up includesPeter Maydell
2016-01-15target-arm: Use the right MMU index in arm_regime_using_lpae_formatAlvise Rigo
2015-12-17target-arm: raise exception on misaligned LDREX operandsAndrew Baumann
2015-11-10target-arm: Fix gdb singlestep handling in arm_debug_excp_handler()Sergey Fedorov
2015-11-03target-arm: Add and use symbolic names for register banksSoren Brinkmann
2015-10-27target-arm: Add support for S1 + S2 MMU translationspull-target-arm-20151027-1Edgar E. Iglesias
2015-10-27target-arm: Route S2 MMU faults to EL2Edgar E. Iglesias
2015-10-27target-arm: Add S2 translation to 64bit S1 PTWsEdgar E. Iglesias
2015-10-27target-arm: Add ARMMMUFaultInfoEdgar E. Iglesias
2015-10-16target-arm: Fix CPU breakpoint handlingpull-target-arm-20151016Sergey Fedorov
2015-10-16target-arm: Fix GDB breakpoint handlingSergey Fedorov
2015-08-25target-arm: Add CP_ACCESS_TRAP_UNCATEGORIZED_EL2, 3Peter Maydell
2015-07-06target-arm: Split DISAS_YIELD from DISAS_WFEPeter Maydell
2015-06-15arm: Refactor get_phys_addr FSR return mechanismPeter Crosthwaite
2015-06-02target-arm: Correct check for non-EL3Edgar E. Iglesias
2015-05-29target-arm: Add WFx instruction trap supportGreg Bellows
2015-05-29target-arm: Don't halt on WFI unless we don't have any workPeter Maydell
2015-05-29target-arm: Allow cp access functions to indicate traps to EL2 or EL3Peter Maydell
2015-05-29target-arm: Make raise_exception() take syndrome and target ELPeter Maydell
2015-05-29target-arm: Set exception target EL in tlb_fillPeter Maydell
2015-05-29target-arm: Move setting of exception info into tlb_fillPeter Maydell
2015-05-29target-arm: Set correct syndrome for faults on MSR DAIF*, immPeter Maydell
2015-05-29target-arm: Extend helpers to route exceptionsGreg Bellows
2015-05-29target-arm: Add exception target el infrastructureGreg Bellows
2015-04-26target-arm: Check watchpoints against CPU security statePeter Maydell
2015-04-26target-arm: Use attribute info to handle user-only watchpointsPeter Maydell
2015-02-13target-arm: Add 32/64-bit register syncGreg Bellows
2014-12-11target-arm: make c13 cp regs banked (FCSEIDR, ...)Fabian Aggeler
2014-12-11target-arm: add SCTLR_EL3 and make SCTLR bankedFabian Aggeler
2014-10-24target-arm: A32: Emulate the SMC instructionpull-target-arm-20141024Fabian Aggeler
2014-10-24target-arm: rename arm_current_pl to arm_current_elGreg Bellows
2014-10-24target-arm: add emulation of PSCI calls for system emulationRob Herring
2014-10-24target-arm: Handle SMC/HVC undef-if-no-ELx in pre_* helpersPeter Maydell
2014-09-29target-arm: A64: Emulate the SMC insnEdgar E. Iglesias