summaryrefslogtreecommitdiffstats
path: root/target/ppc/mmu-hash64.c
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Implement slbiagLucas Coutinho2022-07-181-0/+27
* target/ppc: Move slbfee to decodetreeLucas Coutinho2022-07-181-1/+1
* target/ppc: Move slbmfee to decodetreeLucas Coutinho2022-07-181-1/+1
* target/ppc: Move slbmfev to decodetreeLucas Coutinho2022-07-181-1/+1
* target/ppc: Move slbmte to decodetreeLucas Coutinho2022-07-181-1/+1
* target/ppc: Move slbia to decodetreeLucas Coutinho2022-07-181-1/+1
* target/ppc: Move slbieg to decodetreeLucas Coutinho2022-07-181-1/+1
* target/ppc: Move slbie to decodetreeLucas Coutinho2022-07-181-1/+1
* target/ppc: fix Hash64 MMU update of PTE bit RLeandro Lupori2021-11-291-2/+2
* target/ppc: changed ppc_hash64_xlate to use mmu_idxBruno Larsen (billionai)2021-07-091-22/+21Star
* target/ppc: Introduce ppc_xlateRichard Henderson2021-07-091-34/+3Star
* target/ppc: Split out ppc_hash64_xlateRichard Henderson2021-07-091-66/+59Star
* target/ppc: Use MMUAccessType with *_handle_mmu_faultRichard Henderson2021-07-091-5/+1Star
* target/ppc: added ifdefs around TCG-only codeBruno Larsen (billionai)2021-06-031-1/+10
* target/ppc: Use MMUAccessType in mmu-hash64.cRichard Henderson2021-05-191-22/+39
* target/ppc: Introduce prot_for_access_typeRichard Henderson2021-05-191-4/+6
* target/ppc: moved ppc_store_lpcr to misc_helper.cLucas Mateus Castro (alqotel)2021-05-191-10/+0Star
* target/ppc: moved function out of mmu-hash64Lucas Mateus Castro (alqotel)2021-05-191-57/+0Star
* target/ppc: Put LPCR[GTSE] in hflagsRichard Henderson2021-05-041-0/+3
* target/ppc: Introduce an mmu_is_64bit() helperGreg Kurz2020-12-141-1/+1
* powerpc tcg: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* ppc/: fix some comment spelling errorszhaolichang2020-10-271-1/+1
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2020-07-241-1/+1
* target/ppc: Fix ISA v3.0 (POWER9) slbia implementationNicholas Piggin2020-03-241-7/+49
* target/ppc: Fix slbia TLB invalidation gapNicholas Piggin2020-03-241-6/+15
* target/ppc: Don't store VRMA SLBE persistentlyDavid Gibson2020-03-161-57/+35Star
* target/ppc: Only calculate RMLS derived RMA limit on demandDavid Gibson2020-03-161-3/+6
* target/ppc: Correct RMLS tableDavid Gibson2020-03-161-3/+4
* target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]David Gibson2020-03-161-36/+27Star
* target/ppc: Use class fields to simplify LPCR maskingDavid Gibson2020-03-161-34/+2Star
* spapr, ppc: Remove VPM0/RMLS hacks for POWER9David Gibson2020-03-161-8/+0Star
* target/ppc: Introduce ppc_hash64_use_vrma() helperDavid Gibson2020-03-161-22/+21Star
* target/ppc: Correct handling of real mode accesses with vhyp on hash MMUDavid Gibson2020-03-161-25/+35
* ppc: Remove stub of PPC970 HID4 implementationDavid Gibson2020-03-161-28/+1Star
* target/ppc: Use env_cpu, env_archcpuRichard Henderson2019-06-101-7/+7
* ppc/hash64: Rework R and C bit updatesBenjamin Herrenschmidt2019-04-261-31/+45
* target/ppc: Style fixes for mmu-hash64.[ch]David Gibson2019-04-261-26/+42
* target: Clean up how the dump_mmu() printMarkus Armbruster2019-04-181-3/+4
* target/ppc: Implement large decrementer support for TCGSuraj Jitindar Singh2019-03-121-1/+1
* target/ppc: Support for POWER9 native hashBenjamin Herrenschmidt2019-02-251-2/+4
* target/ppc: Add basic support for "new format" HPTE as found on POWER9Benjamin Herrenschmidt2019-02-251-0/+17
* target/ppc: Fix ordering of hash MMU accessesBenjamin Herrenschmidt2019-02-251-0/+6
* target/ppc: Re-enable RMLS on POWER9 for virtual hypervisorsBenjamin Herrenschmidt2019-02-251-0/+8
* target/ppc/spapr: Set LPCR:HR when using Radix modeBenjamin Herrenschmidt2019-02-251-1/+1
* target/ppc: Add ppc_hash64_filter_pagesizes()David Gibson2018-06-221-0/+59
* Make address_space_map() take a MemTxAttrs argumentPeter Maydell2018-05-311-1/+2
* target/ppc: Add ppc_store_lpcr() helperDavid Gibson2018-05-041-4/+11
* target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson2018-04-271-6/+9
* target/ppc: Get rid of POWERPC_MMU_VER() macrosDavid Gibson2018-04-271-6/+6
* target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_modelDavid Gibson2018-04-271-1/+1