aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/mmu-hash32.h
AgeCommit message (Expand)Author
2024-07-26target/ppc/mmu-hash32.c: Move get_pteg_offset32() to the headerBALATON Zoltan
2024-07-26target/ppc: Remove bat_size_prot()BALATON Zoltan
2024-07-26target/ppc: Add function to get protection key for hash32 MMUBALATON Zoltan
2024-07-26target/ppc: Reorganise and rename ppc_hash32_pp_prot()BALATON Zoltan
2024-05-24target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()BALATON Zoltan
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: Use MMUAccessType with *_handle_mmu_faultRichard Henderson
2017-03-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson
2017-03-01target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth