aboutsummaryrefslogtreecommitdiff
path: root/target/arm/internals.h
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-20target/arm: Use probe_access_full for BTIRichard Henderson1-0/+1
2022-10-10target/arm: Use ARMGranuleSize in ARMVAParametersPeter Maydell1-2/+21
2022-10-10target/arm: Don't allow guest to use unimplemented granule sizesPeter Maydell1-0/+9
2022-10-10target/arm: Use tlb_set_page_fullRichard Henderson1-4/+1
2022-10-10target/arm: Fold secure and non-secure a-profile mmu indexesRichard Henderson1-28/+3
2022-10-10target/arm: Merge regime_is_secure into get_phys_addrRichard Henderson1-42/+0
2022-10-10target/arm: Split out get_phys_addr_with_secureRichard Henderson1-0/+40
2022-09-22target/arm: Add secure parameter to pmsav8_mpu_lookupRichard Henderson1-2/+2
2022-09-22target/arm: Add is_secure parameter to v8m_security_lookupRichard Henderson1-1/+1
2022-09-22target/arm: Remove is_subpage argument to pmsav8_mpu_lookupRichard Henderson1-2/+2
2022-09-22target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookupRichard Henderson1-6/+5
2022-09-22target/arm: Create GetPhysAddrResultRichard Henderson1-3/+10
2022-09-14target/arm: Support 64-bit event counters for FEAT_PMUv3p5Peter Maydell1-1/+2
2022-09-14target/arm: Correct value returned by pmu_counter_mask()Peter Maydell1-1/+1
2022-07-18target/arm: Honour VTCR_EL2 bits in Secure EL2Peter Maydell1-3/+19
2022-07-18target/arm: Store TCR_EL* registers as uint64_tPeter Maydell1-3/+3
2022-07-18target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_tPeter Maydell1-2/+2
2022-07-18target/arm: Fold regime_tcr() and regime_tcr_value() togetherPeter Maydell1-11/+5
2022-07-18target/arm: Define and use new regime_tcr_value() functionPeter Maydell1-0/+6
2022-07-07target/arm: Move define_debug_regs() to debug_helper.cPeter Maydell1-0/+9
2022-06-27target/arm: Add cpu properties for SMERichard Henderson1-0/+1
2022-06-27target/arm: Move arm_cpu_*_finalize to internals.hRichard Henderson1-0/+3
2022-06-10target/arm: Move arm_debug_exception_fsr to debug_helper.cRichard Henderson1-25/+0
2022-06-10target/arm: Move arm_generate_debug_exceptions out of lineRichard Henderson1-0/+1
2022-06-10target/arm: Move arm_singlestep_active out of lineRichard Henderson1-0/+1
2022-06-10target/arm: Move exception_target_el out of lineRichard Henderson1-15/+1
2022-06-08target/arm: Use uint32_t instead of bitmap for sve vq'sRichard Henderson1-0/+5
2022-06-08target/arm: Merge aarch64_sve_zcr_get_valid_len into callerRichard Henderson1-11/+0