aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/cpu.h
AgeCommit message (Expand)Author
2023-07-07target/ppc: Move CPU QOM definitions to cpu-qom.hPhilippe Mathieu-Daudé
2023-07-07target/ppc: Add LPAR-per-core vs per-thread mode flagNicholas Piggin
2023-06-28target/ppc: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson
2023-06-25target/ppc: Add initial flags and helpers for SMT supportNicholas Piggin
2023-06-25target/ppc: Implement HEIR SPRNicholas Piggin
2023-06-10target/ppc: Implement gathering irq statisticsBALATON Zoltan
2023-06-10target/ppc: Ensure stcx size matches larxNicholas Piggin
2023-06-10target/ppc: Remove some unneded line breaksBALATON Zoltan
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-05tcg: Remove NO_CPU_IO_DEFSRichard Henderson
2023-05-23target/ppc: Use tcg_gen_qemu_{ld,st}_i128 for LQARX, LQ, STQRichard Henderson
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé
2022-12-21target/ppc: Implement the DEXCR and HDEXCRNicholas Miehlbradt
2022-10-28target/ppc: Add new PMC HFLAGSLeandro Lupori
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst
2022-10-28target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY buildsMatheus Ferst
2022-10-28target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst
2022-10-06dump: Replace opaque DumpState pointer with a typed oneJanosch Frank
2022-09-20target/ppc: Remove unused xer_* macrosVíctor Colombo
2022-09-20target/ppc: Remove extra space from s128 field in ppc_vsr_tVíctor Colombo
2022-09-20target/ppc: Add HASHKEYR and HASHPKEYR SPRsVíctor Colombo
2022-07-18target/ppc: remove mfdcrux and mtdcruxMatheus Ferst
2022-07-18ppc: Remove unused irq_inputsCédric Le Goater
2022-07-06target/ppc: Add flag for ISA v2.06 BCDA instructionsMatheus Ferst
2022-07-06ppc: Define SETFIELD for the ppc targetAlexey Kardashevskiy
2022-07-06target/ppc: Change FPSCR_* to follow POWER ISA numbering conventionVíctor Colombo
2022-05-26target/ppc: Implemented xvf16ger*Lucas Mateus Castro (alqotel)
2022-05-26target/ppc: Implemented xvf*ger*Lucas Mateus Castro (alqotel)
2022-05-26target/ppc: Implemented xvi*ger* instructionsLucas Mateus Castro (alqotel)
2022-05-26target/ppc: Implement xxm[tf]acc and xxsetacczLucas Mateus Castro (alqotel)
2022-05-26target/ppc: Implement lwsync with weaker memory orderingNicholas Piggin
2022-05-26target/ppc: Fix FPSCR.FI bit being cleared when it shouldn'tVíctor Colombo
2022-05-05target/ppc: Change MSR_* to follow POWER ISA numbering conventionVíctor Colombo
2022-05-05target/ppc: Add unused msr bits FIELDsVíctor Colombo
2022-05-05target/ppc: Remove msr_de macroVíctor Colombo
2022-05-05target/ppc: Remove msr_hv macroVíctor Colombo
2022-05-05target/ppc: Remove msr_ts macroVíctor Colombo
2022-05-05target/ppc: Remove msr_fe0 and msr_fe1 macrosVíctor Colombo
2022-05-05target/ppc: Remove msr_ep macroVíctor Colombo
2022-05-05target/ppc: Remove msr_dr macroVíctor Colombo
2022-05-05target/ppc: Remove msr_ir macroVíctor Colombo
2022-05-05target/ppc: Remove msr_cm macroVíctor Colombo
2022-05-05target/ppc: Remove msr_fp macroVíctor Colombo
2022-05-05target/ppc: Remove msr_gs macroVíctor Colombo
2022-05-05target/ppc: Remove msr_me macroVíctor Colombo
2022-05-05target/ppc: Remove msr_pow macroVíctor Colombo
2022-05-05target/ppc: Remove msr_ce macroVíctor Colombo