aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-13target/ppc: Add power10 pmu SPRsMadhavan Srinivasan1-0/+6
2024-02-28hw/core/cpu: Remove gdb_get_dynamic_xml memberAkihiko Odaki1-1/+0
2024-02-28target/ppc: Use GDBFeature for dynamic XMLAkihiko Odaki1-3/+1
2024-02-23target/ppc: Implement core timebase state machine and TFMRNicholas Piggin1-0/+36
2024-02-23ppc/pnv: Implement the ChipTOD to Core transferNicholas Piggin1-0/+13
2024-02-23target/ppc: Improve timebase register defines namingNicholas Piggin1-4/+4
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson1-5/+0
2024-02-03target/ppc: Split out ppc_env_mmu_indexRichard Henderson1-1/+6
2023-11-07target/ppc: Move powerpc_input_t definition to 'cpu.h'Philippe Mathieu-Daudé1-0/+20
2023-11-07target/ppc: Move powerpc_mmu_t definition to 'cpu.h'Philippe Mathieu-Daudé1-0/+42
2023-11-07target/ppc: Move powerpc_excp_t definition to 'cpu.h'Philippe Mathieu-Daudé1-0/+27
2023-11-07target/ppc: Move PowerPCCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé1-0/+51
2023-11-07target/ppc: Move ppc_cpu_class_by_name() declaration to 'cpu.h'Philippe Mathieu-Daudé1-0/+1
2023-11-07target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'Philippe Mathieu-Daudé1-0/+2
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé1-2/+0
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson1-1/+0
2023-09-20ppc: spelling fixesMichael Tokarev1-1/+1
2023-09-06spapr: Fix machine reset deadlock from replay-recordNicholas Piggin1-0/+1
2023-09-06target/ppc: Fix CPU reservation migration for record-replayNicholas Piggin1-0/+2
2023-09-06target/ppc: Implement watchpoint debug facility for v2.07SNicholas Piggin1-0/+4
2023-09-06target/ppc: Implement breakpoint debug facility for v2.07SNicholas Piggin1-0/+3
2023-09-06ppc: Add stub implementation of TRIG SPRsJoel Stanley1-0/+2
2023-07-07target/ppc: Move CPU QOM definitions to cpu-qom.hPhilippe Mathieu-Daudé1-4/+0
2023-07-07target/ppc: Add LPAR-per-core vs per-thread mode flagNicholas Piggin1-0/+3
2023-06-28target/ppc: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé1-0/+2
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson1-4/+4
2023-06-25target/ppc: Add initial flags and helpers for SMT supportNicholas Piggin1-0/+9
2023-06-25target/ppc: Implement HEIR SPRNicholas Piggin1-0/+1
2023-06-10target/ppc: Implement gathering irq statisticsBALATON Zoltan1-0/+1
2023-06-10target/ppc: Ensure stcx size matches larxNicholas Piggin1-2/+3
2023-06-10target/ppc: Remove some unneded line breaksBALATON Zoltan1-5/+3
2023-06-10target/ppc: Move ppcemb_tlb_search() to mmu_common.cBALATON Zoltan1-3/+1
2023-06-10target/ppc: Remove "ext" parameter of ppcemb_tlb_check()BALATON Zoltan1-2/+1
2023-06-05tcg: Remove NO_CPU_IO_DEFSRichard Henderson1-2/+0
2023-05-23target/ppc: Use tcg_gen_qemu_{ld,st}_i128 for LQARX, LQ, STQRichard Henderson1-1/+0
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora1-0/+2
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé1-1/+1
2022-12-21target/ppc: Implement the DEXCR and HDEXCRNicholas Miehlbradt1-0/+19
2022-10-28target/ppc: Add new PMC HFLAGSLeandro Lupori1-1/+3
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst1-0/+1
2022-10-28target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY buildsMatheus Ferst1-1/+1
2022-10-28target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst1-20/+20
2022-10-06dump: Replace opaque DumpState pointer with a typed oneJanosch Frank1-2/+2
2022-09-20target/ppc: Remove unused xer_* macrosVíctor Colombo1-4/+0
2022-09-20target/ppc: Remove extra space from s128 field in ppc_vsr_tVíctor Colombo1-1/+1
2022-09-20target/ppc: Add HASHKEYR and HASHPKEYR SPRsVíctor Colombo1-0/+2
2022-07-18target/ppc: remove mfdcrux and mtdcruxMatheus Ferst1-4/+2
2022-07-18ppc: Remove unused irq_inputsCédric Le Goater1-1/+0
2022-07-06target/ppc: Add flag for ISA v2.06 BCDA instructionsMatheus Ferst1-1/+4
2022-07-06ppc: Define SETFIELD for the ppc targetAlexey Kardashevskiy1-0/+12