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
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)
2020-12-14
target/ppc: Introduce an mmu_is_64bit() helper
Greg Kurz
2020-12-14
target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warnings
Chen Qun
2020-11-15
powerpc tcg: Fix Lesser GPL version number
Chetan Pant
2020-10-28
ppc/: fix some comment spelling errors
zhaolichang
2020-05-15
target: Remove unnecessary CPU() cast
Philippe Mathieu-Daudé
2019-08-21
target/ppc: Rewrite a fall through comment
Philippe Mathieu-Daudé
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-06-10
target/ppc: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-05-10
tcg: Use CPUClass::tlb_fill in cputlb.c
Richard Henderson
2019-05-10
target/ppc: Convert to CPUClass::tlb_fill
Richard Henderson
2019-04-26
target/ppc: improve performance of large BAT invalidations
Artyom Tarasenko
2019-04-26
target/ppc: Style fixes for mmu_helper.c
David Gibson
2019-04-18
target: Clean up how the dump_mmu() print
Markus Armbruster
2019-02-26
target/ppc/mmu: Use LPCR:HR to chose radix vs. hash translation
Benjamin Herrenschmidt
[next]