index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
m_helper.c
Age
Commit message (
Expand
)
Author
2023-02-27
target/arm: move helpers to tcg/
Claudio Fontana
2023-02-16
target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'
Philippe Mathieu-Daudé
2023-02-16
target/arm: Store CPUARMState::nvic as NVICState*
Philippe Mathieu-Daudé
2023-02-16
target/arm: Reduce arm_v7m_mmu_idx_[all/for_secstate_and_priv]() scope
Philippe Mathieu-Daudé
2023-02-16
target/arm: Simplify arm_v7m_mmu_idx_for_secstate() for user emulation
Philippe Mathieu-Daudé
2023-01-23
target/arm: Don't set EXC_RETURN.ES if Security Extension not present
Peter Maydell
2023-01-23
target/arm: Unify checking for M Main Extension in MRS/MSR
David Reiss
2023-01-05
target/arm: Remove unused includes from m_helper.c
Fabiano Rosas
2022-10-10
target/arm: Use tlb_set_page_full
Richard Henderson
2022-10-10
target/arm: Add is_secure parameter to v7m_read_half_insn
Richard Henderson
2022-09-22
target/arm: Add secure parameter to pmsav8_mpu_lookup
Richard Henderson
2022-09-22
target/arm: Add is_secure parameter to v8m_security_lookup
Richard Henderson
2022-09-22
target/arm: Remove is_subpage argument to pmsav8_mpu_lookup
Richard Henderson
2022-09-22
target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookup
Richard Henderson
2022-09-22
target/arm: Create GetPhysAddrResult
Richard Henderson
2022-06-28
semihosting: Return void from do_common_semihosting
Richard Henderson
2022-04-22
target/arm: Change CPUArchState.thumb to bool
Richard Henderson
2022-03-18
target/arm: Log fault address for M-profile faults
Peter Maydell
2022-03-18
target/arm: Log M-profile vector table accesses
Peter Maydell
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-01-28
target/arm: Log CPU index in 'Taking exception' log
Peter Maydell
2021-10-13
target/arm: Use cpu_*_mmu instead of helper_*_mmu
Richard Henderson
2021-10-05
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
2021-08-25
target/arm: Implement M-profile trapping on division by zero
Peter Maydell
2021-07-27
target/arm: Report M-profile alignment faults correctly to the guest
Peter Maydell
2021-07-27
target/arm: Add missing 'return's after calling v7m_exception_taken()
Peter Maydell
2021-07-27
target/arm: Enforce that M-profile SP low 2 bits are always zero
Peter Maydell
2021-06-16
target/arm: Handle VPR semantics in existing code
Peter Maydell
2021-06-03
target/arm: use raise_exception_ra for stack limit exception
Jamie Iles
2021-05-25
target/arm: Use correct SP in M-profile exception return
Peter Maydell
2021-03-10
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
2021-01-19
target/arm/m_helper: Silence GCC 10 maybe-uninitialized error
Philippe Mathieu-Daudé
2021-01-18
semihosting: Change common-semi API to be architecture-independent
Keith Packard
2020-12-10
target/arm: Implement CCR_S.TRD behaviour for SG insns
Peter Maydell
2020-12-10
target/arm: Implement new v8.1M NOCP check for exception return
Peter Maydell
2020-12-10
target/arm: In v8.1M, don't set HFSR.FORCED on vector table fetch failures
Peter Maydell
2020-12-10
target/arm: For v8.1M, always clear R0-R3, R12, APSR, EPSR on exception entry
Peter Maydell
2020-11-02
target/arm: Get correct MMU index for other-security-state
Peter Maydell
2020-06-26
target/arm: Always pass cacheattr to get_phys_addr
Richard Henderson
2020-02-28
target/arm: Add isar_feature_aa32_vfp_simd
Richard Henderson
2020-01-09
target/arm: only update pc after semihosting completes
Alex Bennée
2019-11-26
target/arm: Fix handling of cortex-m FTYPE flag in EXCRET
Jean-Hugues Deschênes
2019-11-19
target/arm: Support EL0 v7m msr/mrs for CONFIG_USER_ONLY
Richard Henderson
2019-10-24
target/arm: Rebuild hflags for M-profile
Richard Henderson
2019-09-27
target/arm: handle M-profile semihosting at translate time
Alex Bennée
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-07-15
target/arm: NS BusFault on vector table fetch escalates to NS HardFault
Peter Maydell
2019-07-04
target/arm: Use _ra versions of cpu_stl_data() in v7M helpers
Peter Maydell
2019-07-04
target/arm/helper: Move M profile routines to m_helper.c
Philippe Mathieu-Daudé