aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/mmu_helper.c
AgeCommit message (Expand)Author
2024-05-24target/ppc: Move out BookE and related MMU functions from mmu_common.cBALATON Zoltan
2024-05-24target/ppc: Remove id_tlbs flag from CPU envBALATON Zoltan
2024-05-24target/ppc: Remove unused helper_rac()BALATON Zoltan
2024-05-24target/ppc: Fix broadcast tlbie synchronisationNicholas Piggin
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-02-23target/ppc: optimise ppcemb_tlb_t flushingNicholas Piggin
2024-02-23target/ppc: 440 optimise tlbwe TLB flushingNicholas Piggin
2024-02-23target/ppc: 4xx optimise tlbwe_lo TLB flushingNicholas Piggin
2024-02-23target/ppc: 4xx don't flush TLB for a newly written software TLB entryNicholas Piggin
2024-02-23target/ppc: Factor out 4xx ppcemb_tlb_t flushingNicholas Piggin
2024-02-23target/ppc: Fix 440 tlbwe TLB invalidation gapsNicholas Piggin
2023-08-31target/helpers: Remove unnecessary 'qemu/main-loop.h' headerPhilippe Mathieu-Daudé
2023-06-10target/ppc: Move ppcemb_tlb_search() to mmu_common.cBALATON Zoltan
2023-06-10target/ppc: Remove "ext" parameter of ppcemb_tlb_check()BALATON Zoltan
2023-06-10target/ppc: Remove single use functionBALATON Zoltan
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)