summaryrefslogtreecommitdiffstats
path: root/target/ppc/mmu_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Don't compile ppc_tlb_invalid_all without TCGLucas Mateus Castro (alqotel)2021-07-091-0/+4
* target/ppc: change ppc_hash32_xlate to use mmu_idxBruno Larsen (billionai)2021-07-091-1/+1
* target/ppc: changed ppc_hash64_xlate to use mmu_idxBruno Larsen (billionai)2021-07-091-1/+1
* target/ppc: fix address translation bug for radix mmusBruno Larsen (billionai)2021-07-091-3/+5
* target/ppc: Fix compilation with FLUSH_ALL_TLBS debug optionFabiano Rosas2021-07-091-8/+0Star
* target/ppc: Fix compilation with DUMP_PAGE_TABLES debug optionFabiano Rosas2021-07-091-1/+1
* target/ppc: Restrict ppc_cpu_tlb_fill to TCGRichard Henderson2021-07-091-0/+2
* target/ppc: Introduce ppc_xlateRichard Henderson2021-07-091-63/+37Star
* target/ppc: Split out ppc_jumbo_xlateRichard Henderson2021-07-091-83/+96
* target/ppc: Remove PowerPCCPUClass.handle_mmu_faultRichard Henderson2021-07-091-4/+20
* target/ppc: added ifdefs around TCG-only codeBruno Larsen (billionai)2021-06-031-2/+14
* target/ppc: fold ppc_store_ptcr into it's only callerBruno Larsen (billionai)2021-06-031-28/+0Star
* target/ppc: Remove type argument for mmubooke206_get_physical_addressRichard Henderson2021-05-191-2/+2
* target/ppc: Remove type argument from mmubooke206_check_tlbRichard Henderson2021-05-191-31/+15Star
* target/ppc: Remove type argument from mmubooke_get_physical_addressRichard Henderson2021-05-191-4/+2Star
* target/ppc: Remove type argument from mmubooke_check_tlbRichard Henderson2021-05-191-31/+13Star
* target/ppc: Remove type argument from mmu40x_get_physical_addressRichard Henderson2021-05-191-4/+2Star
* target/ppc: Remove type argument from get_bat_6xx_tlbRichard Henderson2021-05-191-11/+8Star
* target/ppc: Remove type argument from ppc6xx_tlb_checkRichard Henderson2021-05-191-6/+4Star
* target/ppc: Remove type argument from ppc6xx_tlb_pte_checkRichard Henderson2021-05-191-2/+2
* target/ppc: Remove type argument from check_protRichard Henderson2021-05-191-27/+6Star
* target/ppc: Use MMUAccessType in mmu_helper.cRichard Henderson2021-05-191-76/+85
* target/ppc: Rename access_type to type in mmu_helper.cRichard Henderson2021-05-191-32/+32
* target/ppc: moved ppc_store_sdr1 to cpu.cBruno Larsen (billionai)2021-05-191-26/+0Star
* target/ppc: Introduce an mmu_is_64bit() helperGreg Kurz2020-12-141-5/+5
* target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warningsChen Qun2020-12-141-2/+3
* powerpc tcg: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* ppc/: fix some comment spelling errorszhaolichang2020-10-271-2/+2
* target: Remove unnecessary CPU() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* target/ppc: Rewrite a fall through commentPhilippe Mathieu-Daudé2019-08-211-3/+3
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+2
* 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