summaryrefslogtreecommitdiffstats
path: root/target/ppc/mmu-hash64.h
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: fix Hash64 MMU update of PTE bit RLeandro Lupori2021-11-291-0/+5
* target/ppc: changed ppc_hash64_xlate to use mmu_idxBruno Larsen (billionai)2021-07-091-1/+1
* target/ppc: Introduce ppc_xlateRichard Henderson2021-07-091-3/+3
* target/ppc: Use MMUAccessType with *_handle_mmu_faultRichard Henderson2021-07-091-2/+2
* target/ppc: moved ppc_store_lpcr to misc_helper.cLucas Mateus Castro (alqotel)2021-05-191-1/+0Star
* target/ppc: moved function out of mmu-hash64Lucas Mateus Castro (alqotel)2021-05-191-3/+0Star
* ppc/hash64: Rework R and C bit updatesBenjamin Herrenschmidt2019-04-261-2/+0Star
* target: Clean up how the dump_mmu() printMarkus Armbruster2019-04-181-1/+1
* target/ppc: Support for POWER9 native hashBenjamin Herrenschmidt2019-02-251-18/+1Star
* target/ppc: Add basic support for "new format" HPTE as found on POWER9Benjamin Herrenschmidt2019-02-251-0/+5
* target/ppc: Add ppc_hash64_filter_pagesizes()David Gibson2018-06-221-0/+3
* target/ppc: Add ppc_store_lpcr() helperDavid Gibson2018-05-041-2/+1Star
* target/ppc: return a nil HPT base address on sPAPR machinesCédric Le Goater2018-05-041-0/+3
* target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson2018-04-271-0/+1
* target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson2018-04-271-0/+1
* target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson2018-04-271-0/+8
* target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUsDavid Gibson2018-04-271-0/+1
* target/ppc: Split page size information into a separate allocationDavid Gibson2018-04-271-0/+22
* target/ppc: Move page size setup to helper functionDavid Gibson2018-04-271-0/+11
* target/ppc: Avoid taking "env" parameter to mmu-hash64 functionsDavid Gibson2018-04-271-2/+2
* pseries: Implement HPT resizingDavid Gibson2017-07-171-0/+4
* target/ppc: Correct SDR1 maskingDavid Gibson2017-03-011-1/+1
* target/ppc: Remove the function ppc_hash64_set_sdr1()Suraj Jitindar Singh2017-03-011-3/+0Star
* target/ppc: Manage external HPT via virtual hypervisorDavid Gibson2017-03-011-2/+5
* target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson2017-03-011-0/+13
* target/ppc: Cleanup HPTE accessors for 64-bit hash MMUDavid Gibson2017-03-011-30/+16Star
* target/ppc: Fix KVM-HV HPTE accessorsDavid Gibson2017-03-011-1/+1
* target/ppc/mmu_hash64: Fix incorrect shift value in amr calculationSuraj Jitindar Singh2017-02-011-1/+1
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+136