summaryrefslogtreecommitdiff
path: root/target-ppc/mmu-hash64.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-2/+4
2014-03-05target-ppc: Update ppc_hash64_store_hpte to support updating in-kernel htabAneesh Kumar K.V1-15/+2
2014-03-05target-ppc: Change the hpte store APIAneesh Kumar K.V1-16/+8
2014-03-05target-ppc: Fix page table lookup with kvm enabledAneesh Kumar K.V1-7/+15
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias1-2/+5
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias1-2/+5
2013-03-22mmu-hash64: Implement Virtual Page Class Key ProtectionDavid Gibson1-0/+2
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/+40
2013-03-22mmu-hash*: Add header file for definitionsDavid Gibson1-0/+62
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-3/+2
2013-03-22target-ppc: Disentangle find_pte()David Gibson1-2/+2
2013-03-22target-ppc: Disentangle pte_check()David Gibson1-0/+2
2013-03-22target-ppc: Move SLB handling into a mmu-hash64.cDavid Gibson1-0/+14