aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/mmu-hash64.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-26target/ppc: Unexport some functions from mmu-book3s-v3.hBALATON Zoltan1-0/+1
2023-08-04target/ppc: Fix VRMA page size for ISA v3.0Nicholas Piggin1-0/+5
2021-11-29target/ppc: fix Hash64 MMU update of PTE bit RLeandro Lupori1-0/+5
2021-07-09target/ppc: changed ppc_hash64_xlate to use mmu_idxBruno Larsen (billionai)1-1/+1
2021-07-09target/ppc: Introduce ppc_xlateRichard Henderson1-3/+3
2021-07-09target/ppc: Use MMUAccessType with *_handle_mmu_faultRichard Henderson1-2/+2
2021-05-19target/ppc: moved ppc_store_lpcr to misc_helper.cLucas Mateus Castro (alqotel)1-1/+0
2021-05-19target/ppc: moved function out of mmu-hash64Lucas Mateus Castro (alqotel)1-3/+0
2019-04-26ppc/hash64: Rework R and C bit updatesBenjamin Herrenschmidt1-2/+0
2019-04-18target: Clean up how the dump_mmu() printMarkus Armbruster1-1/+1
2019-02-26target/ppc: Support for POWER9 native hashBenjamin Herrenschmidt1-18/+1
2019-02-26target/ppc: Add basic support for "new format" HPTE as found on POWER9Benjamin Herrenschmidt1-0/+5
2018-06-22target/ppc: Add ppc_hash64_filter_pagesizes()David Gibson1-0/+3
2018-05-04target/ppc: Add ppc_store_lpcr() helperDavid Gibson1-2/+1
2018-05-04target/ppc: return a nil HPT base address on sPAPR machinesCédric Le Goater1-0/+3
2018-04-27target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson1-0/+1
2018-04-27target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson1-0/+1
2018-04-27target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson1-0/+8
2018-04-27target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUsDavid Gibson1-0/+1
2018-04-27target/ppc: Split page size information into a separate allocationDavid Gibson1-0/+22
2018-04-27target/ppc: Move page size setup to helper functionDavid Gibson1-0/+11
2018-04-27target/ppc: Avoid taking "env" parameter to mmu-hash64 functionsDavid Gibson1-2/+2
2017-07-17pseries: Implement HPT resizingDavid Gibson1-0/+4
2017-03-01target/ppc: Correct SDR1 maskingDavid Gibson1-1/+1
2017-03-01target/ppc: Remove the function ppc_hash64_set_sdr1()Suraj Jitindar Singh1-3/+0
2017-03-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson1-2/+5
2017-03-01target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson1-0/+13
2017-03-01target/ppc: Cleanup HPTE accessors for 64-bit hash MMUDavid Gibson1-30/+16
2017-03-01target/ppc: Fix KVM-HV HPTE accessorsDavid Gibson1-1/+1
2017-02-02target/ppc/mmu_hash64: Fix incorrect shift value in amr calculationSuraj Jitindar Singh1-1/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+136