aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/mmu_helper.c
AgeCommit message (Expand)Author
2015-12-17ppc: cleanup loggingPaolo Bonzini
2015-11-11ppc: Add/Re-introduce MMU model definitions needed by PR KVMBharata B Rao
2015-10-23ppc: Add mmu_model defines for arch 2.03 and 2.07Benjamin Herrenschmidt
2015-03-09target-ppc: move sdr1 value change detection logic to helper_store_sdr1()Mark Cave-Ayland
2014-12-16qemu-log: add log category for MMU infoAntony Pavlov
2014-07-08PPC: Fix booke206 TLB with phys addrs > 32bitAlexander Graf
2014-06-16PPC: e500: Fix TLB lookup for 32bit CPUsAlexander Graf
2014-06-16PPC: e500: Fix MMUCSR0 emulationAlex Zuepke
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber
2014-03-13cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber
2014-03-13target-ppc: Use PowerPCCPU in PowerPCCPUClass::handle_mmu_fault hookAndreas Färber
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-05target-ppc: Fix htab_mask calculationAneesh Kumar K.V
2013-09-03Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno
2013-09-02target: Include softmmu_exec.h where forgottenRichard Henderson
2013-09-02target-ppc: Use #define instead of opencoding SLB valid bitAneesh Kumar K.V
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-07-09target-ppc: Change LOG_MMU_STATE() argument to CPUStateAndreas Färber
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber
2013-07-09target-ppc: Don't overuse ENV_GET_CPU()Andreas Färber
2013-07-01PPC: Fix GDB read on code area for PPC6xxFabien Chouteau
2013-07-01PPC: Add dump_mmu() for 6xxFabien Chouteau
2013-05-06PPC: Add MMU type for 2.06 with AMR but no TB pagesAlexander Graf
2013-03-22target-ppc: Use QOM method dispatch for MMU fault handlingDavid Gibson
2013-03-22target-ppc: Move ppc tlb_fill implementation into mmu_helper.cDavid Gibson
2013-03-22target-ppc: Split user only code out of mmu_helper.cDavid Gibson
2013-03-22target-ppc: mmu_ctx_t should not be a global typeDavid Gibson
2013-03-22target-ppc: Disentangle BAT code for 32-bit hash MMUsDavid Gibson
2013-03-22target-ppc: Don't share get_pteg_offset() between 32 and 64-bitDavid Gibson
2013-03-22target-ppc: Disentangle hash mmu helper functionsDavid Gibson
2013-03-22target-ppc: Disentangle hash mmu versions of cpu_get_phys_page_debug()David Gibson
2013-03-22target-ppc: Disentangle hash mmu paths for cpu_ppc_handle_mmu_faultDavid Gibson
2013-03-22target-ppc: Disentangle get_physical_address() pathsDavid Gibson
2013-03-22target-ppc: Rework get_physical_address()David Gibson
2013-03-22target-ppc: Disentangle get_segment()David Gibson
2013-03-22target-ppc: Disentangle find_pte()David Gibson
2013-03-22target-ppc: Disentangle pte_check()David Gibson
2013-03-22target-ppc: Move SLB handling into a mmu-hash64.cDavid Gibson
2013-03-22target-ppc: Remove address check for loggingDavid Gibson
2013-03-22target-ppc: Trivial cleanups in mmu_helper.cDavid Gibson
2013-03-22target-ppc: Remove vestigial PowerPC 620 supportDavid Gibson
2013-02-01target-ppc: Fix target_ulong vs. hwaddr format mismatchesAndreas Färber
2013-02-01target-ppc: Fix unused variable warning for FLUSH_ALL_TLBSAndreas Färber