summaryrefslogtreecommitdiffstats
path: root/target/arm/m_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Use tlb_set_page_fullRichard Henderson2022-10-101-10/+10
* target/arm: Add is_secure parameter to v7m_read_half_insnRichard Henderson2022-10-101-5/+4Star
* target/arm: Add secure parameter to pmsav8_mpu_lookupRichard Henderson2022-09-221-1/+1
* target/arm: Add is_secure parameter to v8m_security_lookupRichard Henderson2022-09-221-3/+6
* target/arm: Remove is_subpage argument to pmsav8_mpu_lookupRichard Henderson2022-09-221-2/+1Star
* target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookupRichard Henderson2022-09-221-9/+7Star
* target/arm: Create GetPhysAddrResultRichard Henderson2022-09-221-36/+16Star
* semihosting: Return void from do_common_semihostingRichard Henderson2022-06-281-1/+1
* target/arm: Change CPUArchState.thumb to boolRichard Henderson2022-04-221-3/+3
* target/arm: Log fault address for M-profile faultsPeter Maydell2022-03-181-0/+6
* target/arm: Log M-profile vector table accessesPeter Maydell2022-03-181-0/+5
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
* target/arm: Log CPU index in 'Taking exception' logPeter Maydell2022-01-281-1/+1
* target/arm: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson2021-10-131-3/+3
* tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson2021-10-061-1/+1
* target/arm: Implement M-profile trapping on division by zeroPeter Maydell2021-08-251-0/+4
* target/arm: Report M-profile alignment faults correctly to the guestPeter Maydell2021-07-271-0/+8
* target/arm: Add missing 'return's after calling v7m_exception_taken()Peter Maydell2021-07-271-0/+2
* target/arm: Enforce that M-profile SP low 2 bits are always zeroPeter Maydell2021-07-271-6/+8
* target/arm: Handle VPR semantics in existing codePeter Maydell2021-06-161-8/+46
* target/arm: use raise_exception_ra for stack limit exceptionJamie Iles2021-06-031-4/+1Star
* target/arm: Use correct SP in M-profile exception returnPeter Maydell2021-05-251-1/+2
* semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé2021-03-101-2/+2
* target/arm/m_helper: Silence GCC 10 maybe-uninitialized errorPhilippe Mathieu-Daudé2021-01-191-1/+1
* semihosting: Change common-semi API to be architecture-independentKeith Packard2021-01-181-1/+6
* 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