summaryrefslogtreecommitdiffstats
path: root/target-ppc/mmu-hash32.c
Commit message (Expand)AuthorAgeFilesLines
* qemu-log: add log category for MMU infoAntony Pavlov2014-12-161-9/+9
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-1/+1
* cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber2014-03-131-4/+4
* target-ppc: Use PowerPCCPU in PowerPCCPUClass::handle_mmu_fault hookAndreas Färber2014-03-131-2/+3
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-11/+13
* target-ppc: Change LOG_MMU_STATE() argument to CPUStateAndreas Färber2013-07-091-2/+2
* log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber2013-07-091-1/+1
* mmu-hash*: Merge translate and fault handling functionsDavid Gibson2013-03-221-138/+112
* mmu-hash*: Don't use full ppc_hash{32, 64}_translate() path for get_phys_page...David Gibson2013-03-221-7/+27
* mmu-hash*: Correctly mask RPN from hash PTEDavid Gibson2013-03-221-1/+1
* mmu-hash*: Clean up real address calculationDavid Gibson2013-03-221-2/+12
* mmu-hash*: Clean up PTE flags updateDavid Gibson2013-03-221-27/+12
* mmu-hash*: Clean up permission checkingDavid Gibson2013-03-221-55/+40
* mmu-hash32: Remove nx from context structureDavid Gibson2013-03-221-4/+4
* mmu-hash*: Don't update PTE flags when permission is deniedDavid Gibson2013-03-221-5/+7
* mmu-hash32: Don't look up page tables on BAT permission errorDavid Gibson2013-03-221-4/+1
* mmu-hash32: Cleanup BAT lookupDavid Gibson2013-03-221-43/+39
* mmu-hash32: Clean up BAT matching logicDavid Gibson2013-03-221-44/+30
* mmu-hash32: Split BAT size logic from permissions logicDavid Gibson2013-03-221-31/+40
* mmu-hash32: Remove odd pointer usage from BAT codeDavid Gibson2013-03-221-23/+24
* mmu-hash*: Fold pte_check*() logic into callerDavid Gibson2013-03-221-26/+22
* mmu-hash*: Remove permission checking from find_pte{32, 64}()David Gibson2013-03-221-21/+24
* mmu-hash*: Make find_pte{32, 64} do more of the job of finding ptesDavid Gibson2013-03-221-81/+35
* mmu-hash*: Separate PTEG searching from permissions checkingDavid Gibson2013-03-221-34/+35
* mmu-hash*: Don't keep looking for PTEs after we find a matchDavid Gibson2013-03-221-58/+28
* mmu-hash*: Cleanup segment-level NX checkDavid Gibson2013-03-221-49/+49
* mmu-hash32: Split direct store segment handling into a helperDavid Gibson2013-03-221-56/+61
* mmu-hash32: Split out handling of direct store segmentsDavid Gibson2013-03-221-78/+78
* mmu-hash*: Combine ppc_hash{32, 64}_get_physical_address and get_segment{32, ...David Gibson2013-03-221-29/+20
* mmu-hash*: Remove eaddr field from mmu_ctx_hash{32, 64}David Gibson2013-03-221-7/+5
* mmu-hash*: Reduce use of access_typeDavid Gibson2013-03-221-54/+44
* mmu-hash*: Add hash pte load/store helpersDavid Gibson2013-03-221-14/+4
* mmu-hash*: Add header file for definitionsDavid Gibson2013-03-221-44/+34
* target-ppc: mmu_ctx_t should not be a global typeDavid Gibson2013-03-221-8/+18
* target-ppc: Disentangle BAT code for 32-bit hash MMUsDavid Gibson2013-03-221-2/+138
* target-ppc: Don't share get_pteg_offset() between 32 and 64-bitDavid Gibson2013-03-221-1/+6
* target-ppc: Disentangle hash mmu helper functionsDavid Gibson2013-03-221-3/+93
* target-ppc: Disentangle hash mmu versions of cpu_get_phys_page_debug()David Gibson2013-03-221-2/+15
* target-ppc: Disentangle hash mmu paths for cpu_ppc_handle_mmu_faultDavid Gibson2013-03-221-0/+124
* target-ppc: Disentangle get_physical_address() pathsDavid Gibson2013-03-221-2/+27
* target-ppc: Disentangle get_segment()David Gibson2013-03-221-2/+147
* target-ppc: Disentangle find_pte()David Gibson2013-03-221-2/+76
* target-ppc: Disentangle pte_check()David Gibson2013-03-221-0/+85
OpenPOWER on IntegriCloud