aboutsummaryrefslogtreecommitdiff
path: root/target/arm/internals.h
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-08target/arm: Add el_is_in_hostRichard Henderson1-0/+2
2022-06-08target/arm: Move get_phys_addr to ptw.cRichard Henderson1-2/+16
2022-06-08target/arm: Move stage_1_mmu_idx decl to internals.hRichard Henderson1-0/+5
2022-06-08Fix 'writeable' typosPeter Maydell1-2/+2
2022-05-19target/arm: Make number of counters in PMCR follow the CPUPeter Maydell1-1/+3
2022-05-19target/arm: Postpone interpretation of stage 2 descriptor attribute bitsPeter Maydell1-1/+6
2022-05-09target/arm: Implement virtual SError exceptionsRichard Henderson1-0/+8
2022-05-09target/arm: Split out aa32_max_featuresRichard Henderson1-0/+2
2022-05-09target/arm: Move cortex impdef sysregs to cpu_tcg.cRichard Henderson1-0/+6
2022-04-28target/arm: Use field names for accessing DBGWCRnRichard Henderson1-0/+12
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-6/+6
2022-04-01target/arm: Fix MTE access checks for disabled SEL2Idan Horowitz1-1/+1
2022-03-02target/arm: Implement FEAT_LPA2Richard Henderson1-0/+2
2022-03-02target/arm: Extend arm_fi_to_lfsc to level -1Richard Henderson1-6/+29
2022-03-02target/arm: Honor TCR_ELx.{I}PSRichard Henderson1-0/+1
2022-03-02target/arm: Move arm_pamax out of lineRichard Henderson1-18/+1
2022-03-02target/arm: Fault on invalid TCR_ELx.TxSZRichard Henderson1-0/+1
2022-01-28target/arm: Log CPU index in 'Taking exception' logPeter Maydell1-1/+1
2021-11-02target/arm: Implement arm_cpu_record_sigbusRichard Henderson1-0/+2
2021-11-02target/arm: Implement arm_cpu_record_sigsegvRichard Henderson1-0/+6
2021-09-30target/arm: Move gdbstub related code out of helper.cPeter Maydell1-0/+7