aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/excp_helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-24target/ppc: Fix crash on machine check caused by ifetchNicholas Piggin1-11/+25
2023-11-07target/ppc: Use env_archcpu() in helper_book3s_msgsndp()Philippe Mathieu-Daudé1-1/+1
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-5/+5
2023-09-20ppc: spelling fixesMichael Tokarev1-7/+7
2023-09-06ppc/vhyp: reset exception state when handling vhyp hcallNicholas Piggin1-0/+3
2023-09-06target/ppc: Implement watchpoint debug facility for v2.07SNicholas Piggin1-1/+51
2023-09-06target/ppc: Implement breakpoint debug facility for v2.07SNicholas Piggin1-0/+42
2023-09-06target/ppc: Improve book3s branch trace interrupt for v2.07SNicholas Piggin1-1/+15
2023-08-04target/ppc: Fix pending HDEC when entering PM stateNicholas Piggin1-0/+6
2023-07-07target/ppc: Machine check on invalid real address access on POWER9/10Nicholas Piggin1-0/+49
2023-07-07target/ppc: Add LPAR-per-core vs per-thread mode flagNicholas Piggin1-0/+4
2023-07-07target/ppc: Get CPUState in one stepBALATON Zoltan1-8/+7
2023-07-07target/ppc: Remove some more local CPUState variables only used onceBALATON Zoltan1-5/+2
2023-07-07target/ppc: Move common check in exception handlers to a functionBALATON Zoltan1-89/+25
2023-07-07target/ppc: Remove unneeded parameter from powerpc_reset_wakeup()BALATON Zoltan1-5/+4
2023-07-07target/ppc: Remove some superfluous parenthesesBALATON Zoltan1-4/+4
2023-06-25target/ppc: Add msgsnd/p and DPDES SMT supportNicholas Piggin1-5/+25
2023-06-25target/ppc: Add ISA v3.1 LEV indication in SRR1 for system call interruptsNicholas Piggin1-0/+4
2023-06-25target/ppc: Implement HEIR SPRNicholas Piggin1-1/+16
2023-06-25target/ppc: Add SRR1 prefix indication to interrupt handlersNicholas Piggin1-1/+72
2023-06-25target/ppc: Fix instruction loading endianness in alignment interruptNicholas Piggin1-1/+21
2023-06-10target/ppc: Implement gathering irq statisticsBALATON Zoltan1-0/+1
2023-06-10target/ppc: PMU implement PERFM interruptsNicholas Piggin1-1/+1
2023-06-10target/ppc: Support directed privileged doorbell interrupt (SDOOR)Nicholas Piggin1-1/+1
2023-06-10target/ppc: Fix msgclrp interrupt typeNicholas Piggin1-1/+1
2023-06-10target/ppc: Fix nested-hv HEAI deliveryNicholas Piggin1-2/+5
2023-05-27target/ppc: Alignment faults do not set DSISR in ISA v3.0 onwardNicholas Piggin1-7/+10
2023-03-24target/ppc: Fix helper_pminsn() prototypeCédric Le Goater1-1/+1
2023-01-04target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interruptRichard Henderson1-10/+1
2022-12-21target/ppc: Check DEXCR on hash{st, chk} instructionsNicholas Miehlbradt1-15/+43
2022-11-17target/ppc: Fix build warnings when building with 'disable-tcg'Vaibhav Jain1-0/+2
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-1/+1
2022-10-28target/ppc: move the p*_interrupt_powersave methods to excp_helper.cMatheus Ferst1-0/+102
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst1-0/+42
2022-10-28target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...Matheus Ferst1-12/+12
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 Ferst1-12/+12
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 Ferst1-13/+33
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