aboutsummaryrefslogtreecommitdiff
path: root/target/arm/internals.h
AgeCommit message (Expand)Author
2022-09-14target/arm: Support 64-bit event counters for FEAT_PMUv3p5Peter Maydell
2022-09-14target/arm: Correct value returned by pmu_counter_mask()Peter Maydell
2022-07-18target/arm: Honour VTCR_EL2 bits in Secure EL2Peter Maydell
2022-07-18target/arm: Store TCR_EL* registers as uint64_tPeter Maydell
2022-07-18target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_tPeter Maydell
2022-07-18target/arm: Fold regime_tcr() and regime_tcr_value() togetherPeter Maydell
2022-07-18target/arm: Define and use new regime_tcr_value() functionPeter Maydell
2022-07-07target/arm: Move define_debug_regs() to debug_helper.cPeter Maydell
2022-06-27target/arm: Add cpu properties for SMERichard Henderson
2022-06-27target/arm: Move arm_cpu_*_finalize to internals.hRichard Henderson
2022-06-10target/arm: Move arm_debug_exception_fsr to debug_helper.cRichard Henderson
2022-06-10target/arm: Move arm_generate_debug_exceptions out of lineRichard Henderson
2022-06-10target/arm: Move arm_singlestep_active out of lineRichard Henderson
2022-06-10target/arm: Move exception_target_el out of lineRichard Henderson
2022-06-08target/arm: Use uint32_t instead of bitmap for sve vq'sRichard Henderson
2022-06-08target/arm: Merge aarch64_sve_zcr_get_valid_len into callerRichard Henderson
2022-06-08target/arm: Add el_is_in_hostRichard Henderson
2022-06-08target/arm: Move get_phys_addr to ptw.cRichard Henderson
2022-06-08target/arm: Move stage_1_mmu_idx decl to internals.hRichard Henderson
2022-06-08Fix 'writeable' typosPeter Maydell
2022-05-19target/arm: Make number of counters in PMCR follow the CPUPeter Maydell
2022-05-19target/arm: Postpone interpretation of stage 2 descriptor attribute bitsPeter Maydell
2022-05-09target/arm: Implement virtual SError exceptionsRichard Henderson
2022-05-09target/arm: Split out aa32_max_featuresRichard Henderson
2022-05-09target/arm: Move cortex impdef sysregs to cpu_tcg.cRichard Henderson
2022-04-28target/arm: Use field names for accessing DBGWCRnRichard Henderson
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-01target/arm: Fix MTE access checks for disabled SEL2Idan Horowitz
2022-03-02target/arm: Implement FEAT_LPA2Richard Henderson
2022-03-02target/arm: Extend arm_fi_to_lfsc to level -1Richard Henderson
2022-03-02target/arm: Honor TCR_ELx.{I}PSRichard Henderson
2022-03-02target/arm: Move arm_pamax out of lineRichard Henderson
2022-03-02target/arm: Fault on invalid TCR_ELx.TxSZRichard Henderson
2022-01-28target/arm: Log CPU index in 'Taking exception' logPeter Maydell
2021-11-02target/arm: Implement arm_cpu_record_sigbusRichard Henderson
2021-11-02target/arm: Implement arm_cpu_record_sigsegvRichard Henderson
2021-09-30target/arm: Move gdbstub related code out of helper.cPeter Maydell
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson
2021-09-20arm: Move PMC register definitions to internals.hAlexander Graf
2021-07-27target/arm: Export aarch64_sve_zcr_get_valid_lenRichard Henderson
2021-07-21target/arm: Implement debug_check_breakpointRichard Henderson
2021-06-21target/arm: Implement MVE VLDR/VSTR (non-widening forms)Peter Maydell
2021-04-30target/arm: Rename mte_probe1 to mte_probeRichard Henderson
2021-04-30target/arm: Merge mte_check1, mte_checkNRichard Henderson
2021-04-30target/arm: Replace MTEDESC ESIZE+TSIZE with SIZEM1Richard Henderson
2021-03-05target/arm: Add support for FEAT_SSBS, Speculative Store Bypass SafeRebecca Cran
2021-02-18exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson
2021-02-16target/arm: Split out syndrome.h from internals.hRichard Henderson
2021-02-16target/arm: Use the proper TBI settings for linux-userRichard Henderson
2021-02-11target/arm: Add support for FEAT_DIT, Data Independent TimingRebecca Cran