summaryrefslogtreecommitdiff
path: root/target/ppc/mmu-hash64.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-27target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson1-1/+1
2018-04-27target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson1-2/+4
2018-04-27target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUsDavid Gibson1-18/+18
2018-04-27target/ppc: Split page size information into a separate allocationDavid Gibson1-16/+45
2018-04-27target/ppc: Move page size setup to helper functionDavid Gibson1-0/+29
2018-04-27target/ppc: Avoid taking "env" parameter to mmu-hash64 functionsDavid Gibson1-16/+19
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2017-03-03spapr: Small cleanup of PPC MMU enumsSam Bobroff1-6/+6
2017-03-03target/ppc: Rework hash mmu page fault code and add defines for claritySuraj Jitindar Singh1-12/+12
2017-03-03target/ppc: Move no-execute and guarded page checking into new functionSuraj Jitindar Singh1-9/+16
2017-03-03target/ppc: Add execute permission checking to access authority checkSuraj Jitindar Singh1-5/+4
2017-03-03target/ppc: Add Instruction Authority Mask Register CheckSuraj Jitindar Singh1-1/+40
2017-03-03target/ppc/POWER9: Add POWER9 mmu fault handlerSuraj Jitindar Singh1-0/+8
2017-03-01target/ppc: Remove the function ppc_hash64_set_sdr1()Suraj Jitindar Singh1-18/+0
2017-03-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson1-68/+31
2017-03-01target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson1-20/+15
2017-03-01target/ppc: Cleanup HPTE accessors for 64-bit hash MMUDavid Gibson1-49/+54
2017-03-01target/ppc: Fix KVM-HV HPTE accessorsDavid Gibson1-3/+5
2017-02-22target/ppc/POWER9: Direct all instr and data storage interrupts to the hypvSuraj Jitindar Singh1-2/+18
2017-02-22target/ppc/POWER9: Adapt LPCR handling for POWER9Suraj Jitindar Singh1-0/+8
2017-02-22target-ppc: add slbieg instructionNikunj A Dadhania1-2/+14
2017-02-02target/ppc/mmu_hash64: Fix printing unsigned as signed intSuraj Jitindar Singh1-2/+2
2017-01-19kvm: move cpu synchronization codeVincent Palatin1-1/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+1059