index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
mmu_helper.c
Age
Commit message (
Expand
)
Author
2024-05-24
target/ppc: Move out BookE and related MMU functions from mmu_common.c
BALATON Zoltan
2024-05-24
target/ppc: Remove id_tlbs flag from CPU env
BALATON Zoltan
2024-05-24
target/ppc: Remove unused helper_rac()
BALATON Zoltan
2024-05-24
target/ppc: Fix broadcast tlbie synchronisation
Nicholas Piggin
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-02-23
target/ppc: optimise ppcemb_tlb_t flushing
Nicholas Piggin
2024-02-23
target/ppc: 440 optimise tlbwe TLB flushing
Nicholas Piggin
2024-02-23
target/ppc: 4xx optimise tlbwe_lo TLB flushing
Nicholas Piggin
2024-02-23
target/ppc: 4xx don't flush TLB for a newly written software TLB entry
Nicholas Piggin
2024-02-23
target/ppc: Factor out 4xx ppcemb_tlb_t flushing
Nicholas Piggin
2024-02-23
target/ppc: Fix 440 tlbwe TLB invalidation gaps
Nicholas Piggin
2023-08-31
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé
2023-06-10
target/ppc: Move ppcemb_tlb_search() to mmu_common.c
BALATON Zoltan
2023-06-10
target/ppc: Remove "ext" parameter of ppcemb_tlb_check()
BALATON Zoltan
2023-06-10
target/ppc: Remove single use function
BALATON Zoltan
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2022-07-18
target/ppc: Implement ISA 3.00 tlbie[l]
Leandro Lupori
2022-05-05
target/ppc: Remove msr_cm macro
Víctor Colombo
2022-05-05
target/ppc: Remove msr_gs macro
Víctor Colombo
2022-02-09
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
2022-01-28
ppc/ppc405: Fix TLB flushing
Cédric Le Goater
2022-01-04
ppc/ppc405: Activate MMU logs
Cédric Le Goater
2021-12-17
target/ppc: remove 401/403 CPUs
Cédric Le Goater
2021-12-17
target/ppc: Remove the software TLB model of 7450 CPUs
Fabiano Rosas
2021-11-11
ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb()
Daniel Henrique Barboza
2021-08-27
target/ppc: divided mmu_helper.c in 2 files
Lucas Mateus Castro (alqotel)
2021-07-09
target/ppc: Don't compile ppc_tlb_invalid_all without TCG
Lucas Mateus Castro (alqotel)
2021-07-09
target/ppc: change ppc_hash32_xlate to use mmu_idx
Bruno Larsen (billionai)
2021-07-09
target/ppc: changed ppc_hash64_xlate to use mmu_idx
Bruno Larsen (billionai)
2021-07-09
target/ppc: fix address translation bug for radix mmus
Bruno Larsen (billionai)
2021-07-09
target/ppc: Fix compilation with FLUSH_ALL_TLBS debug option
Fabiano Rosas
2021-07-09
target/ppc: Fix compilation with DUMP_PAGE_TABLES debug option
Fabiano Rosas
2021-07-09
target/ppc: Restrict ppc_cpu_tlb_fill to TCG
Richard Henderson
2021-07-09
target/ppc: Introduce ppc_xlate
Richard Henderson
2021-07-09
target/ppc: Split out ppc_jumbo_xlate
Richard Henderson
2021-07-09
target/ppc: Remove PowerPCCPUClass.handle_mmu_fault
Richard Henderson
2021-06-03
target/ppc: added ifdefs around TCG-only code
Bruno Larsen (billionai)
2021-06-03
target/ppc: fold ppc_store_ptcr into it's only caller
Bruno Larsen (billionai)
2021-05-19
target/ppc: Remove type argument for mmubooke206_get_physical_address
Richard Henderson
2021-05-19
target/ppc: Remove type argument from mmubooke206_check_tlb
Richard Henderson
2021-05-19
target/ppc: Remove type argument from mmubooke_get_physical_address
Richard Henderson
2021-05-19
target/ppc: Remove type argument from mmubooke_check_tlb
Richard Henderson
2021-05-19
target/ppc: Remove type argument from mmu40x_get_physical_address
Richard Henderson
2021-05-19
target/ppc: Remove type argument from get_bat_6xx_tlb
Richard Henderson
2021-05-19
target/ppc: Remove type argument from ppc6xx_tlb_check
Richard Henderson
2021-05-19
target/ppc: Remove type argument from ppc6xx_tlb_pte_check
Richard Henderson
2021-05-19
target/ppc: Remove type argument from check_prot
Richard Henderson
2021-05-19
target/ppc: Use MMUAccessType in mmu_helper.c
Richard Henderson
2021-05-19
target/ppc: Rename access_type to type in mmu_helper.c
Richard Henderson
2021-05-19
target/ppc: moved ppc_store_sdr1 to cpu.c
Bruno Larsen (billionai)
[next]