aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2023-02-27target/cpu: Restrict do_transaction_failed() handlers to sysemuPhilippe Mathieu-Daudé
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé
2023-02-27target/arm: Don't access TCG code when debugging with KVMFabiano Rosas
2023-02-27target/arm: Move regime_using_lpae_format into internal.hFabiano Rosas
2023-02-27target/arm: Move hflags code into the tcg directoryFabiano Rosas
2023-02-27target/arm: Wrap arm_rebuild_hflags calls with tcg_enabledFabiano Rosas
2023-02-27target/arm: Move psci.c into the tcg directoryClaudio Fontana
2023-02-27target/arm: move helpers to tcg/Claudio Fontana
2023-02-27target/arm: move translate modules to tcg/Fabiano Rosas
2023-02-27target/arm: Wrap TCG-only code in debug_helper.cFabiano Rosas
2023-02-27target/arm: Wrap breakpoint/watchpoint updates with tcg_enabledFabiano Rosas
2023-02-16target/arm: Move cpregs code out of cpu.hFabiano Rosas
2023-02-16target/arm: Move PC alignment checkFabiano Rosas
2023-02-16target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()Claudio Fontana
2023-02-16target/arm: wrap psci call with tcg_enabledClaudio Fontana
2023-02-16target/arm: rename handle_semihosting to tcg_handle_semihostingClaudio Fontana
2023-02-16target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'Philippe Mathieu-Daudé
2023-02-16target/arm: Store CPUARMState::nvic as NVICState*Philippe Mathieu-Daudé
2023-02-16target/arm: Restrict CPUARMState::nvic to sysemuPhilippe Mathieu-Daudé
2023-02-16target/arm: Restrict CPUARMState::arm_boot_info to sysemuPhilippe Mathieu-Daudé
2023-02-16target/arm: Restrict CPUARMState::gicv3state to sysemuPhilippe Mathieu-Daudé
2023-02-16target/arm: Avoid resetting CPUARMState::eabi fieldPhilippe Mathieu-Daudé
2023-02-16target/arm: Convert CPUARMState::eabi to booleanPhilippe Mathieu-Daudé
2023-02-16target/arm: Constify ID_PFR1 on user emulationPhilippe Mathieu-Daudé
2023-02-16target/arm: Reduce arm_v7m_mmu_idx_[all/for_secstate_and_priv]() scopePhilippe Mathieu-Daudé
2023-02-16target/arm: Simplify arm_v7m_mmu_idx_for_secstate() for user emulationPhilippe Mathieu-Daudé
2023-02-04target/arm: Use tcg_gen_atomic_cmpxchg_i128 for CASPRichard Henderson
2023-02-04target/arm: Use tcg_gen_atomic_cmpxchg_i128 for STXPRichard Henderson
2023-02-03target/arm: Enable FEAT_FGT on '-cpu max'Peter Maydell
2023-02-03target/arm: Implement MDCR_EL2.TDCC and MDCR_EL3.TDCC trapsPeter Maydell
2023-02-03target/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL1 trapsPeter Maydell
2023-02-03target/arm: Implement the HFGITR_EL2.ERET trapPeter Maydell
2023-02-03target/arm: Mark up sysregs for HFGITR bits 48..63Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGITR bits 18..47Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGITR bits 12..17Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGITR bits 0..11Peter Maydell
2023-02-03target/arm: Mark up sysregs for HDFGRTR bits 12..63Peter Maydell
2023-02-03target/arm: Mark up sysregs for HDFGRTR bits 0..11Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 36..63Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 24..35Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 12..23Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 0..11Peter Maydell
2023-02-03target/arm: Implement FGT trapping infrastructurePeter Maydell
2023-02-03target/arm: Define the FEAT_FGT registersPeter Maydell
2023-02-03target/arm: Disable HSTR_EL2 traps if EL2 is not enabledPeter Maydell
2023-02-03target/arm: Make HSTR_EL2 traps take priority over UNDEF-at-EL1Peter Maydell
2023-02-03target/arm: All UNDEF-at-EL0 traps take priority over HSTR_EL2 trapsPeter Maydell
2023-02-03target/arm: Move do_coproc_insn() syndrome calculation earlierPeter Maydell
2023-02-03target/arm: Remove CP_ACCESS_TRAP_UNCATEGORIZED_{EL2, EL3}Peter Maydell
2023-02-03target/arm: Correct syndrome for ATS12NSO* at Secure EL1Peter Maydell