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