aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-29target/arm: mark SP_EL1 with ARM_CP_EL3_NO_EL2_KEEPJerome Forissier1-1/+1
2022-09-29target/arm: Make writes to MDCR_EL3 use PMU start/finish callsPeter Maydell1-4/+14
2022-09-29target/arm: Mark registers which call pmu_op_start() as ARM_CP_IOPeter Maydell1-6/+6
2022-09-22target/arm: Create GetPhysAddrResultRichard Henderson1-16/+11
2022-09-14target/arm: Support 64-bit event counters for FEAT_PMUv3p5Peter Maydell1-8/+54
2022-09-14target/arm: Implement FEAT_PMUv3p5 cycle counter disable bitsPeter Maydell1-4/+17
2022-09-14target/arm: Rename pmu_8_n feature test functionsPeter Maydell1-9/+9
2022-09-14target/arm: Detect overflow when calculating next PMU interruptPeter Maydell1-8/+14
2022-09-14target/arm: Honour MDCR_EL2.HPMD in Secure EL2Peter Maydell1-10/+7
2022-09-14target/arm: Ignore PMCR.D when PMCR.LC is setPeter Maydell1-4/+13
2022-09-14target/arm: Don't mishandle count when enabling or disabling PMU countersPeter Maydell1-0/+45
2022-09-14target/arm: Don't corrupt high half of PMOVSR when cycle counter overflowsPeter Maydell1-1/+1
2022-09-14target/arm: Implement ID_DFR1Peter Maydell1-2/+2
2022-09-14target/arm: Implement ID_MMFR5Peter Maydell1-2/+2
2022-09-14target/arm: Make cpregs 0, c0, c{3-15}, {0-7} correctly RAZ in v8Peter Maydell1-5/+60
2022-08-05target/arm: display deprecation status in '-cpu help'Daniel P. Berrangé1-1/+6
2022-08-01trivial: Fix duplicated wordsThomas Huth1-1/+1
2022-07-18target/arm: Store TCR_EL* registers as uint64_tPeter Maydell1-55/+20
2022-07-18target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_tPeter Maydell1-3/+1
2022-07-18target/arm: Fix big-endian host handling of VTCRPeter Maydell1-1/+1
2022-07-18target/arm: Fold regime_tcr() and regime_tcr_value() togetherPeter Maydell1-3/+3
2022-07-18target/arm: Define and use new regime_tcr_value() functionPeter Maydell1-3/+3
2022-07-18target/arm: Fix aarch64_sve_change_el for SMERichard Henderson1-6/+25
2022-07-18target/arm: Fill in VL for tbflags when SME enabled and SVE disabledRichard Henderson1-2/+8
2022-07-11target/arm: Reset streaming sve state on exception boundariesRichard Henderson1-2/+13
2022-07-11target/arm: Trap non-streaming usage when Streaming SVE is activeRichard Henderson1-0/+41
2022-07-07target/arm: Move define_debug_regs() to debug_helper.cPeter Maydell1-530/+1
2022-07-07target/arm: Fix code style issues in debug helper functionsPeter Maydell1-20/+38
2022-06-28semihosting: Return void from do_common_semihostingRichard Henderson1-2/+2
2022-06-27target/arm: Add SVL to TB flagsRichard Henderson1-1/+7
2022-06-27target/arm: Introduce sve_vqm1_for_el_smRichard Henderson1-7/+25
2022-06-27target/arm: Create ARMVQMapRichard Henderson1-1/+1
2022-06-27target/arm: Implement SMSTART, SMSTOPRichard Henderson1-3/+3
2022-06-27target/arm: Add PSTATE.{SM,ZA} to TB flagsRichard Henderson1-0/+4
2022-06-27target/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2Richard Henderson1-0/+33
2022-06-27target/arm: Add SMCR_ELxRichard Henderson1-0/+41
2022-06-27target/arm: Add SVCRRichard Henderson1-0/+13
2022-06-27target/arm: Add SMEEXC_EL to TB flagsRichard Henderson1-0/+52
2022-06-27target/arm: Implement TPIDR2_EL0Richard Henderson1-0/+32
2022-06-10target/arm: SCR_EL3.RW is RAO/WI without AArch32 EL[12]Richard Henderson1-0/+4
2022-06-10target/arm: Adjust format test in scr_writeRichard Henderson1-6/+8
2022-06-10target/arm: Fix Secure PL1 tests in fp_exception_elRichard Henderson1-14/+9
2022-06-10target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_ELRichard Henderson1-10/+2
2022-06-08target/arm: Add ID_AA64SMFR0_EL1Richard Henderson1-2/+2
2022-06-08target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_elRichard Henderson1-6/+6
2022-06-08target/arm: Use uint32_t instead of bitmap for sve vq'sRichard Henderson1-7/+2
2022-06-08target/arm: Merge aarch64_sve_zcr_get_valid_len into callerRichard Henderson1-19/+11
2022-06-08target/arm: Hoist arm_is_el2_enabled check in sve_exception_elRichard Henderson1-8/+5
2022-06-08target/arm: Use el_is_in_host for sve_exception_elRichard Henderson1-3/+2
2022-06-08target/arm: Use el_is_in_host for sve_zcr_len_for_elRichard Henderson1-2/+1