summary refs log tree commit diff stats
path: root/target/arm/tcg/hflags.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Restrict translation disabled alignment check to VMSARichard Henderson2024-04-301-2/+10
* target/arm: Do memory type alignment check when translation disabledRichard Henderson2024-03-051-2/+32
* target/arm: Implement FEAT_NV2 redirection of sysregs to RAMPeter Maydell2024-01-091-0/+6
* target/arm: Handle FEAT_NV2 redirection of SPSR_EL2, ELR_EL2, ESR_EL2, FAR_EL2Peter Maydell2024-01-091-0/+6
* target/arm: Treat LDTR* and STTR* as LDR/STR when NV, NV1 is 1, 1Peter Maydell2024-01-091-2/+4
* target/arm: Trap sysreg accesses for FEAT_NVPeter Maydell2024-01-091-0/+1
* target/arm: Enable trapping of ERET for FEAT_NVPeter Maydell2024-01-091-1/+10
* target/arm/tcg: spelling fixes: alse, addresesMichael Tokarev2023-11-151-1/+1
* target/arm: Move feature test functions to their own headerPeter Maydell2023-10-271-0/+1
* target/arm: Define new TB flag for ATA0Peter Maydell2023-09-211-0/+12
* target/arm: Don't skip MTE checks for LDRT/STRT at EL0Peter Maydell2023-09-211-0/+9
* target/arm: Add SCTLR.nAA to TBFLAG_A64Richard Henderson2023-06-061-0/+6
* target/arm: Move hflags code into the tcg directoryFabiano Rosas2023-02-271-0/+403