summaryrefslogtreecommitdiffstats
path: root/target/ppc/mmu_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Implement ISA 3.00 tlbie[l]Leandro Lupori2022-07-181-0/+154
* target/ppc: Remove msr_cm macroVíctor Colombo2022-05-051-1/+1
* target/ppc: Remove msr_gs macroVíctor Colombo2022-05-051-2/+2
* target/ppc: Remove PowerPC 601 CPUsCédric Le Goater2022-02-091-84/+0Star
* ppc/ppc405: Fix TLB flushingCédric Le Goater2022-01-281-1/+11
* ppc/ppc405: Activate MMU logsCédric Le Goater2022-01-041-52/+45Star
* target/ppc: remove 401/403 CPUsCédric Le Goater2021-12-171-1/+0Star
* target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas2021-12-171-31/+0Star
* ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb()Daniel Henrique Barboza2021-11-111-1/+1
* target/ppc: divided mmu_helper.c in 2 filesLucas Mateus Castro (alqotel)2021-08-271-1589/+1Star
* 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