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
2013-09-03
Merge branch 'tcg-next' of git://github.com/rth7680/qemu
Aurelien Jarno
2013-09-02
target: Include softmmu_exec.h where forgotten
Richard Henderson
2013-09-02
target-ppc: Use #define instead of opencoding SLB valid bit
Aneesh Kumar K.V
2013-07-23
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
Andreas Färber
2013-07-09
target-ppc: Change LOG_MMU_STATE() argument to CPUState
Andreas Färber
2013-07-09
log: Change log_cpu_state[_mask]() argument to CPUState
Andreas Färber
2013-07-09
target-ppc: Don't overuse ENV_GET_CPU()
Andreas Färber
2013-07-01
PPC: Fix GDB read on code area for PPC6xx
Fabien Chouteau
2013-07-01
PPC: Add dump_mmu() for 6xx
Fabien Chouteau
2013-05-06
PPC: Add MMU type for 2.06 with AMR but no TB pages
Alexander Graf
2013-03-22
target-ppc: Use QOM method dispatch for MMU fault handling
David Gibson
2013-03-22
target-ppc: Move ppc tlb_fill implementation into mmu_helper.c
David Gibson
2013-03-22
target-ppc: Split user only code out of mmu_helper.c
David Gibson
2013-03-22
target-ppc: mmu_ctx_t should not be a global type
David Gibson
2013-03-22
target-ppc: Disentangle BAT code for 32-bit hash MMUs
David Gibson
2013-03-22
target-ppc: Don't share get_pteg_offset() between 32 and 64-bit
David Gibson
2013-03-22
target-ppc: Disentangle hash mmu helper functions
David Gibson
2013-03-22
target-ppc: Disentangle hash mmu versions of cpu_get_phys_page_debug()
David Gibson
2013-03-22
target-ppc: Disentangle hash mmu paths for cpu_ppc_handle_mmu_fault
David Gibson
2013-03-22
target-ppc: Disentangle get_physical_address() paths
David Gibson
2013-03-22
target-ppc: Rework get_physical_address()
David Gibson
2013-03-22
target-ppc: Disentangle get_segment()
David Gibson
2013-03-22
target-ppc: Disentangle find_pte()
David Gibson
2013-03-22
target-ppc: Disentangle pte_check()
David Gibson
2013-03-22
target-ppc: Move SLB handling into a mmu-hash64.c
David Gibson
2013-03-22
target-ppc: Remove address check for logging
David Gibson
2013-03-22
target-ppc: Trivial cleanups in mmu_helper.c
David Gibson
2013-03-22
target-ppc: Remove vestigial PowerPC 620 support
David Gibson
2013-02-01
target-ppc: Fix target_ulong vs. hwaddr format mismatches
Andreas Färber
2013-02-01
target-ppc: Fix unused variable warning for FLUSH_ALL_TLBS
Andreas Färber
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-11-01
target-ppc: make some functions static
Blue Swirl
2012-10-29
Drop unnecessary check of TARGET_PHYS_ADDR_SPACE_BITS
Peter Maydell
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-04
Make target_phys_addr_t 64 bits unconditionally
Avi Kivity
2012-06-24
ppc64: Rudimentary Support for extra page sizes on server CPUs
Benjamin Herrenschmidt
2012-06-24
booke_206_tlbwe: Discard invalid bits in MAS2
Fabien Chouteau
2012-06-24
ppc: Cleanup MMU merge
Blue Swirl
2012-06-24
ppc: Move MMU helpers from helper.c to mmu_helper.c
Blue Swirl
2012-06-24
ppc: Avoid a warning with the next patch
Blue Swirl
2012-06-24
ppc: Avoid AREG0 for MMU etc. helpers
Blue Swirl
2012-06-24
ppc: Split MMU etc. helpers from op_helper.c
Blue Swirl