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