aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/mmu_helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-09target/ppc: Don't compile ppc_tlb_invalid_all without TCGLucas Mateus Castro (alqotel)1-0/+4
2021-07-09target/ppc: change ppc_hash32_xlate to use mmu_idxBruno Larsen (billionai)1-1/+1
2021-07-09target/ppc: changed ppc_hash64_xlate to use mmu_idxBruno Larsen (billionai)1-1/+1
2021-07-09target/ppc: fix address translation bug for radix mmusBruno Larsen (billionai)1-3/+5
2021-07-09target/ppc: Fix compilation with FLUSH_ALL_TLBS debug optionFabiano Rosas1-8/+0
2021-07-09target/ppc: Fix compilation with DUMP_PAGE_TABLES debug optionFabiano Rosas1-1/+1
2021-07-09target/ppc: Restrict ppc_cpu_tlb_fill to TCGRichard Henderson1-0/+2
2021-07-09target/ppc: Introduce ppc_xlateRichard Henderson1-63/+37
2021-07-09target/ppc: Split out ppc_jumbo_xlateRichard Henderson1-83/+96
2021-07-09target/ppc: Remove PowerPCCPUClass.handle_mmu_faultRichard Henderson1-4/+20
2021-06-03target/ppc: added ifdefs around TCG-only codeBruno Larsen (billionai)1-2/+14
2021-06-03target/ppc: fold ppc_store_ptcr into it's only callerBruno Larsen (billionai)1-28/+0
2021-05-19target/ppc: Remove type argument for mmubooke206_get_physical_addressRichard Henderson1-2/+2
2021-05-19target/ppc: Remove type argument from mmubooke206_check_tlbRichard Henderson1-31/+15
2021-05-19target/ppc: Remove type argument from mmubooke_get_physical_addressRichard Henderson1-4/+2
2021-05-19target/ppc: Remove type argument from mmubooke_check_tlbRichard Henderson1-31/+13
2021-05-19target/ppc: Remove type argument from mmu40x_get_physical_addressRichard Henderson1-4/+2
2021-05-19target/ppc: Remove type argument from get_bat_6xx_tlbRichard Henderson1-11/+8
2021-05-19target/ppc: Remove type argument from ppc6xx_tlb_checkRichard Henderson1-6/+4
2021-05-19target/ppc: Remove type argument from ppc6xx_tlb_pte_checkRichard Henderson1-2/+2
2021-05-19target/ppc: Remove type argument from check_protRichard Henderson1-27/+6
2021-05-19target/ppc: Use MMUAccessType in mmu_helper.cRichard Henderson1-76/+85
2021-05-19target/ppc: Rename access_type to type in mmu_helper.cRichard Henderson1-32/+32
2021-05-19target/ppc: moved ppc_store_sdr1 to cpu.cBruno Larsen (billionai)1-26/+0
2020-12-14target/ppc: Introduce an mmu_is_64bit() helperGreg Kurz1-5/+5
2020-12-14target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warningsChen Qun1-2/+3
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-28ppc/: fix some comment spelling errorszhaolichang1-2/+2
2020-05-15target: Remove unnecessary CPU() castPhilippe Mathieu-Daudé1-1/+1
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