aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)Author
2024-01-26target/arm: Move GTimer definitions to new 'gtimer.h' headerPhilippe Mathieu-Daudé
2024-01-26target/arm: Move e2h_access() helper aroundPhilippe Mathieu-Daudé
2024-01-19target/arm: Ensure icount is enabled when emulating INST_RETIREDPhilippe Mathieu-Daudé
2024-01-19system/cpu-timers: Introduce ICountMode enumeratorPhilippe Mathieu-Daudé
2024-01-09target/arm: Enhance CPU_LOG_INT to show SPSR on AArch64 exception-entryPeter Maydell
2024-01-09target/arm: Mark up VNCR offsets (offsets >= 0x200, except GIC)Peter Maydell
2024-01-09target/arm: Mark up VNCR offsets (offsets 0x168..0x1f8)Peter Maydell
2024-01-09target/arm: Mark up VNCR offsets (offsets 0x100..0x160)Peter Maydell
2024-01-09target/arm: Mark up VNCR offsets (offsets 0x0..0xff)Peter Maydell
2024-01-09target/arm: Handle FEAT_NV2 redirection of SPSR_EL2, ELR_EL2, ESR_EL2, FAR_EL2Peter Maydell
2024-01-09target/arm: Handle FEAT_NV2 changes to when SPSR_EL1.M reports EL2Peter Maydell
2024-01-09target/arm: Implement VNCR_EL2 registerPeter Maydell
2024-01-09target/arm: Handle HCR_EL2 accesses for FEAT_NV2 bitsPeter Maydell
2024-01-09target/arm: Don't honour PSTATE.PAN when HCR_EL2.{NV, NV1} == {1, 1}Peter Maydell
2024-01-09target/arm: Always use arm_pan_enabled() when checking if PAN is enabledPeter Maydell
2024-01-09target/arm: Trap registers when HCR_EL2.{NV, NV1} == {1, 1}Peter Maydell
2024-01-09target/arm: Set SPSR_EL1.M correctly when nested virt is enabledPeter Maydell
2024-01-09target/arm: Make EL2 cpreg accessfns safe for FEAT_NV EL1 accessesPeter Maydell
2024-01-09target/arm: *_EL12 registers should UNDEF when HCR_EL2.E2H is 0Peter Maydell
2024-01-09target/arm: Record correct opcode fields in cpreg for E2H aliasesPeter Maydell
2024-01-09target/arm: Implement HCR_EL2.AT handlingPeter Maydell
2024-01-09target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NVPeter Maydell
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2024-01-05target/arm: Use generic cpu_list()Gavin Shan
2023-12-19target/arm/helper: Propagate MDCR_EL2.HPMN into PMCR_EL0.NJean-Philippe Brucker
2023-12-19target/arm: Restrict DC CVAP & DC CVADP instructions to TCG accelPhilippe Mathieu-Daudé
2023-12-19target/arm: Restrict TCG specific helpersPhilippe Mathieu-Daudé
2023-12-19target/arm: Don't implement *32_EL2 registers when EL1 is AArch64 onlyPeter Maydell
2023-11-27target/arm: Handle overflow in calculation of next timer tickPeter Maydell
2023-11-08target/arm: hide aliased MIDR from gdbstubAlex Bennée
2023-11-08target/arm: mark the 32bit alias of PAR when LPAE enabledAlex Bennée
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
2023-10-19target/arm: Implement FEAT_HPMN0Peter Maydell
2023-10-19target/arm: Fix CNTPCT_EL0 trapping from EL0 when HCR_EL2.E2H is 0Michal Orzel
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-09-21target/arm: Implement FEAT_MOPS enable bitsPeter Maydell
2023-09-21target/arm: Update user-mode ID reg mask valuesPeter Maydell
2023-09-08target/arm: Implement RMR_ELxRichard Henderson
2023-09-08target/arm: Add ID_AA64ISAR2_EL1Aaron Lindsay
2023-08-31target/arm: Apply access checks to neoverse-n1 special registersRichard Henderson
2023-08-31target/arm: Allow cpu to configure GM blocksizeRichard Henderson
2023-08-22target/arm/helper: Implement CNTHCTL_EL2.CNT[VP]MASKJean-Philippe Brucker
2023-08-22target/arm/helper: Check SCR_EL3.{NSE, NS} encoding for AT instructionsJean-Philippe Brucker
2023-08-22target/arm: Pass security space rather than flag for AT instructionsJean-Philippe Brucker
2023-08-22target/arm: Skip granule protection checks for AT instructionsJean-Philippe Brucker
2023-08-22target/arm/helper: Fix tlbmask and tlbbits for TLBI VAE2*Jean-Philippe Brucker
2023-08-22target/arm: Adjust PAR_EL1.SH for Device and Normal-NC memory typesPeter Maydell
2023-08-22target/arm: Pass an ARMSecuritySpace to arm_is_el2_enabled_secstate()Peter Maydell
2023-08-22target/arm/ptw: Pass an ARMSecuritySpace to arm_hcr_el2_eff_secstate()Peter Maydell