summary refs log tree commit diff stats
path: root/target/arm/helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Refactor default generic timer frequency handlingPeter Maydell2024-04-301-8/+8
* target/arm: Implement ID_AA64MMFR3_EL1Peter Maydell2024-04-301-2/+4
* target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64()Jinjie Ruan2024-04-251-0/+3
* target/arm: Handle PSTATE.ALLINT on taking an exceptionJinjie Ruan2024-04-251-0/+8
* target/arm: Handle IS/FS in ISR_EL1 for NMI, VINMI and VFNMIJinjie Ruan2024-04-251-0/+13
* target/arm: Add support for NMI in arm_phys_excp_target_el()Jinjie Ruan2024-04-251-0/+1
* target/arm: Add support for Non-maskable InterruptJinjie Ruan2024-04-251-4/+29
* target/arm: Support MSR access to ALLINTJinjie Ruan2024-04-251-0/+35
* target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NMIJinjie Ruan2024-04-251-1/+7
* target/arm: Use correct SecuritySpace for AArch64 AT ops at EL3Peter Maydell2024-04-081-2/+5
* target/arm: Fix CNTPOFF_EL2 trap to missing EL3Pierre-Clément Tosi2024-04-051-1/+2
* target/arm: Implement FEAT_ECV CNTPOFF_EL2 handlingPeter Maydell2024-03-071-2/+66
* target/arm: Define CNTPCTSS_EL0 and CNTVCTSS_EL0Peter Maydell2024-03-071-0/+43
* target/arm: Implement new FEAT_ECV trap bitsPeter Maydell2024-03-071-5/+46
* target/arm: Don't allow RES0 CNTHCTL_EL2 bits to be writtenPeter Maydell2024-03-071-0/+18
* target/arm: use FIELD macro for CNTHCTL bit definitionsPeter Maydell2024-03-071-5/+4
* target/arm: Timer _EL02 registers UNDEF for E2H == 0Peter Maydell2024-03-071-1/+1
* target/arm: Use new CBAR encoding for all v8 CPUs, not all aarch64 CPUsPeter Maydell2024-02-151-1/+1
* target/arm: Don't get MDCR_EL2 in pmu_counter_enabled() before checking ARM_F...Peter Maydell2024-02-151-2/+10
* Merge tag 'pull-tcg-20240202-2' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2024-02-031-1/+1
|\
| * target/arm: Split out arm_env_mmu_indexRichard Henderson2024-02-031-1/+1
* | target/arm: Add ID_AA64ZFR0_EL1.B16B16 to the exposed-to-userspace setPeter Maydell2024-02-021-0/+1
* | target/arm: fix exception syndrome for AArch32 bkpt insnJan Klötzke2024-02-021-0/+18
|/
* target/arm: Move GTimer definitions to new 'gtimer.h' headerPhilippe Mathieu-Daudé2024-01-261-0/+1
* target/arm: Move e2h_access() helper aroundPhilippe Mathieu-Daudé2024-01-261-14/+15
* target/arm: Ensure icount is enabled when emulating INST_RETIREDPhilippe Mathieu-Daudé2024-01-191-0/+2
* system/cpu-timers: Introduce ICountMode enumeratorPhilippe Mathieu-Daudé2024-01-191-1/+2
* target/arm: Enhance CPU_LOG_INT to show SPSR on AArch64 exception-entryPeter Maydell2024-01-091-0/+1
* target/arm: Mark up VNCR offsets (offsets >= 0x200, except GIC)Peter Maydell2024-01-091-0/+8
* target/arm: Mark up VNCR offsets (offsets 0x168..0x1f8)Peter Maydell2024-01-091-0/+18
* target/arm: Mark up VNCR offsets (offsets 0x100..0x160)Peter Maydell2024-01-091-0/+22
* target/arm: Mark up VNCR offsets (offsets 0x0..0xff)Peter Maydell2024-01-091-0/+12
* target/arm: Handle FEAT_NV2 redirection of SPSR_EL2, ELR_EL2, ESR_EL2, FAR_EL2Peter Maydell2024-01-091-4/+9
* target/arm: Handle FEAT_NV2 changes to when SPSR_EL1.M reports EL2Peter Maydell2024-01-091-4/+12
* target/arm: Implement VNCR_EL2 registerPeter Maydell2024-01-091-0/+26
* target/arm: Handle HCR_EL2 accesses for FEAT_NV2 bitsPeter Maydell2024-01-091-0/+3
* target/arm: Don't honour PSTATE.PAN when HCR_EL2.{NV, NV1} == {1, 1}Peter Maydell2024-01-091-0/+3
* target/arm: Always use arm_pan_enabled() when checking if PAN is enabledPeter Maydell2024-01-091-11/+11
* target/arm: Trap registers when HCR_EL2.{NV, NV1} == {1, 1}Peter Maydell2024-01-091-4/+41
* target/arm: Set SPSR_EL1.M correctly when nested virt is enabledPeter Maydell2024-01-091-0/+6
* target/arm: Make EL2 cpreg accessfns safe for FEAT_NV EL1 accessesPeter Maydell2024-01-091-7/+58
* target/arm: *_EL12 registers should UNDEF when HCR_EL2.E2H is 0Peter Maydell2024-01-091-0/+16
* target/arm: Record correct opcode fields in cpreg for E2H aliasesPeter Maydell2024-01-091-0/+35
* target/arm: Implement HCR_EL2.AT handlingPeter Maydell2024-01-091-6/+15
* target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NVPeter Maydell2024-01-091-1/+5
* Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi2024-01-081-1/+1
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-2/+2
* target/arm: Use generic cpu_list()Gavin Shan2024-01-051-46/+0
* target/arm/helper: Propagate MDCR_EL2.HPMN into PMCR_EL0.NJean-Philippe Brucker2023-12-191-2/+20
* target/arm: Restrict DC CVAP & DC CVADP instructions to TCG accelPhilippe Mathieu-Daudé2023-12-191-0/+5