aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/mmu-hash32.c
AgeCommit message (Expand)Author
2016-12-20Move target-* CPU file into a target/ folderThomas Huth
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-19target-ppc: do not use target_ulong in cpu-qom.hPaolo Bonzini
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2016-01-30target-ppc: Convert mmu-hash{32,64}.[ch] from CPUPPCState to PowerPCCPUDavid Gibson
2016-01-29ppc: Clean up includesPeter Maydell
2015-12-17ppc: cleanup loggingPaolo Bonzini
2014-12-16qemu-log: add log category for MMU infoAntony Pavlov
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber
2014-03-13target-ppc: Use PowerPCCPU in PowerPCCPUClass::handle_mmu_fault hookAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas 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-03-22mmu-hash*: Merge translate and fault handling functionsDavid Gibson
2013-03-22mmu-hash*: Don't use full ppc_hash{32, 64}_translate() path for get_phys_page...David Gibson
2013-03-22mmu-hash*: Correctly mask RPN from hash PTEDavid Gibson
2013-03-22mmu-hash*: Clean up real address calculationDavid Gibson
2013-03-22mmu-hash*: Clean up PTE flags updateDavid Gibson
2013-03-22mmu-hash*: Clean up permission checkingDavid Gibson
2013-03-22mmu-hash32: Remove nx from context structureDavid Gibson
2013-03-22mmu-hash*: Don't update PTE flags when permission is deniedDavid Gibson
2013-03-22mmu-hash32: Don't look up page tables on BAT permission errorDavid Gibson
2013-03-22mmu-hash32: Cleanup BAT lookupDavid Gibson
2013-03-22mmu-hash32: Clean up BAT matching logicDavid Gibson
2013-03-22mmu-hash32: Split BAT size logic from permissions logicDavid Gibson
2013-03-22mmu-hash32: Remove odd pointer usage from BAT codeDavid Gibson
2013-03-22mmu-hash*: Fold pte_check*() logic into callerDavid Gibson
2013-03-22mmu-hash*: Remove permission checking from find_pte{32, 64}()David Gibson
2013-03-22mmu-hash*: Make find_pte{32, 64} do more of the job of finding ptesDavid Gibson
2013-03-22mmu-hash*: Separate PTEG searching from permissions checkingDavid Gibson
2013-03-22mmu-hash*: Don't keep looking for PTEs after we find a matchDavid Gibson
2013-03-22mmu-hash*: Cleanup segment-level NX checkDavid Gibson
2013-03-22mmu-hash32: Split direct store segment handling into a helperDavid Gibson
2013-03-22mmu-hash32: Split out handling of direct store segmentsDavid Gibson
2013-03-22mmu-hash*: Combine ppc_hash{32, 64}_get_physical_address and get_segment{32, ...David Gibson
2013-03-22mmu-hash*: Remove eaddr field from mmu_ctx_hash{32, 64}David Gibson
2013-03-22mmu-hash*: Reduce use of access_typeDavid Gibson
2013-03-22mmu-hash*: Add hash pte load/store helpersDavid Gibson
2013-03-22mmu-hash*: Add header file for definitionsDavid 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: Disentangle get_segment()David Gibson
2013-03-22target-ppc: Disentangle find_pte()David Gibson
2013-03-22target-ppc: Disentangle pte_check()David Gibson