aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/mmu_common.c
AgeCommit message (Expand)Author
2023-08-31target/helpers: Remove unnecessary 'qemu/main-loop.h' headerPhilippe Mathieu-Daudé
2023-06-28target/ppc: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé
2023-06-10target/ppc: Eliminate goto in mmubooke_check_tlb()BALATON Zoltan
2023-06-10target/ppc: Change ppcemb_tlb_check() to return boolBALATON Zoltan
2023-06-10target/ppc: Simplify ppcemb_tlb_search()BALATON Zoltan
2023-06-10target/ppc: Remove some unneded line breaksBALATON Zoltan
2023-06-10target/ppc: Move ppcemb_tlb_search() to mmu_common.cBALATON Zoltan
2023-06-10target/ppc: Remove "ext" parameter of ppcemb_tlb_check()BALATON Zoltan
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2022-12-21target/ppc/mmu_common: Fix table layout of "info tlb" HMP commandBernhard Beschow
2022-12-21target/ppc/mmu_common: Log which effective address had no TLB entry foundBernhard Beschow
2022-05-05target/ppc: Remove msr_dr macroVíctor Colombo
2022-05-05target/ppc: Remove msr_ir macroVíctor Colombo
2022-05-05target/ppc: Remove msr_cm macroVíctor Colombo
2022-05-05target/ppc: Remove msr_ds macroVíctor Colombo
2022-05-05target/ppc: Remove msr_pr macroVíctor Colombo
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater
2022-01-28target/ppc/mmu_common: Fix SRR1/MSR error code on Book-EVitaly Cheptsov
2022-01-04ppc/ppc405: Activate MMU logsCédric Le Goater
2021-12-17target/ppc: remove 401/403 CPUsCédric Le Goater
2021-12-17target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas
2021-08-27target/ppc: moved store_40x_sler to helper_regs.cLucas Mateus Castro (alqotel)
2021-08-27target/ppc: moved ppc_store_sdr1 to mmu_common.cLucas Mateus Castro (alqotel)
2021-08-27target/ppc: divided mmu_helper.c in 2 filesLucas Mateus Castro (alqotel)