aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/mmu-hash32.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-26target/ppc/mmu-hash32.c: Move get_pteg_offset32() to the headerBALATON Zoltan1-7/+0
2024-07-26target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_raddr()BALATON Zoltan1-13/+5
2024-07-26target/ppc: Remove bat_size_prot()BALATON Zoltan1-17/+1
2024-07-26target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_prot()BALATON Zoltan1-15/+4
2024-07-26target/ppc: Add function to get protection key for hash32 MMUBALATON Zoltan1-3/+6
2024-07-26target/ppc: Reorganise and rename ppc_hash32_pp_prot()BALATON Zoltan1-1/+1
2024-05-24target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()BALATON Zoltan1-45/+0
2024-05-24target/ppc: Add a function to check for page protection bitBALATON Zoltan1-3/+3
2024-05-24target/ppc/mmu-hash32.c: Drop a local variableBALATON Zoltan1-5/+2
2024-05-24target/ppc: Remove unused struct 'mmu_ctx_hash32'Dr. David Alan Gilbert1-6/+0
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé1-0/+1
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-7/+7
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-46/+2
2021-07-09target/ppc: change ppc_hash32_xlate to use mmu_idxBruno Larsen (billionai)1-21/+19
2021-07-09target/ppc: Fix compilation with DEBUG_BATS debug optionFabiano Rosas1-1/+4
2021-07-09target/ppc: Introduce ppc_xlateRichard Henderson1-35/+3
2021-07-09target/ppc: Split out ppc_hash32_xlateRichard Henderson1-111/+113
2021-07-09target/ppc: Use MMUAccessType with *_handle_mmu_faultRichard Henderson1-5/+2
2021-06-03target/ppc: removed unnecessary inclusion of helper-proto.hBruno Larsen (billionai)1-1/+0
2021-05-19target/ppc: Use MMUAccessType in mmu-hash32.cRichard Henderson1-24/+29
2021-05-19target/ppc: Introduce prot_for_access_typeRichard Henderson1-3/+5
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant1-1/+1
2019-04-26ppc/hash32: Rework R and C bit updatesBenjamin Herrenschmidt1-14/+31
2019-04-26target/ppc: Style fixes for mmu-hash32.[ch]David Gibson1-8/+14
2019-02-26target/ppc: Fix ordering of hash MMU accessesBenjamin Herrenschmidt1-0/+6
2017-03-01target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson1-7/+7
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+568