aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/tlb_helper.c
AgeCommit message (Expand)Author
2024-02-03target/arm: Split out arm_env_mmu_indexRichard Henderson
2024-01-26target/arm: Fix VNCR fault detection logicPeter Maydell
2024-01-09target/arm: Report VNCR_EL2 based faults correctlyPeter Maydell
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
2023-10-03target/arm: Replace TARGET_PAGE_ENTRY_EXTRAAnton Johansson
2023-06-23target/arm: Implement GPC exceptionsRichard Henderson
2023-05-30target/arm: Explicitly select short-format FSR for M-profilePeter Maydell
2023-04-20target/arm: Don't set ISV when reporting stage 1 faults in ESR_EL2Peter Maydell
2023-04-20target/arm: Pass ARMMMUFaultInfo to merge_syn_data_abort()Peter Maydell
2023-02-27target/arm: Move regime_using_lpae_format into internal.hFabiano Rosas
2023-02-27target/arm: move helpers to tcg/Claudio Fontana