summaryrefslogtreecommitdiffstats
path: root/target/arm/m_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Implement CCR_S.TRD behaviour for SG insnsPeter Maydell2020-12-101-0/+86
* target/arm: Implement new v8.1M NOCP check for exception returnPeter Maydell2020-12-101-1/+21
* target/arm: In v8.1M, don't set HFSR.FORCED on vector table fetch failuresPeter Maydell2020-12-101-1/+5
* target/arm: For v8.1M, always clear R0-R3, R12, APSR, EPSR on exception entryPeter Maydell2020-12-101-4/+12
* target/arm: Get correct MMU index for other-security-statePeter Maydell2020-11-021-1/+2
* target/arm: Always pass cacheattr to get_phys_addrRichard Henderson2020-06-261-4/+7
* target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson2020-02-281-5/+6
* target/arm: only update pc after semihosting completesAlex Bennée2020-01-091-0/+1
* target/arm: Fix handling of cortex-m FTYPE flag in EXCRETJean-Hugues Deschênes2019-11-261-4/+3Star
* target/arm: Support EL0 v7m msr/mrs for CONFIG_USER_ONLYRichard Henderson2019-11-191-43/+71
* target/arm: Rebuild hflags for M-profileRichard Henderson2019-10-241-0/+6
* target/arm: handle M-profile semihosting at translate timeAlex Bennée2019-09-271-12/+6Star
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+2
* target/arm: NS BusFault on vector table fetch escalates to NS HardFaultPeter Maydell2019-07-151-4/+17
* target/arm: Use _ra versions of cpu_stl_data() in v7M helpersPeter Maydell2019-07-041-9/+12
* target/arm/helper: Move M profile routines to m_helper.cPhilippe Mathieu-Daudé2019-07-041-0/+2676