aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/excp_helper.c
AgeCommit message (Expand)Author
2023-03-24target/ppc: Fix helper_pminsn() prototypeCédric Le Goater
2023-01-04target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interruptRichard Henderson
2022-12-21target/ppc: Check DEXCR on hash{st, chk} instructionsNicholas Miehlbradt
2022-11-17target/ppc: Fix build warnings when building with 'disable-tcg'Vaibhav Jain
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-10-28target/ppc: move the p*_interrupt_powersave methods to excp_helper.cMatheus Ferst
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst
2022-10-28target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...Matheus Ferst
2022-10-28target/ppc: remove generic architecture checks from p7_deliver_interruptMatheus Ferst
2022-10-28target/ppc: remove unused interrupts from p7_deliver_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt deliver method for POWER7Matheus Ferst
2022-10-28target/ppc: remove unused interrupts from p7_next_unmasked_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt masking method for POWER7Matheus Ferst
2022-10-28target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...Matheus Ferst
2022-10-28target/ppc: remove generic architecture checks from p8_deliver_interruptMatheus Ferst
2022-10-28target/ppc: remove unused interrupts from p8_deliver_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt deliver method for POWER8Matheus Ferst
2022-10-28target/ppc: remove unused interrupts from p8_next_unmasked_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt masking method for POWER8Matheus Ferst
2022-10-28target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...Matheus Ferst
2022-10-28target/ppc: remove generic architecture checks from p9_deliver_interruptMatheus Ferst
2022-10-28target/ppc: remove unused interrupts from p9_deliver_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt deliver method for POWER9/POWER10Matheus Ferst
2022-10-28target/ppc: remove unused interrupts from p9_next_unmasked_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt masking method for POWER9/POWER10Matheus Ferst
2022-10-28target/ppc: prepare to split interrupt masking and delivery by excp_modelMatheus Ferst
2022-10-28target/ppc: split interrupt masking and delivery from ppc_hw_interruptMatheus Ferst
2022-10-28target/ppc: always use ppc_set_irq to set env->pending_interruptsMatheus Ferst
2022-10-28target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst
2022-10-17target/ppc: restore powerpc_excp_booke doorbell interruptsNicholas Piggin
2022-09-20target/ppc: Implement hashstp and hashchkpVíctor Colombo
2022-09-20target/ppc: Implement hashst and hashchkVíctor Colombo
2022-08-04ppc: Remove redundant macro MSR_BOOK3S_MASK.Yonggang Luo
2022-05-05target/ppc: Remove msr_hv macroVíctor Colombo
2022-05-05target/ppc: Remove msr_fe0 and msr_fe1 macrosVíctor Colombo
2022-05-05target/ppc: Remove msr_fp 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
2022-05-05target/ppc: Remove msr_ee macroVíctor Colombo
2022-05-05target/ppc: Remove msr_pr macroVíctor Colombo
2022-03-02target/ppc: trigger PERFM EBBs from power8-pmu.cDaniel Henrique Barboza
2022-03-02target/ppc: add PPC_INTERRUPT_EBB and EBB exceptionsDaniel Henrique Barboza
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2022-02-18target/ppc: Introduce a vhyp framework for nested HV supportNicholas Piggin
2022-02-18target/ppc: Add powerpc_reset_excp_state helperNicholas Piggin
2022-02-18target/ppc: add helper for books vhyp hypercall handlerNicholas Piggin
2022-02-09target/ppc: books: Remove excp_model argument from ppc_excp_apply_ailFabiano Rosas
2022-02-09target/ppc: Assert if MSR bits differ from msr_mask during exceptionsFabiano Rosas
2022-02-09target/ppc: powerpc_excp: Move common code to the caller functionFabiano Rosas