aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/mmu-hash32.c
AgeCommit message (Expand)Author
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater
2021-07-09target/ppc: change ppc_hash32_xlate to use mmu_idxBruno Larsen (billionai)
2021-07-09target/ppc: Fix compilation with DEBUG_BATS debug optionFabiano Rosas
2021-07-09target/ppc: Introduce ppc_xlateRichard Henderson
2021-07-09target/ppc: Split out ppc_hash32_xlateRichard Henderson
2021-07-09target/ppc: Use MMUAccessType with *_handle_mmu_faultRichard Henderson
2021-06-03target/ppc: removed unnecessary inclusion of helper-proto.hBruno Larsen (billionai)
2021-05-19target/ppc: Use MMUAccessType in mmu-hash32.cRichard Henderson
2021-05-19target/ppc: Introduce prot_for_access_typeRichard Henderson
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant
2019-04-26ppc/hash32: Rework R and C bit updatesBenjamin Herrenschmidt
2019-04-26target/ppc: Style fixes for mmu-hash32.[ch]David Gibson
2019-02-26target/ppc: Fix ordering of hash MMU accessesBenjamin Herrenschmidt
2017-03-01target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth