index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
helper.c
Age
Commit message (
Expand
)
Author
2024-01-26
target/arm: Move GTimer definitions to new 'gtimer.h' header
Philippe Mathieu-Daudé
2024-01-26
target/arm: Move e2h_access() helper around
Philippe Mathieu-Daudé
2024-01-19
target/arm: Ensure icount is enabled when emulating INST_RETIRED
Philippe Mathieu-Daudé
2024-01-19
system/cpu-timers: Introduce ICountMode enumerator
Philippe Mathieu-Daudé
2024-01-09
target/arm: Enhance CPU_LOG_INT to show SPSR on AArch64 exception-entry
Peter Maydell
2024-01-09
target/arm: Mark up VNCR offsets (offsets >= 0x200, except GIC)
Peter Maydell
2024-01-09
target/arm: Mark up VNCR offsets (offsets 0x168..0x1f8)
Peter Maydell
2024-01-09
target/arm: Mark up VNCR offsets (offsets 0x100..0x160)
Peter Maydell
2024-01-09
target/arm: Mark up VNCR offsets (offsets 0x0..0xff)
Peter Maydell
2024-01-09
target/arm: Handle FEAT_NV2 redirection of SPSR_EL2, ELR_EL2, ESR_EL2, FAR_EL2
Peter Maydell
2024-01-09
target/arm: Handle FEAT_NV2 changes to when SPSR_EL1.M reports EL2
Peter Maydell
2024-01-09
target/arm: Implement VNCR_EL2 register
Peter Maydell
2024-01-09
target/arm: Handle HCR_EL2 accesses for FEAT_NV2 bits
Peter Maydell
2024-01-09
target/arm: Don't honour PSTATE.PAN when HCR_EL2.{NV, NV1} == {1, 1}
Peter Maydell
2024-01-09
target/arm: Always use arm_pan_enabled() when checking if PAN is enabled
Peter Maydell
2024-01-09
target/arm: Trap registers when HCR_EL2.{NV, NV1} == {1, 1}
Peter Maydell
2024-01-09
target/arm: Set SPSR_EL1.M correctly when nested virt is enabled
Peter Maydell
2024-01-09
target/arm: Make EL2 cpreg accessfns safe for FEAT_NV EL1 accesses
Peter Maydell
2024-01-09
target/arm: *_EL12 registers should UNDEF when HCR_EL2.E2H is 0
Peter Maydell
2024-01-09
target/arm: Record correct opcode fields in cpreg for E2H aliases
Peter Maydell
2024-01-09
target/arm: Implement HCR_EL2.AT handling
Peter Maydell
2024-01-09
target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NV
Peter Maydell
2024-01-08
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-05
target/arm: Use generic cpu_list()
Gavin Shan
2023-12-19
target/arm/helper: Propagate MDCR_EL2.HPMN into PMCR_EL0.N
Jean-Philippe Brucker
2023-12-19
target/arm: Restrict DC CVAP & DC CVADP instructions to TCG accel
Philippe Mathieu-Daudé
2023-12-19
target/arm: Restrict TCG specific helpers
Philippe Mathieu-Daudé
2023-12-19
target/arm: Don't implement *32_EL2 registers when EL1 is AArch64 only
Peter Maydell
2023-11-27
target/arm: Handle overflow in calculation of next timer tick
Peter Maydell
2023-11-08
target/arm: hide aliased MIDR from gdbstub
Alex Bennée
2023-11-08
target/arm: mark the 32bit alias of PAR when LPAE enabled
Alex Bennée
2023-10-27
target/arm: Move feature test functions to their own header
Peter Maydell
2023-10-19
target/arm: Implement FEAT_HPMN0
Peter Maydell
2023-10-19
target/arm: Fix CNTPCT_EL0 trapping from EL0 when HCR_EL2.E2H is 0
Michal Orzel
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-09-21
target/arm: Implement FEAT_MOPS enable bits
Peter Maydell
2023-09-21
target/arm: Update user-mode ID reg mask values
Peter Maydell
2023-09-08
target/arm: Implement RMR_ELx
Richard Henderson
2023-09-08
target/arm: Add ID_AA64ISAR2_EL1
Aaron Lindsay
2023-08-31
target/arm: Apply access checks to neoverse-n1 special registers
Richard Henderson
2023-08-31
target/arm: Allow cpu to configure GM blocksize
Richard Henderson
2023-08-22
target/arm/helper: Implement CNTHCTL_EL2.CNT[VP]MASK
Jean-Philippe Brucker
2023-08-22
target/arm/helper: Check SCR_EL3.{NSE, NS} encoding for AT instructions
Jean-Philippe Brucker
2023-08-22
target/arm: Pass security space rather than flag for AT instructions
Jean-Philippe Brucker
2023-08-22
target/arm: Skip granule protection checks for AT instructions
Jean-Philippe Brucker
2023-08-22
target/arm/helper: Fix tlbmask and tlbbits for TLBI VAE2*
Jean-Philippe Brucker
2023-08-22
target/arm: Adjust PAR_EL1.SH for Device and Normal-NC memory types
Peter Maydell
2023-08-22
target/arm: Pass an ARMSecuritySpace to arm_is_el2_enabled_secstate()
Peter Maydell
2023-08-22
target/arm/ptw: Pass an ARMSecuritySpace to arm_hcr_el2_eff_secstate()
Peter Maydell
[next]