summaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2013-04-08hw: move headers to include/Paolo Bonzini1-3/+3
2013-03-22target-ppc: Use NARROW_MODE macro for tlbieRichard Henderson1-4/+3
2013-03-22target-ppc: Use NARROW_MODE macro for addressesRichard Henderson1-33/+18
2013-03-22target-ppc: Use NARROW_MODE macro for comparisonsRichard Henderson1-25/+16
2013-03-22target-ppc: Use NARROW_MODE macro for branchesRichard Henderson1-38/+24
2013-03-22target-ppc: Fix add and subf carry generation in narrow modeRichard Henderson1-16/+48
2013-03-22target-ppc: Use QOM method dispatch for MMU fault handlingDavid Gibson3-18/+64
2013-03-22target-ppc: Move ppc tlb_fill implementation into mmu_helper.cDavid Gibson3-42/+38
2013-03-22target-ppc: Split user only code out of mmu_helper.cDavid Gibson4-31/+50
2013-03-22mmu-hash64: Implement Virtual Page Class Key ProtectionDavid Gibson4-7/+98
2013-03-22mmu-hash*: Merge translate and fault handling functionsDavid Gibson2-233/+167
2013-03-22mmu-hash*: Don't use full ppc_hash{32, 64}_translate() path for get_phys_page...David Gibson2-10/+43
2013-03-22mmu-hash*: Correctly mask RPN from hash PTEDavid Gibson2-2/+2
2013-03-22mmu-hash*: Clean up real address calculationDavid Gibson2-13/+27
2013-03-22mmu-hash*: Clean up PTE flags updateDavid Gibson2-54/+24
2013-03-22mmu-hash64: Factor SLB N bit into permissions bitsDavid Gibson1-1/+2
2013-03-22mmu-hash*: Clean up permission checkingDavid Gibson2-116/+72
2013-03-22mmu-hash32: Remove nx from context structureDavid Gibson1-4/+4
2013-03-22mmu-hash*: Don't update PTE flags when permission is deniedDavid Gibson2-10/+14
2013-03-22mmu-hash32: Don't look up page tables on BAT permission errorDavid Gibson1-4/+1
2013-03-22mmu-hash32: Cleanup BAT lookupDavid Gibson1-43/+39
2013-03-22mmu-hash32: Clean up BAT matching logicDavid Gibson2-48/+30
2013-03-22mmu-hash32: Split BAT size logic from permissions logicDavid Gibson1-31/+40
2013-03-22mmu-hash32: Remove odd pointer usage from BAT codeDavid Gibson1-23/+24
2013-03-22mmu-hash*: Fold pte_check*() logic into callerDavid Gibson2-53/+45
2013-03-22mmu-hash64: Clean up ppc_hash64_htab_lookup()David Gibson1-18/+16
2013-03-22mmu-hash*: Remove permission checking from find_pte{32, 64}()David Gibson2-52/+58
2013-03-22mmu-hash*: Make find_pte{32, 64} do more of the job of finding ptesDavid Gibson2-147/+92
2013-03-22mmu-hash*: Separate PTEG searching from permissions checkingDavid Gibson4-67/+77
2013-03-22mmu-hash*: Don't keep looking for PTEs after we find a matchDavid Gibson2-122/+60
2013-03-22mmu-hash*: Cleanup segment-level NX checkDavid Gibson2-83/+83
2013-03-22mmu-hash32: Split direct store segment handling into a helperDavid Gibson1-56/+61
2013-03-22mmu-hash32: Split out handling of direct store segmentsDavid Gibson1-78/+78
2013-03-22mmu-hash*: Combine ppc_hash{32, 64}_get_physical_address and get_segment{32, ...David Gibson2-51/+35
2013-03-22mmu-hash*: Remove eaddr field from mmu_ctx_hash{32, 64}David Gibson2-14/+10
2013-03-22mmu-hash64: Remove nx from mmu_ctx_hash64David Gibson1-8/+8
2013-03-22mmu-hash*: Reduce use of access_typeDavid Gibson2-87/+66
2013-03-22mmu-hash*: Add hash pte load/store helpersDavid Gibson4-28/+75
2013-03-22mmu-hash*: Add header file for definitionsDavid Gibson6-90/+171
2013-03-22target-ppc: mmu_ctx_t should not be a global typeDavid Gibson4-29/+50
2013-03-22target-ppc: Disentangle BAT code for 32-bit hash MMUsDavid Gibson3-38/+142
2013-03-22target-ppc: Don't share get_pteg_offset() between 32 and 64-bitDavid Gibson5-11/+10
2013-03-22target-ppc: Disentangle hash mmu helper functionsDavid Gibson4-16/+193
2013-03-22target-ppc: Disentangle hash mmu versions of cpu_get_phys_page_debug()David Gibson5-21/+48
2013-03-22target-ppc: Disentangle hash mmu paths for cpu_ppc_handle_mmu_faultDavid Gibson5-41/+231
2013-03-22target-ppc: Disentangle get_physical_address() pathsDavid Gibson6-46/+58
2013-03-22target-ppc: Rework get_physical_address()David Gibson1-46/+52
2013-03-22target-ppc: Disentangle get_segment()David Gibson5-111/+280
2013-03-22target-ppc: Disentangle find_pte()David Gibson6-122/+164
2013-03-22target-ppc: Disentangle pte_check()David Gibson7-56/+179