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-hash32.h
Age
Commit message (
Expand
)
Author
2024-07-26
target/ppc/mmu-hash32.c: Move get_pteg_offset32() to the header
BALATON Zoltan
2024-07-26
target/ppc: Remove bat_size_prot()
BALATON Zoltan
2024-07-26
target/ppc: Add function to get protection key for hash32 MMU
BALATON Zoltan
2024-07-26
target/ppc: Reorganise and rename ppc_hash32_pp_prot()
BALATON Zoltan
2024-05-24
target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
BALATON Zoltan
2022-02-09
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
2021-07-09
target/ppc: change ppc_hash32_xlate to use mmu_idx
Bruno Larsen (billionai)
2021-07-09
target/ppc: Fix compilation with DEBUG_BATS debug option
Fabiano Rosas
2021-07-09
target/ppc: Introduce ppc_xlate
Richard Henderson
2021-07-09
target/ppc: Use MMUAccessType with *_handle_mmu_fault
Richard Henderson
2017-03-01
target/ppc: Manage external HPT via virtual hypervisor
David Gibson
2017-03-01
target/ppc: Eliminate htab_base and htab_mask variables
David Gibson
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth