aboutsummaryrefslogtreecommitdiff
path: root/target/arm/internals.h
AgeCommit message (Expand)Author
2024-05-30target/arm: Implement FEAT WFxT and enable for '-cpu max'Peter Maydell
2024-04-30target/arm: Default to 1GHz cntfrq for 'max' and new CPUsPeter Maydell
2024-04-30target/arm: Refactor default generic timer frequency handlingPeter Maydell
2024-04-26exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' headerPhilippe Mathieu-Daudé
2024-04-25target/arm: Add support for Non-maskable InterruptJinjie Ruan
2024-04-25target/arm: Add support for FEAT_NMI, Non-maskable InterruptJinjie Ruan
2024-03-07target/arm: use FIELD macro for CNTHCTL bit definitionsPeter Maydell
2024-03-07target/arm: Move some register related defines to internals.hPeter Maydell
2024-02-28gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki
2024-02-28target/arm: Use GDBFeature for dynamic XMLAkihiko Odaki
2024-02-15target/arm: Adjust and validate mtedesc sizem1Richard Henderson
2024-02-03target/arm: Split out arm_env_mmu_indexRichard Henderson
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi
2023-11-07target/arm: Move internal declarations from 'cpu-qom.h' to 'cpu.h'Philippe Mathieu-Daudé
2023-11-02target/arm: Correctly propagate stage 1 BTI guarded bit in a two-stage walkPeter Maydell
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
2023-09-21target/arm: Implement MTE tag-checking functions for FEAT_MOPS copiesPeter Maydell
2023-09-21target/arm: Implement the SETG* instructionsPeter Maydell
2023-09-21target/arm: Implement MTE tag-checking functions for FEAT_MOPSPeter Maydell
2023-08-31target/arm: Allow cpu to configure GM blocksizeRichard Henderson
2023-08-22target/arm: Pass security space rather than flag for AT instructionsJean-Philippe Brucker
2023-08-22target/arm: Skip granule protection checks for AT instructionsJean-Philippe Brucker
2023-06-23target/arm: Implement GPC exceptionsRichard Henderson
2023-06-06target/arm: Check alignment in helper_mte_checkRichard Henderson
2023-06-06arm: move KVM breakpoints helpersFrancesco Cagnin
2023-05-12target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size checkPeter Maydell
2023-05-02target/arm: Move 64-bit TCG CPUs into tcg/Fabiano Rosas
2023-05-02target/arm: Move cortex sysregs into a separate fileFabiano Rosas
2023-04-03target/arm: Fix non-TCG build failure by inlining pauth_ptr_mask()Philippe Mathieu-Daudé
2023-03-13target/arm: Improve arm_rmode_to_sfRichard Henderson
2023-03-06target/arm: Export arm_v7m_get_sp_ptrDavid Reiss
2023-03-06target/arm: Export arm_v7m_mrs_controlDavid Reiss
2023-03-06target/arm: Implement gdbstub pauth extensionRichard Henderson
2023-03-06target/arm: Create pauth_ptr_maskRichard Henderson
2023-03-06target/arm: Move arm_gen_dynamic_svereg_xml to gdbstub64.cRichard Henderson
2023-03-06target/arm: Normalize aarch64 gdbstub get/set function namesRichard Henderson
2023-02-27target/cpu: Restrict do_transaction_failed() handlers to sysemuPhilippe Mathieu-Daudé
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-16target/arm: Reduce arm_v7m_mmu_idx_[all/for_secstate_and_priv]() scopePhilippe Mathieu-Daudé
2023-02-03target/arm: Implement FGT trapping infrastructurePeter Maydell
2023-01-05target/arm: Enable TTBCR_EAE for ARMv8-R AArch32Tobias Röhmel
2022-11-29target/arm: Set TCGCPUOps.restore_state_to_opc for v7mEvgeny Ermakov
2022-10-27target/arm: Add ARMFault_UnsuppAtomicUpdateRichard Henderson
2022-10-27target/arm: Extract HA and HD in aa64_va_parametersRichard Henderson
2022-10-27target/arm: Introduce regime_is_stage2Richard Henderson
2022-10-27target/arm: Implement FEAT_E0PDPeter Maydell
2022-10-26accel/tcg: Make page_alloc_target_data allocation constantRichard Henderson
2022-10-20target/arm: Use probe_access_full for BTIRichard Henderson
2022-10-10target/arm: Use ARMGranuleSize in ARMVAParametersPeter Maydell