summary refs log tree commit diff stats
path: root/target/ppc/mmu_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Split out ppc_env_mmu_indexRichard Henderson2024-02-031-2/+2
* target/helpers: Remove unnecessary 'qemu/main-loop.h' headerPhilippe Mathieu-Daudé2023-08-311-1/+0
* target/ppc: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé2023-06-281-0/+4
* target/ppc: Eliminate goto in mmubooke_check_tlb()BALATON Zoltan2023-06-101-19/+21
* target/ppc: Change ppcemb_tlb_check() to return boolBALATON Zoltan2023-06-101-13/+13
* target/ppc: Simplify ppcemb_tlb_search()BALATON Zoltan2023-06-101-7/+3
* target/ppc: Remove some unneded line breaksBALATON Zoltan2023-06-101-5/+3
* target/ppc: Move ppcemb_tlb_search() to mmu_common.cBALATON Zoltan2023-06-101-1/+21
* target/ppc: Remove "ext" parameter of ppcemb_tlb_check()BALATON Zoltan2023-06-101-12/+9
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-181-13/+13
* target/ppc/mmu_common: Fix table layout of "info tlb" HMP commandBernhard Beschow2022-12-211-1/+1
* target/ppc/mmu_common: Log which effective address had no TLB entry foundBernhard Beschow2022-12-211-1/+2
* target/ppc: Remove msr_dr macroVíctor Colombo2022-05-051-4/+6
* target/ppc: Remove msr_ir macroVíctor Colombo2022-05-051-5/+6
* target/ppc: Remove msr_cm macroVíctor Colombo2022-05-051-1/+1
* target/ppc: Remove msr_ds macroVíctor Colombo2022-05-051-1/+1
* target/ppc: Remove msr_pr macroVíctor Colombo2022-05-051-11/+12
* target/ppc: Remove PowerPC 601 CPUsCédric Le Goater2022-02-091-21/+0
* target/ppc/mmu_common: Fix SRR1/MSR error code on Book-EVitaly Cheptsov2022-01-281-3/+15
* ppc/ppc405: Activate MMU logsCédric Le Goater2022-01-041-87/+77
* target/ppc: remove 401/403 CPUsCédric Le Goater2021-12-171-37/+4
* target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas2021-12-171-19/+0
* target/ppc: moved store_40x_sler to helper_regs.cLucas Mateus Castro (alqotel)2021-08-271-10/+0
* target/ppc: moved ppc_store_sdr1 to mmu_common.cLucas Mateus Castro (alqotel)2021-08-271-0/+26
* target/ppc: divided mmu_helper.c in 2 filesLucas Mateus Castro (alqotel)2021-08-271-0/+1604