summaryrefslogtreecommitdiff
path: root/target/arm/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-13target/arm: Remove fsr argument from get_phys_addr() and arm_tlb_fill()Peter Maydell1-2/+1
2017-12-13target/arm: Use ARMMMUFaultInfo in deliver_fault()Peter Maydell1-57/+22
2017-10-31fix WFI/WFE length in syndrome registerStefano Stabellini1-3/+4
2017-10-24target/arm: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota1-7/+0
2017-10-06arm: Fix SMC reporting to EL2 when QEMU provides PSCIJan Kiszka1-10/+17
2017-09-14target/arm: Clear exclusive monitor on v7M reset, exception entry/exitPeter Maydell1-1/+1
2017-09-07target/arm: Implement new do_transaction_failed hookPeter Maydell1-0/+43
2017-09-04target/arm: Allow deliver_fault() caller to specify EA bitPeter Maydell1-5/+5
2017-09-04target/arm: Factor out fault delivery codePeter Maydell1-53/+57
2017-09-04target/arm: Don't trap WFI/WFE for M profilePeter Maydell1-0/+5
2017-06-02arm: Add support for M profile CPUs having different MMU index semanticsPeter Maydell1-1/+2
2017-06-02arm: Use the mmu_idx we're passed in arm_cpu_do_unaligned_access()Peter Maydell1-1/+1
2017-04-20target/arm: Add assertion about FSC format for syndrome registersPeter Maydell1-5/+18
2017-02-24target-arm: don't generate WFE/YIELD calls for MTTCGAlex Bennée1-0/+7
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka1-4/+39
2017-02-07arm: Correctly handle watchpoints for BE32 CPUsJulian Brown1-0/+22
2016-12-27target-arm: Log AArch64 exception returnsPeter Maydell1-0/+9
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+1335