aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/op_helper.c
AgeCommit message (Expand)Author
2024-05-30target/arm: Implement FEAT WFxT and enable for '-cpu max'Peter Maydell
2024-02-15target/arm: Allow access to SPSR_hyp from hyp modePeter Maydell
2024-01-09target/arm: Always honour HCR_EL2.TSC when HCR_EL2.NV is setPeter Maydell
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-12-19target/arm: Restrict TCG specific helpersPhilippe Mathieu-Daudé
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
2023-09-08target/arm: Implement FEAT_TIDCP1Richard Henderson
2023-09-08target/arm: Implement HCR_EL2.TIDCPRichard Henderson
2023-02-27target/arm: move helpers to tcg/Claudio Fontana