aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2023-06-11target/ppc: Fix PMU hflags calculationNicholas Piggin6-41/+85
2023-06-11target/ppc: Fix nested-hv HEAI deliveryNicholas Piggin1-2/+5
2023-06-11target/ppc: Fix lqarx to set cpu_reserveNicholas Piggin1-0/+1
2023-05-18target/ppc: Fix helper_pminsn() prototypeCédric Le Goater1-1/+1
2023-05-18tcg: ppc64: Fix mask generation for vextractdmShivaprasad G Bhat1-1/+1
2022-11-17target/ppc: Fix build warnings when building with 'disable-tcg'Vaibhav Jain2-0/+4
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-1/+1
2022-10-29target/ppc: Fix regression in Radix MMULeandro Lupori1-8/+21
2022-10-28target/ppc: Increment PMC5 with inline insnsLeandro Lupori4-39/+67
2022-10-28target/ppc: Add new PMC HFLAGSLeandro Lupori3-1/+13
2022-10-28target/ppc: move the p*_interrupt_powersave methods to excp_helper.cMatheus Ferst3-108/+102
2022-10-28target/ppc: unify cpu->has_work based on cs->interrupt_requestMatheus Ferst1-93/+1
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst6-1/+58
2022-10-28target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY buildsMatheus Ferst2-1/+3
2022-10-28target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...Matheus Ferst3-13/+14
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7Matheus Ferst1-20/+25
2022-10-28target/ppc: remove generic architecture checks from p7_deliver_interruptMatheus Ferst1-3/+0
2022-10-28target/ppc: remove unused interrupts from p7_deliver_interruptMatheus Ferst1-50/+0
2022-10-28target/ppc: create an interrupt deliver method for POWER7Matheus Ferst1-0/+107
2022-10-28target/ppc: remove unused interrupts from p7_next_unmasked_interruptMatheus Ferst1-55/+8
2022-10-28target/ppc: create an interrupt masking method for POWER7Matheus Ferst1-0/+108
2022-10-28target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...Matheus Ferst3-13/+14
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8Matheus Ferst1-28/+33
2022-10-28target/ppc: remove generic architecture checks from p8_deliver_interruptMatheus Ferst1-3/+0
2022-10-28target/ppc: remove unused interrupts from p8_deliver_interruptMatheus Ferst1-30/+0
2022-10-28target/ppc: create an interrupt deliver method for POWER8Matheus Ferst1-0/+107
2022-10-28target/ppc: remove unused interrupts from p8_next_unmasked_interruptMatheus Ferst1-38/+7
2022-10-28target/ppc: create an interrupt masking method for POWER8Matheus Ferst1-0/+108
2022-10-28target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...Matheus Ferst3-14/+38
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9Matheus Ferst1-76/+50
2022-10-28target/ppc: remove generic architecture checks from p9_deliver_interruptMatheus Ferst1-8/+1
2022-10-28target/ppc: remove unused interrupts from p9_deliver_interruptMatheus Ferst1-27/+0
2022-10-28target/ppc: create an interrupt deliver method for POWER9/POWER10Matheus Ferst1-0/+112
2022-10-28target/ppc: remove unused interrupts from p9_next_unmasked_interruptMatheus Ferst1-29/+7
2022-10-28target/ppc: create an interrupt masking method for POWER9/POWER10Matheus Ferst1-0/+113
2022-10-28target/ppc: prepare to split interrupt masking and delivery by excp_modelMatheus Ferst1-2/+18
2022-10-28target/ppc: split interrupt masking and delivery from ppc_hw_interruptMatheus Ferst1-76/+125
2022-10-28target/ppc: always use ppc_set_irq to set env->pending_interruptsMatheus Ferst2-17/+9
2022-10-28target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst4-88/+88
2022-10-28target/ppc: Use gvec to decode XVTSTDC[DS]PLucas Mateus Castro (alqotel)1-10/+157
2022-10-28target/ppc: Moved XSTSTDC[QDS]P to decodetreeLucas Mateus Castro (alqotel)5-90/+60
2022-10-28target/ppc: Moved XVTSTDC[DS]P to decodetreeLucas Mateus Castro (alqotel)5-14/+70
2022-10-28target/ppc: Use gvec to decode XVCPSGN[SD]PLucas Mateus Castro (alqotel)3-59/+55
2022-10-28target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]PLucas Mateus Castro (alqotel)3-12/+76
2022-10-28target/ppc: Move VABSDU[BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)5-17/+60
2022-10-28target/ppc: Move VAVG[SU][BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)5-41/+127
2022-10-28target/ppc: Move VPRTYB[WDQ] to decodetree and use gvecLucas Mateus Castro (alqotel)5-33/+71
2022-10-28target/ppc: Move VNEG[WD] to decodtree and use gvecLucas Mateus Castro (alqotel)5-18/+16
2022-10-28target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvecLucas Mateus Castro (alqotel)5-26/+60
2022-10-28target/ppc: Move VMH[R]ADDSHS instruction to decodetreeLucas Mateus Castro (alqotel)5-7/+9