summaryrefslogtreecommitdiff
path: root/target-ppc/mmu-hash32.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-13target-ppc: Use PowerPCCPU in PowerPCCPUClass::handle_mmu_fault hookAndreas Färber1-1/+1
2014-03-13target-ppc: Clean up ENV_GET_CPU() usageAndreas Färber1-4/+8
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias1-2/+4
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias1-2/+4
2013-03-22mmu-hash32: Clean up BAT matching logicDavid Gibson1-4/+0
2013-03-22mmu-hash*: Separate PTEG searching from permissions checkingDavid Gibson1-0/+4
2013-03-22mmu-hash*: Add hash pte load/store helpersDavid Gibson1-0/+28
2013-03-22mmu-hash*: Add header file for definitionsDavid Gibson1-0/+61
2013-03-22target-ppc: Don't share get_pteg_offset() between 32 and 64-bitDavid Gibson1-1/+1
2013-03-22target-ppc: Disentangle hash mmu versions of cpu_get_phys_page_debug()David Gibson1-2/+1
2013-03-22target-ppc: Disentangle hash mmu paths for cpu_ppc_handle_mmu_faultDavid Gibson1-0/+2
2013-03-22target-ppc: Disentangle get_physical_address() pathsDavid Gibson1-2/+2
2013-03-22target-ppc: Disentangle get_segment()David Gibson1-2/+2
2013-03-22target-ppc: Disentangle find_pte()David Gibson1-2/+2
2013-03-22target-ppc: Disentangle pte_check()David Gibson1-0/+12