aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-05target/arm: Add new MMU indexes for AArch32 Secure PL1&0Peter Maydell1-1/+13
2024-05-30target/arm: Implement FEAT WFxT and enable for '-cpu max'Peter Maydell1-0/+54
2024-02-15target/arm: Allow access to SPSR_hyp from hyp modePeter Maydell1-13/+30
2024-01-09target/arm: Always honour HCR_EL2.TSC when HCR_EL2.NV is setPeter Maydell1-3/+13
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-12/+12
2023-12-19target/arm: Restrict TCG specific helpersPhilippe Mathieu-Daudé1-0/+55
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell1-0/+1
2023-09-08target/arm: Implement FEAT_TIDCP1Richard Henderson1-0/+20
2023-09-08target/arm: Implement HCR_EL2.TIDCPRichard Henderson1-0/+13
2023-02-27target/arm: move helpers to tcg/Claudio Fontana1-0/+1069