aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)Author
2024-08-02target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabledPeter Maydell
2024-03-13target/arm: align exposed ID registers with LinuxZhuojia Shen
2024-02-16target/arm: Don't get MDCR_EL2 in pmu_counter_enabled() before checking ARM_F...Peter Maydell
2024-02-03target/arm: fix exception syndrome for AArch32 bkpt insnJan Klötzke
2023-12-20target/arm/helper: Propagate MDCR_EL2.HPMN into PMCR_EL0.NJean-Philippe Brucker
2023-09-25target/arm: Don't skip MTE checks for LDRT/STRT at EL0Peter Maydell
2023-03-29target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabledEvgeny Iakovlev
2022-11-04target/arm: Honor HCR_E2H and HCR_TGE in ats_write64()Ake Koomsin
2022-11-04target/arm: Fix Privileged Access Never (PAN) for aarch32Timofey Kutergin
2022-11-04target/arm: Make TLBIOS and TLBIRANGE ops trap on HCR_EL2.TTLBPeter Maydell
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-20target/arm: Restrict tlb flush from vttbr_write to vmid changeRichard Henderson
2022-10-20target/arm: Move ARMMMUIdx_Stage2 to a real tlb mmu_idxRichard 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: Introduce arm_hcr_el2_eff_secstateRichard Henderson
2022-10-10target/arm: Fold secure and non-secure a-profile mmu indexesRichard Henderson
2022-10-10target/arm: Add is_secure parameter to do_ats_writeRichard Henderson
2022-10-10target/arm: Add TBFLAG_M32.SECURERichard Henderson
2022-10-10target/arm: allow setting SCR_EL3.EnTP2 when FEAT_SME is implementedJerome Forissier
2022-09-29target/arm: mark SP_EL1 with ARM_CP_EL3_NO_EL2_KEEPJerome Forissier
2022-09-29target/arm: Make writes to MDCR_EL3 use PMU start/finish callsPeter Maydell
2022-09-29target/arm: Mark registers which call pmu_op_start() as ARM_CP_IOPeter Maydell
2022-09-22target/arm: Create GetPhysAddrResultRichard Henderson
2022-09-14target/arm: Support 64-bit event counters for FEAT_PMUv3p5Peter Maydell
2022-09-14target/arm: Implement FEAT_PMUv3p5 cycle counter disable bitsPeter Maydell
2022-09-14target/arm: Rename pmu_8_n feature test functionsPeter Maydell
2022-09-14target/arm: Detect overflow when calculating next PMU interruptPeter Maydell
2022-09-14target/arm: Honour MDCR_EL2.HPMD in Secure EL2Peter Maydell
2022-09-14target/arm: Ignore PMCR.D when PMCR.LC is setPeter Maydell
2022-09-14target/arm: Don't mishandle count when enabling or disabling PMU countersPeter Maydell
2022-09-14target/arm: Don't corrupt high half of PMOVSR when cycle counter overflowsPeter Maydell
2022-09-14target/arm: Implement ID_DFR1Peter Maydell
2022-09-14target/arm: Implement ID_MMFR5Peter Maydell
2022-09-14target/arm: Make cpregs 0, c0, c{3-15}, {0-7} correctly RAZ in v8Peter Maydell
2022-08-05target/arm: display deprecation status in '-cpu help'Daniel P. Berrangé
2022-08-01trivial: Fix duplicated wordsThomas Huth
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: Fix big-endian host handling of VTCRPeter 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-18target/arm: Fix aarch64_sve_change_el for SMERichard Henderson
2022-07-18target/arm: Fill in VL for tbflags when SME enabled and SVE disabledRichard Henderson
2022-07-11target/arm: Reset streaming sve state on exception boundariesRichard Henderson
2022-07-11target/arm: Trap non-streaming usage when Streaming SVE is activeRichard Henderson
2022-07-07target/arm: Move define_debug_regs() to debug_helper.cPeter Maydell