aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)Author
2018-04-10target/arm: Report unsupported MPU region sizes more clearlyPeter Maydell
2018-03-23target/arm: Set FSR for BKPT, BRK when raising exceptionPeter Maydell
2018-03-02target/arm: Define an IDAU interfacePeter Maydell
2018-03-01arm/helper.c: re-factor rsqrte and add rsqrte_f16Alex Bennée
2018-03-01arm/helper.c: re-factor recpe and add recepe_f16Alex Bennée
2018-03-01arm/translate-a64: add FP16 SCVTF/UCVFT to simd_two_reg_misc_fp16Alex Bennée
2018-03-01target/arm/helper: pass explicit fpst to set_rmodeAlex Bennée
2018-03-01target/arm/cpu.h: add additional float_status flagsAlex Bennée
2018-02-22target/arm: Fix register definitions for VMIDR and VMPIDRPeter Maydell
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2018-02-15target/arm: Implement v8M MSPLIM and PSPLIM registersPeter Maydell
2018-02-15target/arm: Implement writing to CONTROL_NS for v8MPeter Maydell
2018-02-15target/arm: Enforce access to ZCR_EL at translationRichard Henderson
2018-02-15target/arm: Suppress TB end for FPCR/FPSRRichard Henderson
2018-02-15target/arm: Enforce FP access to FPCR/FPSRRichard Henderson
2018-02-15target/arm: Remove ARM_CP_64BIT from ZCR_EL registersRichard Henderson
2018-02-09target/arm: Add SVE state to TB->FLAGSRichard Henderson
2018-02-09target/arm: Add ZCR_ELxRichard Henderson
2018-02-09target/arm: Handle exceptions during exception stack popPeter Maydell
2018-02-09target/arm: Make exception vector loads honour the SAUPeter Maydell
2018-02-09target/arm: Make v7m_push_callee_stack() honour MPUPeter Maydell
2018-02-09target/arm: Make v7M exception entry stack push check MPUPeter Maydell
2018-02-09target/arm: Add ignore_stackfaults argument to v7m_exception_taken()Peter Maydell
2018-02-09target/arm: Split "get pending exception info" from "acknowledge it"Peter Maydell
2018-01-25target/arm: Simplify fp_exception_el for user-onlyRichard Henderson
2018-01-25target/arm: Hoist store to flags output in cpu_get_tb_cpu_stateRichard Henderson
2018-01-25target/arm: Move cpu_get_tb_cpu_state out of lineRichard Henderson
2018-01-25target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpersRichard Henderson
2018-01-25target/arm: Change the type of vfp.regsRichard Henderson
2018-01-25target/arm: Fix 32-bit address truncationArd Biesheuvel
2018-01-16target/arm: Handle page table walk load failures correctlyPeter Maydell
2018-01-16get_phys_addr_pmsav7: Support AP=0b111 for v7MPeter Maydell
2017-12-13target/arm: Extend PAR format determinationEdgar E. Iglesias
2017-12-13target/arm: Remove fsr argument from get_phys_addr() and arm_tlb_fill()Peter Maydell
2017-12-13target/arm: Ignore fsr from get_phys_addr() in do_ats_write()Peter Maydell
2017-12-13target/arm: Convert get_phys_addr_pmsav8() to not return FSC valuesPeter Maydell
2017-12-13target/arm: Convert get_phys_addr_pmsav7() to not return FSC valuesPeter Maydell
2017-12-13target/arm: Convert get_phys_addr_pmsav5() to not return FSC valuesPeter Maydell
2017-12-13target/arm: Convert get_phys_addr_lpae() to not return FSC valuesPeter Maydell
2017-12-13target/arm: Convert get_phys_addr_v6() to not return FSC valuesPeter Maydell
2017-12-13target/arm: Convert get_phys_addr_v5() to not return FSC valuesPeter Maydell
2017-12-13target/arm: Remove fsr argument from arm_ld*_ptw()Peter Maydell
2017-12-13target/arm: Implement TT instructionPeter Maydell
2017-12-13target/arm: Factor MPU lookup code out of get_phys_addr_pmsav8()Peter Maydell
2017-12-13target/arm: Split M profile MNegPri mmu index into user and privPeter Maydell
2017-12-13target/arm: Add missing M profile case to regime_is_user()Peter Maydell
2017-12-13target/arm: Allow explicit writes to CONTROL.SPSEL in Handler modePeter Maydell
2017-12-13target/arm: Handle SPSEL and current stack being out of sync in MSP/PSP readsPeter Maydell
2017-11-20arm: check regime, not current state, for ATS write PAR formatPeter Maydell
2017-11-20target/arm: Report GICv3 sysregs present in ID registers if neededPeter Maydell