summaryrefslogtreecommitdiffstats
path: root/target/arm/internals.h
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Set TCGCPUOps.restore_state_to_opc for v7mEvgeny Ermakov2022-11-301-0/+4
* target/arm: Add ARMFault_UnsuppAtomicUpdateRichard Henderson2022-10-271-0/+4
* target/arm: Extract HA and HD in aa64_va_parametersRichard Henderson2022-10-271-0/+2
* target/arm: Introduce regime_is_stage2Richard Henderson2022-10-271-0/+5
* target/arm: Implement FEAT_E0PDPeter Maydell2022-10-271-0/+19
* accel/tcg: Make page_alloc_target_data allocation constantRichard Henderson2022-10-261-4/+0Star
* target/arm: Use probe_access_full for BTIRichard Henderson2022-10-201-0/+1
* target/arm: Use ARMGranuleSize in ARMVAParametersPeter Maydell2022-10-101-2/+21
* target/arm: Don't allow guest to use unimplemented granule sizesPeter Maydell2022-10-101-0/+9
* target/arm: Use tlb_set_page_fullRichard Henderson2022-10-101-4/+1Star
* target/arm: Fold secure and non-secure a-profile mmu indexesRichard Henderson2022-10-101-28/+3Star
* target/arm: Merge regime_is_secure into get_phys_addrRichard Henderson2022-10-101-42/+0Star
* target/arm: Split out get_phys_addr_with_secureRichard Henderson2022-10-101-0/+40
* target/arm: Add secure parameter to pmsav8_mpu_lookupRichard Henderson2022-09-221-2/+2
* target/arm: Add is_secure parameter to v8m_security_lookupRichard Henderson2022-09-221-1/+1
* target/arm: Remove is_subpage argument to pmsav8_mpu_lookupRichard Henderson2022-09-221-2/+2
* target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookupRichard Henderson2022-09-221-6/+5Star
* target/arm: Create GetPhysAddrResultRichard Henderson2022-09-221-3/+10
* target/arm: Support 64-bit event counters for FEAT_PMUv3p5Peter Maydell2022-09-141-1/+2
* target/arm: Correct value returned by pmu_counter_mask()Peter Maydell2022-09-141-1/+1
* target/arm: Honour VTCR_EL2 bits in Secure EL2Peter Maydell2022-07-181-3/+19
* target/arm: Store TCR_EL* registers as uint64_tPeter Maydell2022-07-181-3/+3
* target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_tPeter Maydell2022-07-181-2/+2
* target/arm: Fold regime_tcr() and regime_tcr_value() togetherPeter Maydell2022-07-181-11/+5Star
* target/arm: Define and use new regime_tcr_value() functionPeter Maydell2022-07-181-0/+6
* target/arm: Move define_debug_regs() to debug_helper.cPeter Maydell2022-07-071-0/+9
* target/arm: Add cpu properties for SMERichard Henderson2022-06-271-0/+1
* target/arm: Move arm_cpu_*_finalize to internals.hRichard Henderson2022-06-271-0/+3
* target/arm: Move arm_debug_exception_fsr to debug_helper.cRichard Henderson2022-06-101-25/+0Star
* target/arm: Move arm_generate_debug_exceptions out of lineRichard Henderson2022-06-101-0/+1
* target/arm: Move arm_singlestep_active out of lineRichard Henderson2022-06-101-0/+1
* target/arm: Move exception_target_el out of lineRichard Henderson2022-06-101-15/+1Star
* target/arm: Use uint32_t instead of bitmap for sve vq'sRichard Henderson2022-06-081-0/+5
* target/arm: Merge aarch64_sve_zcr_get_valid_len into callerRichard Henderson2022-06-081-11/+0Star
* target/arm: Add el_is_in_hostRichard Henderson2022-06-081-0/+2
* target/arm: Move get_phys_addr to ptw.cRichard Henderson2022-06-081-2/+16
* target/arm: Move stage_1_mmu_idx decl to internals.hRichard Henderson2022-06-081-0/+5
* Fix 'writeable' typosPeter Maydell2022-06-081-2/+2
* target/arm: Make number of counters in PMCR follow the CPUPeter Maydell2022-05-191-1/+3
* target/arm: Postpone interpretation of stage 2 descriptor attribute bitsPeter Maydell2022-05-191-1/+6
* target/arm: Implement virtual SError exceptionsRichard Henderson2022-05-091-0/+8
* target/arm: Split out aa32_max_featuresRichard Henderson2022-05-091-0/+2
* target/arm: Move cortex impdef sysregs to cpu_tcg.cRichard Henderson2022-05-091-0/+6
* target/arm: Use field names for accessing DBGWCRnRichard Henderson2022-04-281-0/+12
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-6/+6
* target/arm: Fix MTE access checks for disabled SEL2Idan Horowitz2022-04-011-1/+1
* target/arm: Implement FEAT_LPA2Richard Henderson2022-03-021-0/+2
* target/arm: Extend arm_fi_to_lfsc to level -1Richard Henderson2022-03-021-6/+29
* target/arm: Honor TCR_ELx.{I}PSRichard Henderson2022-03-021-0/+1
* target/arm: Move arm_pamax out of lineRichard Henderson2022-03-021-18/+1Star