summaryrefslogtreecommitdiffstats
path: root/target/ppc/mmu_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Use env_cpu, env_archcpuRichard Henderson2019-06-101-68/+47Star
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-1/+1
* tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson2019-05-101-6/+0Star
* target/ppc: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-9/+13
* target/ppc: improve performance of large BAT invalidationsArtyom Tarasenko2019-04-261-0/+7
* target/ppc: Style fixes for mmu_helper.cDavid Gibson2019-04-261-53/+84
* target: Clean up how the dump_mmu() printMarkus Armbruster2019-04-181-37/+33Star
* target/ppc/mmu: Use LPCR:HR to chose radix vs. hash translationBenjamin Herrenschmidt2019-02-251-7/+2Star
* target/ppc: Remove some #if 0'ed codeBenjamin Herrenschmidt2019-02-171-12/+0Star
* target/ppc: add external PID supportRoman Kapl2018-11-081-39/+133
* ppc: Remove deprecated ppcemb targetThomas Huth2018-08-281-3/+3
* hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-4/+4
* target/ppc: add basic support for PTCR on POWER9Cédric Le Goater2018-05-041-0/+29
* target/ppc: Get rid of POWERPC_MMU_VER() macrosDavid Gibson2018-04-271-12/+12
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-251-2/+2
* target-ppc: Fix booke206 tlbwe TLB instructionLuc MICHEL2018-01-161-5/+27
* booke206: fix tlbnps for fixed size TLBKONRAD Frederic2017-09-081-6/+10
* booke206: fix MAS update on tlb missKONRAD Frederic2017-08-091-1/+1
* target/ppc: Add debug function for radix mmu translationSuraj Jitindar Singh2017-07-111-1/+2
* spapr: Small cleanup of PPC MMU enumsSam Bobroff2017-03-031-42/+29Star
* target/ppc/POWER9: Add POWER9 mmu fault handlerSuraj Jitindar Singh2017-03-031-0/+15
* target/ppc: Correct SDR1 maskingDavid Gibson2017-03-011-0/+6
* target/ppc: Remove the function ppc_hash64_set_sdr1()Suraj Jitindar Singh2017-03-011-6/+5Star
* target/ppc: Manage external HPT via virtual hypervisorDavid Gibson2017-03-011-1/+2
* target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson2017-03-011-15/+16
* target-ppc: fix Book-E TLB matchingAlex Zuepke2017-02-221-1/+1
* target/ppc/POWER9: Add ISAv3.00 MMU definitionSuraj Jitindar Singh2017-02-221-0/+2
* cputlb: drop flush_global flag from tlb_flushAlex Bennée2017-01-131-16/+16
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+2907