aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/mmu_helper.c
AgeCommit message (Expand)Author
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2022-07-18target/ppc: Implement ISA 3.00 tlbie[l]Leandro Lupori
2022-05-05target/ppc: Remove msr_cm macroVíctor Colombo
2022-05-05target/ppc: Remove msr_gs macroVíctor Colombo
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater
2022-01-28ppc/ppc405: Fix TLB flushingCédric Le Goater
2022-01-04ppc/ppc405: Activate MMU logsCédric Le Goater
2021-12-17target/ppc: remove 401/403 CPUsCédric Le Goater
2021-12-17target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas
2021-11-11ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb()Daniel Henrique Barboza
2021-08-27target/ppc: divided mmu_helper.c in 2 filesLucas Mateus Castro (alqotel)
2021-07-09target/ppc: Don't compile ppc_tlb_invalid_all without TCGLucas Mateus Castro (alqotel)
2021-07-09target/ppc: change ppc_hash32_xlate to use mmu_idxBruno Larsen (billionai)
2021-07-09target/ppc: changed ppc_hash64_xlate to use mmu_idxBruno Larsen (billionai)
2021-07-09target/ppc: fix address translation bug for radix mmusBruno Larsen (billionai)
2021-07-09target/ppc: Fix compilation with FLUSH_ALL_TLBS debug optionFabiano Rosas
2021-07-09target/ppc: Fix compilation with DUMP_PAGE_TABLES debug optionFabiano Rosas
2021-07-09target/ppc: Restrict ppc_cpu_tlb_fill to TCGRichard Henderson
2021-07-09target/ppc: Introduce ppc_xlateRichard Henderson
2021-07-09target/ppc: Split out ppc_jumbo_xlateRichard Henderson
2021-07-09target/ppc: Remove PowerPCCPUClass.handle_mmu_faultRichard Henderson
2021-06-03target/ppc: added ifdefs around TCG-only codeBruno Larsen (billionai)
2021-06-03target/ppc: fold ppc_store_ptcr into it's only callerBruno Larsen (billionai)
2021-05-19target/ppc: Remove type argument for mmubooke206_get_physical_addressRichard Henderson
2021-05-19target/ppc: Remove type argument from mmubooke206_check_tlbRichard Henderson
2021-05-19target/ppc: Remove type argument from mmubooke_get_physical_addressRichard Henderson
2021-05-19target/ppc: Remove type argument from mmubooke_check_tlbRichard Henderson
2021-05-19target/ppc: Remove type argument from mmu40x_get_physical_addressRichard Henderson
2021-05-19target/ppc: Remove type argument from get_bat_6xx_tlbRichard Henderson
2021-05-19target/ppc: Remove type argument from ppc6xx_tlb_checkRichard Henderson
2021-05-19target/ppc: Remove type argument from ppc6xx_tlb_pte_checkRichard Henderson
2021-05-19target/ppc: Remove type argument from check_protRichard Henderson
2021-05-19target/ppc: Use MMUAccessType in mmu_helper.cRichard Henderson
2021-05-19target/ppc: Rename access_type to type in mmu_helper.cRichard Henderson
2021-05-19target/ppc: moved ppc_store_sdr1 to cpu.cBruno Larsen (billionai)
2020-12-14target/ppc: Introduce an mmu_is_64bit() helperGreg Kurz
2020-12-14target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warningsChen Qun
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant
2020-10-28ppc/: fix some comment spelling errorszhaolichang
2020-05-15target: Remove unnecessary CPU() castPhilippe Mathieu-Daudé
2019-08-21target/ppc: Rewrite a fall through commentPhilippe Mathieu-Daudé
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-06-10target/ppc: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson
2019-05-10target/ppc: Convert to CPUClass::tlb_fillRichard Henderson
2019-04-26target/ppc: improve performance of large BAT invalidationsArtyom Tarasenko
2019-04-26target/ppc: Style fixes for mmu_helper.cDavid Gibson
2019-04-18target: Clean up how the dump_mmu() printMarkus Armbruster
2019-02-26target/ppc/mmu: Use LPCR:HR to chose radix vs. hash translationBenjamin Herrenschmidt