summaryrefslogtreecommitdiffstats
path: root/target/arm/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson2020-06-261-0/+16
* target/arm: Move helper_dc_zva to helper-a64.cRichard Henderson2020-03-051-93/+0Star
* target/arm: Remove CPSR_RESERVEDRichard Henderson2020-02-131-1/+8
* target/arm: Replace CPSR_ERET_MASK with aarch32_cpsr_valid_maskRichard Henderson2020-02-131-1/+4
* target/arm: adjust program counter for wfi exception in AArch32Jeff Kubascik2020-01-171-1/+6
* target/arm: Handle AArch32 CP15 trapping via HSTR_EL2Marc Zyngier2019-12-161-0/+22
* target/arm: Rebuild hflags at CPSR writesRichard Henderson2019-10-241-0/+3
* target/arm: Rebuild hflags at EL changesRichard Henderson2019-10-241-0/+1
* target/arm: Remove helper_double_saturateRichard Henderson2019-08-161-15/+0Star
* target/arm: Deliver BKPT/BRK exceptions to correct exception levelPeter Maydell2019-07-301-1/+15
* target/arm: Move debug routines to debug_helper.cPhilippe Mathieu-Daudé2019-07-041-295/+0Star
* target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé2019-07-011-135/+0Star
* target/arm: Move the DC ZVA helper into op_helperSamuel Ortiz2019-07-011-0/+93
* target/arm: Fix multiline comment syntaxPhilippe Mathieu-Daudé2019-07-011-18/+36
* target/arm: Use env_cpu, env_archcpuRichard Henderson2019-06-101-11/+10Star
* target/arm: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-25/+4Star
* target/arm: Add set/clear_pstate_bits, share gen_ss_advanceRichard Henderson2019-03-051-5/+0Star
* target/arm: Split helper_msr_i_pstate into 3Richard Henderson2019-03-051-42/+0Star
* target/arm: Move helper_exception_return to helper-a64.cRichard Henderson2019-01-211-155/+0Star
* target/arm: Introduce raise_exception_raRichard Henderson2019-01-211-2/+17
* target/arm: Use arm_hcr_el2_eff more placesRichard Henderson2018-12-131-8/+6Star
* target/arm: fix smc incorrectly trapping to EL3 when secure is offLuc Michel2018-11-191-8/+46
* target/arm: Hyp mode R14 is shared with User and SystemPeter Maydell2018-11-131-2/+2
* target/arm: New utility function to extract EC from syndromePeter Maydell2018-10-241-1/+1
* target/arm: Fix aarch64_sve_change_el wrt EL0Richard Henderson2018-10-161-1/+5
* target/arm: Add v8M stack limit checks on NS function callsPeter Maydell2018-10-081-2/+2
* target/arm: Add v8M stack checks on ADD/SUB/MOV of SPPeter Maydell2018-10-081-0/+19
* target/arm: Handle SVE vector length changes in system modeRichard Henderson2018-10-081-0/+1
* target/arm: Permit accesses to ELR_Hyp from Hyp mode via MSR/MRS (banked)Peter Maydell2018-08-201-11/+11
* target/arm: Honour HCR_EL2.TGE when raising synchronous exceptionsPeter Maydell2018-08-141-0/+14
* target/arm: Add pre-EL change hooksAaron Lindsay2018-04-261-0/+8
* icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk2018-04-111-3/+3
* target/arm: Always set FAR to a known unknown value for debug exceptionsPeter Maydell2018-03-231-1/+10
* target/arm: Set FSR for BKPT, BRK when raising exceptionPeter Maydell2018-03-231-0/+2
* target/arm: Factor out code to calculate FSR for debug exceptionsPeter Maydell2018-03-231-10/+2Star
* target/arm: Honour MDCR_EL2.TDE when routing exceptions due to BKPT/BRKPeter Maydell2018-03-231-0/+8
* Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell2018-01-261-2/+2
|\
| * accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-251-2/+2
* | target/arm: Use pointers in neon tbl helperRichard Henderson2018-01-251-10/+7Star
|/
* target/arm: Handle page table walk load failures correctlyPeter Maydell2018-01-161-6/+1Star
* target/*helper: don't check retaddr before calling cpu_restore_stateAlex Bennée2017-12-281-12/+6Star
* target/arm: Remove fsr argument from get_phys_addr() and arm_tlb_fill()Peter Maydell2017-12-131-2/+1Star
* target/arm: Use ARMMMUFaultInfo in deliver_fault()Peter Maydell2017-12-131-57/+22Star
* fix WFI/WFE length in syndrome registerStefano Stabellini2017-10-311-3/+4
* target/arm: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota2017-10-241-7/+0Star
* arm: Fix SMC reporting to EL2 when QEMU provides PSCIJan Kiszka2017-10-061-10/+17
* target/arm: Clear exclusive monitor on v7M reset, exception entry/exitPeter Maydell2017-09-141-1/+1
* target/arm: Implement new do_transaction_failed hookPeter Maydell2017-09-071-0/+43
* target/arm: Allow deliver_fault() caller to specify EA bitPeter Maydell2017-09-041-5/+5
* target/arm: Factor out fault delivery codePeter Maydell2017-09-041-53/+57