summaryrefslogtreecommitdiff
path: root/target-ppc/mmu_helper.c
AgeCommit message (Expand)Author
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
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-11-01target-ppc: make some functions staticBlue Swirl
2012-10-29Drop unnecessary check of TARGET_PHYS_ADDR_SPACE_BITSPeter Maydell
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-04Make target_phys_addr_t 64 bits unconditionallyAvi Kivity
2012-06-24ppc64: Rudimentary Support for extra page sizes on server CPUsBenjamin Herrenschmidt
2012-06-24booke_206_tlbwe: Discard invalid bits in MAS2Fabien Chouteau
2012-06-24ppc: Cleanup MMU mergeBlue Swirl
2012-06-24ppc: Move MMU helpers from helper.c to mmu_helper.cBlue Swirl
2012-06-24ppc: Avoid a warning with the next patchBlue Swirl
2012-06-24ppc: Avoid AREG0 for MMU etc. helpersBlue Swirl
2012-06-24ppc: Split MMU etc. helpers from op_helper.cBlue Swirl