summaryrefslogtreecommitdiffstats
path: root/target-ppc/mmu-hash64.c
Commit message (Expand)AuthorAgeFilesLines
* mmu-hash*: Make find_pte{32, 64} do more of the job of finding ptesDavid Gibson2013-03-221-66/+57
* mmu-hash*: Separate PTEG searching from permissions checkingDavid Gibson2013-03-221-33/+34
* mmu-hash*: Don't keep looking for PTEs after we find a matchDavid Gibson2013-03-221-64/+32
* mmu-hash*: Cleanup segment-level NX checkDavid Gibson2013-03-221-34/+34
* mmu-hash*: Combine ppc_hash{32, 64}_get_physical_address and get_segment{32, ...David Gibson2013-03-221-22/+15
* mmu-hash*: Remove eaddr field from mmu_ctx_hash{32, 64}David Gibson2013-03-221-7/+5
* mmu-hash64: Remove nx from mmu_ctx_hash64David Gibson2013-03-221-8/+8
* mmu-hash*: Reduce use of access_typeDavid Gibson2013-03-221-33/+22
* mmu-hash*: Add hash pte load/store helpersDavid Gibson2013-03-221-14/+3
* mmu-hash*: Add header file for definitionsDavid Gibson2013-03-221-22/+13
* target-ppc: mmu_ctx_t should not be a global typeDavid Gibson2013-03-221-7/+19
* target-ppc: Don't share get_pteg_offset() between 32 and 64-bitDavid Gibson2013-03-221-1/+1
* target-ppc: Disentangle hash mmu helper functionsDavid Gibson2013-03-221-3/+96
* 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/+87
* target-ppc: Disentangle get_physical_address() pathsDavid Gibson2013-03-221-2/+17
* target-ppc: Disentangle get_segment()David Gibson2013-03-221-3/+89
* target-ppc: Disentangle find_pte()David Gibson2013-03-221-2/+77
* target-ppc: Disentangle pte_check()David Gibson2013-03-221-0/+65
* target-ppc: Move SLB handling into a mmu-hash64.cDavid Gibson2013-03-221-0/+211
OpenPOWER on IntegriCloud