aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/mmu_common.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-03target/ppc: Split out ppc_env_mmu_indexRichard Henderson1-2/+2
2023-08-31target/helpers: Remove unnecessary 'qemu/main-loop.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-06-28target/ppc: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé1-0/+4
2023-06-10target/ppc: Eliminate goto in mmubooke_check_tlb()BALATON Zoltan1-19/+21
2023-06-10target/ppc: Change ppcemb_tlb_check() to return boolBALATON Zoltan1-13/+13
2023-06-10target/ppc: Simplify ppcemb_tlb_search()BALATON Zoltan1-7/+3
2023-06-10target/ppc: Remove some unneded line breaksBALATON Zoltan1-5/+3
2023-06-10target/ppc: Move ppcemb_tlb_search() to mmu_common.cBALATON Zoltan1-1/+21
2023-06-10target/ppc: Remove "ext" parameter of ppcemb_tlb_check()BALATON Zoltan1-12/+9
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-13/+13
2022-12-21target/ppc/mmu_common: Fix table layout of "info tlb" HMP commandBernhard Beschow1-1/+1
2022-12-21target/ppc/mmu_common: Log which effective address had no TLB entry foundBernhard Beschow1-1/+2
2022-05-05target/ppc: Remove msr_dr macroVíctor Colombo1-4/+6
2022-05-05target/ppc: Remove msr_ir macroVíctor Colombo1-5/+6
2022-05-05target/ppc: Remove msr_cm macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_ds macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_pr macroVíctor Colombo1-11/+12
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-21/+0
2022-01-28target/ppc/mmu_common: Fix SRR1/MSR error code on Book-EVitaly Cheptsov1-3/+15
2022-01-04ppc/ppc405: Activate MMU logsCédric Le Goater1-87/+77
2021-12-17target/ppc: remove 401/403 CPUsCédric Le Goater1-37/+4
2021-12-17target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas1-19/+0
2021-08-27target/ppc: moved store_40x_sler to helper_regs.cLucas Mateus Castro (alqotel)1-10/+0
2021-08-27target/ppc: moved ppc_store_sdr1 to mmu_common.cLucas Mateus Castro (alqotel)1-0/+26
2021-08-27target/ppc: divided mmu_helper.c in 2 filesLucas Mateus Castro (alqotel)1-0/+1604