aboutsummaryrefslogtreecommitdiff
path: root/target/arm/m_helper.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-27target/arm: move helpers to tcg/Claudio Fontana1-2902/+0
2023-02-16target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'Philippe Mathieu-Daudé1-0/+3
2023-02-16target/arm: Store CPUARMState::nvic as NVICState*Philippe Mathieu-Daudé1-1/+1
2023-02-16target/arm: Reduce arm_v7m_mmu_idx_[all/for_secstate_and_priv]() scopePhilippe Mathieu-Daudé1-37/+37
2023-02-16target/arm: Simplify arm_v7m_mmu_idx_for_secstate() for user emulationPhilippe Mathieu-Daudé1-3/+8
2023-01-23target/arm: Don't set EXC_RETURN.ES if Security Extension not presentPeter Maydell1-1/+1
2023-01-23target/arm: Unify checking for M Main Extension in MRS/MSRDavid Reiss1-2/+20
2023-01-05target/arm: Remove unused includes from m_helper.cFabiano Rosas1-16/+0
2022-10-10target/arm: Use tlb_set_page_fullRichard Henderson1-10/+10
2022-10-10target/arm: Add is_secure parameter to v7m_read_half_insnRichard Henderson1-5/+4
2022-09-22target/arm: Add secure parameter to pmsav8_mpu_lookupRichard Henderson1-1/+1
2022-09-22target/arm: Add is_secure parameter to v8m_security_lookupRichard Henderson1-3/+6
2022-09-22target/arm: Remove is_subpage argument to pmsav8_mpu_lookupRichard Henderson1-2/+1
2022-09-22target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookupRichard Henderson1-9/+7
2022-09-22target/arm: Create GetPhysAddrResultRichard Henderson1-36/+16
2022-06-28semihosting: Return void from do_common_semihostingRichard Henderson1-1/+1
2022-04-22target/arm: Change CPUArchState.thumb to boolRichard Henderson1-3/+3
2022-03-18target/arm: Log fault address for M-profile faultsPeter Maydell1-0/+6
2022-03-18target/arm: Log M-profile vector table accessesPeter Maydell1-0/+5
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2022-01-28target/arm: Log CPU index in 'Taking exception' logPeter Maydell1-1/+1
2021-10-13target/arm: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson1-3/+3
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson1-1/+1
2021-08-25target/arm: Implement M-profile trapping on division by zeroPeter Maydell1-0/+4
2021-07-27target/arm: Report M-profile alignment faults correctly to the guestPeter Maydell1-0/+8
2021-07-27target/arm: Add missing 'return's after calling v7m_exception_taken()Peter Maydell1-0/+2
2021-07-27target/arm: Enforce that M-profile SP low 2 bits are always zeroPeter Maydell1-6/+8
2021-06-16target/arm: Handle VPR semantics in existing codePeter Maydell1-8/+46
2021-06-03target/arm: use raise_exception_ra for stack limit exceptionJamie Iles1-4/+1
2021-05-25target/arm: Use correct SP in M-profile exception returnPeter Maydell1-1/+2
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé1-2/+2
2021-01-19target/arm/m_helper: Silence GCC 10 maybe-uninitialized errorPhilippe Mathieu-Daudé1-1/+1
2021-01-18semihosting: Change common-semi API to be architecture-independentKeith Packard1-1/+6
2020-12-10target/arm: Implement CCR_S.TRD behaviour for SG insnsPeter Maydell1-0/+86
2020-12-10target/arm: Implement new v8.1M NOCP check for exception returnPeter Maydell1-1/+21
2020-12-10target/arm: In v8.1M, don't set HFSR.FORCED on vector table fetch failuresPeter Maydell1-1/+5
2020-12-10target/arm: For v8.1M, always clear R0-R3, R12, APSR, EPSR on exception entryPeter Maydell1-4/+12
2020-11-02target/arm: Get correct MMU index for other-security-statePeter Maydell1-1/+2
2020-06-26target/arm: Always pass cacheattr to get_phys_addrRichard Henderson1-4/+7
2020-02-28target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson1-5/+6
2020-01-09target/arm: only update pc after semihosting completesAlex Bennée1-0/+1
2019-11-26target/arm: Fix handling of cortex-m FTYPE flag in EXCRETJean-Hugues Deschênes1-4/+3
2019-11-19target/arm: Support EL0 v7m msr/mrs for CONFIG_USER_ONLYRichard Henderson1-43/+71
2019-10-24target/arm: Rebuild hflags for M-profileRichard Henderson1-0/+6
2019-09-27target/arm: handle M-profile semihosting at translate timeAlex Bennée1-12/+6
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+2
2019-07-15target/arm: NS BusFault on vector table fetch escalates to NS HardFaultPeter Maydell1-4/+17
2019-07-04target/arm: Use _ra versions of cpu_stl_data() in v7M helpersPeter Maydell1-9/+12
2019-07-04target/arm/helper: Move M profile routines to m_helper.cPhilippe Mathieu-Daudé1-0/+2676