summaryrefslogtreecommitdiffstats
path: root/target/ppc/mmu-hash64.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson2018-04-271-1/+1
* target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson2018-04-271-2/+4
* target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUsDavid Gibson2018-04-271-18/+18
* target/ppc: Split page size information into a separate allocationDavid Gibson2018-04-271-16/+45
* target/ppc: Move page size setup to helper functionDavid Gibson2018-04-271-0/+29
* target/ppc: Avoid taking "env" parameter to mmu-hash64 functionsDavid Gibson2018-04-271-16/+19
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* spapr: Small cleanup of PPC MMU enumsSam Bobroff2017-03-031-6/+6
* target/ppc: Rework hash mmu page fault code and add defines for claritySuraj Jitindar Singh2017-03-031-12/+12
* target/ppc: Move no-execute and guarded page checking into new functionSuraj Jitindar Singh2017-03-031-9/+16
* target/ppc: Add execute permission checking to access authority checkSuraj Jitindar Singh2017-03-031-5/+4Star
* target/ppc: Add Instruction Authority Mask Register CheckSuraj Jitindar Singh2017-03-031-1/+40
* target/ppc/POWER9: Add POWER9 mmu fault handlerSuraj Jitindar Singh2017-03-031-0/+8
* target/ppc: Remove the function ppc_hash64_set_sdr1()Suraj Jitindar Singh2017-03-011-18/+0Star
* target/ppc: Manage external HPT via virtual hypervisorDavid Gibson2017-03-011-68/+31Star
* target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson2017-03-011-20/+15Star
* target/ppc: Cleanup HPTE accessors for 64-bit hash MMUDavid Gibson2017-03-011-49/+54
* target/ppc: Fix KVM-HV HPTE accessorsDavid Gibson2017-03-011-3/+5
* target/ppc/POWER9: Direct all instr and data storage interrupts to the hypvSuraj Jitindar Singh2017-02-221-2/+18