summaryrefslogtreecommitdiff
path: root/target-ppc/mmu-hash64.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-16target-ppc: Eliminate kvmppc_kern_htab globalDavid Gibson1-6/+3
2016-03-16target-ppc: Add helpers for updating a CPU's SDR1 and external HPTDavid Gibson1-0/+6
2016-02-17target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVMDavid Gibson1-2/+2
2016-01-30target-ppc: Allow more page sizes for POWER7 & POWER8 in TCGDavid Gibson1-0/+2
2016-01-30target-ppc: Helper to determine page size information from hpte aloneDavid Gibson1-0/+3
2016-01-30target-ppc: Add new TLB invalidate by HPTE call for hash64 MMUsDavid Gibson1-0/+3
2016-01-30target-ppc: Rework ppc_store_slbDavid Gibson1-1/+2
2016-01-30target-ppc: Convert mmu-hash{32,64}.[ch] from CPUPPCState to PowerPCCPUDavid Gibson1-10/+11
2015-03-09target-ppc: Use right page size with hash table lookupAneesh Kumar K.V1-0/+3
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