summaryrefslogtreecommitdiffstats
path: root/target-ppc/mmu-hash32.c
Commit message (Expand)AuthorAgeFilesLines
* 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