aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/mmu_helper.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-21target/ppc: Rewrite a fall through commentPhilippe Mathieu-Daudé1-3/+3
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+2
2019-06-10target/ppc: Use env_cpu, env_archcpuRichard Henderson1-68/+47
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-1/+1
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson1-6/+0
2019-05-10target/ppc: Convert to CPUClass::tlb_fillRichard Henderson1-9/+13
2019-04-26target/ppc: improve performance of large BAT invalidationsArtyom Tarasenko1-0/+7
2019-04-26target/ppc: Style fixes for mmu_helper.cDavid Gibson1-53/+84
2019-04-18target: Clean up how the dump_mmu() printMarkus Armbruster1-37/+33
2019-02-26target/ppc/mmu: Use LPCR:HR to chose radix vs. hash translationBenjamin Herrenschmidt1-7/+2
2019-02-17target/ppc: Remove some #if 0'ed codeBenjamin Herrenschmidt1-12/+0
2018-11-08target/ppc: add external PID supportRoman Kapl1-39/+133
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth1-3/+3
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-4/+4
2018-05-04target/ppc: add basic support for PTCR on POWER9Cédric Le Goater1-0/+29
2018-04-27target/ppc: Get rid of POWERPC_MMU_VER() macrosDavid Gibson1-12/+12
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-2/+2
2018-01-17target-ppc: Fix booke206 tlbwe TLB instructionLuc MICHEL1-5/+27
2017-09-08booke206: fix tlbnps for fixed size TLBKONRAD Frederic1-6/+10
2017-08-09booke206: fix MAS update on tlb missKONRAD Frederic1-1/+1
2017-07-11target/ppc: Add debug function for radix mmu translationSuraj Jitindar Singh1-1/+2
2017-03-03spapr: Small cleanup of PPC MMU enumsSam Bobroff1-42/+29
2017-03-03target/ppc/POWER9: Add POWER9 mmu fault handlerSuraj Jitindar Singh1-0/+15
2017-03-01target/ppc: Correct SDR1 maskingDavid Gibson1-0/+6
2017-03-01target/ppc: Remove the function ppc_hash64_set_sdr1()Suraj Jitindar Singh1-6/+5
2017-03-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson1-1/+2
2017-03-01target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson1-15/+16
2017-02-22target-ppc: fix Book-E TLB matchingAlex Zuepke1-1/+1
2017-02-22target/ppc/POWER9: Add ISAv3.00 MMU definitionSuraj Jitindar Singh1-0/+2
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée1-16/+16
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+2907