aboutsummaryrefslogtreecommitdiff
path: root/target/arm/internals.h
AgeCommit message (Expand)Author
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
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-01-19target/arm: Introduce PREDDESC field definitionsRichard Henderson
2021-01-19target/arm: set HPFAR_EL2.NS on secure stage 2 faultsRémi Denis-Courmont
2021-01-19target/arm: secure stage 2 translation regimeRémi Denis-Courmont
2021-01-19target/arm: add MMU stage 1 for Secure EL2Rémi Denis-Courmont
2020-10-20target/arm: Ignore HCR_EL2.ATA when {E2H,TGE} != 11Richard Henderson
2020-06-26target/arm: Always pass cacheattr to get_phys_addrRichard Henderson
2020-06-26target/arm: Add mte helpers for sve scalar + int loadsRichard Henderson
2020-06-26target/arm: Implement helper_mte_checkNRichard Henderson
2020-06-26target/arm: Implement helper_mte_check1Richard Henderson
2020-06-26target/arm: Add gen_mte_check1Richard Henderson
2020-06-26target/arm: Move regime_tcr to internals.hRichard Henderson
2020-06-26target/arm: Move regime_el to internals.hRichard Henderson
2020-06-26target/arm: Implement the ADDG, SUBG instructionsRichard Henderson
2020-06-26target/arm: Implement the IRG instructionRichard Henderson
2020-06-26target/arm: Add MTE bits to tb_flagsRichard Henderson
2020-06-26target/arm: Add MTE system registersRichard Henderson
2020-05-14target-arm: kvm64: handle SIGBUS signal from kernel or KVMDongjiu Geng
2020-05-11target/arm: Remove sve_memopidxRichard Henderson
2020-03-05target/arm: Introduce core_to_aa64_mmu_idxRichard Henderson