aboutsummaryrefslogtreecommitdiff
path: root/target/arm/internals.h
AgeCommit message (Expand)Author
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
2022-10-10target/arm: Don't allow guest to use unimplemented granule sizesPeter Maydell
2022-10-10target/arm: Use tlb_set_page_fullRichard Henderson
2022-10-10target/arm: Fold secure and non-secure a-profile mmu indexesRichard Henderson
2022-10-10target/arm: Merge regime_is_secure into get_phys_addrRichard Henderson
2022-10-10target/arm: Split out get_phys_addr_with_secureRichard Henderson
2022-09-22target/arm: Add secure parameter to pmsav8_mpu_lookupRichard Henderson
2022-09-22target/arm: Add is_secure parameter to v8m_security_lookupRichard Henderson
2022-09-22target/arm: Remove is_subpage argument to pmsav8_mpu_lookupRichard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookupRichard Henderson
2022-09-22target/arm: Create GetPhysAddrResultRichard Henderson
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