aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2024-07-26target/ppc: Remove includes from mmu-book3s-v3.hBALATON Zoltan3-3/+2
2024-07-26target/ppc/mmu-radix64: Remove externally unused parts from headerBALATON Zoltan3-53/+50
2024-07-26target/ppc: Unexport some functions from mmu-book3s-v3.hBALATON Zoltan3-40/+50
2024-07-26target/ppc/mmu-hash32.c: Move get_pteg_offset32() to the headerBALATON Zoltan2-8/+5
2024-07-26target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_raddr()BALATON Zoltan1-13/+5
2024-07-26target/ppc/mmu_common.c: Remove mmu_ctx_tBALATON Zoltan1-18/+7
2024-07-26target/ppc/mmu_common.c: Stop using ctx in get_bat_6xx_tlb()BALATON Zoltan1-8/+9
2024-07-26target/ppc: Remove bat_size_prot()BALATON Zoltan3-57/+27
2024-07-26target/ppc/mmu_common.c: Use defines instead of numeric constantsBALATON Zoltan1-13/+13
2024-07-26target/ppc/mmu_common.c: Rename function parameterBALATON Zoltan1-9/+9
2024-07-26target/ppc/mmu_common.c: Stop using ctx in ppc6xx_tlb_check()BALATON Zoltan1-13/+13
2024-07-26target/ppc/mmu_common.c: Remove key field from mmu_ctx_tBALATON Zoltan1-12/+14
2024-07-26target/ppc/mmu_common.c: Init variable in function that relies on itBALATON Zoltan1-2/+2
2024-07-26target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_prot()BALATON Zoltan1-15/+4
2024-07-26target/ppc: Add function to get protection key for hash32 MMUBALATON Zoltan3-5/+12
2024-07-26target/ppc/mmu_common.c: Remove ptem field from mmu_ctx_tBALATON Zoltan1-9/+14
2024-07-26target/ppc/mmu_common.c: Inline and remove ppc6xx_tlb_pte_check()BALATON Zoltan1-49/+22
2024-07-26target/ppc/mmu_common.c: Simplify a switch statementBALATON Zoltan1-15/+4
2024-07-26target/ppc/mmu_common.c: Remove single use local variableBALATON Zoltan1-3/+1
2024-07-26target/ppc/mmu_common.c: Convert local variable to boolBALATON Zoltan1-3/+3
2024-07-26target/ppc/mmu_common.c: Remove nx field from mmu_ctx_tBALATON Zoltan1-12/+12
2024-07-26target/ppc/mmu_common.c: Remove pte_update_flags()BALATON Zoltan1-28/+13
2024-07-26target/ppc/mmu_common.c: Remove hash field from mmu_ctx_tBALATON Zoltan1-11/+8
2024-07-26target/ppc/mmu_common.c: Remove unused field from mmu_ctx_tBALATON Zoltan1-2/+0
2024-07-26target/ppc/mmu_common.c: Simplify ppc6xx_tlb_pte_check()BALATON Zoltan1-24/+19
2024-07-26target/ppc/mmu_common.c: Return directly in ppc6xx_tlb_pte_check()BALATON Zoltan1-7/+3
2024-07-26target/ppc/mmu_common.c: Remove yet another single use local variableBALATON Zoltan1-3/+2
2024-07-26target/ppc/mmu_common.c: Remove another single use local variableBALATON Zoltan1-4/+3
2024-07-26target/ppc/mmu_common.c: Remove single use local variableBALATON Zoltan1-3/+2
2024-07-26target/ppc/mmu_common.c: Remove single use local variableBALATON Zoltan1-3/+1
2024-07-26target/ppc/mmu_common.c: Remove local name for a constantBALATON Zoltan1-3/+2
2024-07-26target/ppc: Reorganise and rename ppc_hash32_pp_prot()BALATON Zoltan3-24/+15
2024-07-26target/ppc : Update VSX storage access insns to use tcg_gen_qemu _ld/st_i128.Chinmay Rath1-41/+33
2024-07-26target/ppc: Update VMX storage access insns to use tcg_gen_qemu_ld/st_i128.Chinmay Rath1-22/+20
2024-07-26target/ppc: Move get/set_avr64 functions to vmx-impl.c.inc.Chinmay Rath2-10/+10
2024-07-26target/ppc: Move VSX fp compare insns to decodetree.Chinmay Rath5-60/+48
2024-07-26target/ppc: Move VSX vector storage access insns to decodetree.Chinmay Rath3-124/+97
2024-07-26target/ppc: Move VSX vector with length storage access insns to decodetree.Chinmay Rath6-45/+96
2024-07-26target/ppc: Moving VSX scalar storage access insns to decodetree.Chinmay Rath3-54/+49
2024-07-26target/ppc: Move VSX logical instructions to decodetree.Chinmay Rath3-32/+29
2024-07-26target/ppc: Move VSX arithmetic and max/min insns to decodetree.Chinmay Rath5-102/+101
2024-07-26target/ppc: Move ISA300 flag check out of do_helper_XX3.Chinmay Rath1-9/+7
2024-07-26target/ppc: Improve VMX integer add/sub saturate instructions.Chinmay Rath1-7/+7
2024-07-26target/ppc: Move VMX integer add/sub saturate insns to decodetree.Chinmay Rath5-99/+220
2024-07-26ppc/pnv: Add an LPAR per core machine optionNicholas Piggin1-1/+2
2024-07-26ppc/pnv: Add POWER10 ChipTOD quirk for big-coreNicholas Piggin1-0/+9
2024-07-26ppc/pnv: Implement Power9 CPU core thread state indirect registerNicholas Piggin1-0/+17
2024-07-26ppc: Add has_smt_siblings property to CPUPPCStateNicholas Piggin1-1/+2
2024-07-26target/ppc: Add helpers to check for SMT sibling threadsNicholas Piggin5-47/+30
2024-07-26ppc: Add a core_index to CPUPPCState for SMT vCPUsNicholas Piggin1-4/+5