aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell1-0/+2
2024-06-24gdbstub: move enums into separate headerAlex Bennée1-1/+1
2024-05-24target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()BALATON Zoltan3-87/+47
2024-05-24target/ppc: Move out BookE and related MMU functions from mmu_common.cBALATON Zoltan6-510/+551
2024-05-24target/ppc: Add a function to check for page protection bitBALATON Zoltan6-36/+28
2024-05-24target/ppc/mmu-radix64.c: Drop a local variableBALATON Zoltan1-3/+2
2024-05-24target/ppc/mmu-hash32.c: Drop a local variableBALATON Zoltan1-5/+2
2024-05-24target/ppc: Split off common embedded TLB initBALATON Zoltan1-29/+17
2024-05-24target/ppc: Remove id_tlbs flag from CPU envBALATON Zoltan5-34/+13
2024-05-24target/ppc: Move mmu_ctx_t type to mmu_common.cBALATON Zoltan2-12/+11
2024-05-24target/ppc: Transform ppc_jumbo_xlate() into ppc_6xx_xlate()BALATON Zoltan2-30/+13
2024-05-24target/ppc: Split off 40x cases from ppc_jumbo_xlate()BALATON Zoltan1-57/+93
2024-05-24target/ppc: Split off real mode handling from get_physical_address_wtlb()BALATON Zoltan1-19/+27
2024-05-24target/ppc: Simplify ppc_booke_xlate() part 2BALATON Zoltan1-32/+20
2024-05-24target/ppc: Simplify ppc_booke_xlate() part 1BALATON Zoltan1-29/+12
2024-05-24target/ppc: Split off BookE handling from ppc_jumbo_xlate()BALATON Zoltan1-50/+96
2024-05-24target/ppc: Remove BookE from direct store handlingBALATON Zoltan1-6/+1
2024-05-24target/ppc: Don't use mmu_ctx_t in mmubooke206_get_physical_address()BALATON Zoltan1-22/+10
2024-05-24target/ppc: Don't use mmu_ctx_t in mmubooke_get_physical_address()BALATON Zoltan1-20/+10
2024-05-24target/ppc: Don't use mmu_ctx_t for mmu40x_get_physical_address()BALATON Zoltan1-22/+15
2024-05-24target/ppc: Replace hard coded constants in ppc_jumbo_xlate()BALATON Zoltan1-2/+2
2024-05-24target/ppc: Deindent ppc_jumbo_xlate()BALATON Zoltan1-160/+159
2024-05-24target/ppc: Fix misindented qemu_log_mask() callsBALATON Zoltan1-22/+20
2024-05-24target/ppc: Inline and remove check_physical()BALATON Zoltan1-23/+3
2024-05-24target/ppc: Split off real mode cases in get_physical_address_wtlb()BALATON Zoltan1-25/+9
2024-05-24target/ppc: Split out BookE xlate cases before checking real modeBALATON Zoltan1-7/+7
2024-05-24target/ppc: Eliminate ret from mmu6xx_get_physical_address()BALATON Zoltan1-45/+39
2024-05-24target/ppc: Move some debug logging in ppc6xx_tlb_check()BALATON Zoltan1-30/+24
2024-05-24target/ppc: Move else branch to avoid large if block in mmu6xx_get_physical_a...BALATON Zoltan1-37/+34
2024-05-24target/ppc: Introduce mmu6xx_get_physical_address()BALATON Zoltan1-14/+12
2024-05-24target/ppc: Drop cases for unimplemented MPC8xx MMUBALATON Zoltan1-10/+2
2024-05-24target/ppc: Simplify checking for real mode in get_physical_address_wtlb()BALATON Zoltan1-2/+4
2024-05-24target/ppc: Remove unneeded local variable from booke tlb checksBALATON Zoltan1-17/+13
2024-05-24target/ppc: Move calculation of a value closer to its usage in booke tlb checksBALATON Zoltan1-19/+17
2024-05-24target/ppc: Remove unused helper_rac()BALATON Zoltan2-26/+0
2024-05-24target/ppc: Remove unused struct 'mmu_ctx_hash32'Dr. David Alan Gilbert1-6/+0
2024-05-24target/ppc: add SMT support to msgsnd broadcastNicholas Piggin4-21/+46
2024-05-24target/ppc: Implement SPRC/SPRD SPRsNicholas Piggin6-2/+105
2024-05-24target/ppc: Implement LDBAR, TTR SPRsNicholas Piggin2-0/+12
2024-05-24target/ppc: Add SMT support to PTCR SPRNicholas Piggin2-2/+18
2024-05-24target/ppc: Add SMT support to simple SPRsNicholas Piggin1-6/+6
2024-05-24target/ppc: add helper to write per-LPAR SPRsNicholas Piggin2-0/+30
2024-05-24target/ppc: Add PPR32 SPRNicholas Piggin4-0/+39
2024-05-24target/ppc: BookE DECAR SPR is 32-bitNicholas Piggin1-1/+1
2024-05-24target/ppc: Implement attn instruction on BookS 64-bit processorsNicholas Piggin6-9/+130
2024-05-24target/ppc: improve checkstop loggingNicholas Piggin1-6/+8
2024-05-24target/ppc: Make checkstop actually stop the systemNicholas Piggin1-3/+13
2024-05-24target/ppc: Remove redundant MEMOP_GET_SIZE macroNicholas Piggin1-5/+3
2024-05-24target/ppc: larx/stcx generation need only apply DEF_MEMOP() onceNicholas Piggin1-9/+9
2024-05-24target/ppc: Add migration support for BHRBGlenn Miles1-0/+21