You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/include/hw/ppc
Glenn Miles 7197f6f7ba
hw/ppc: Support for an IBM PPE42 CPU decrementer
The IBM PPE42 processors support a 32-bit decrementer
that can raise an external interrupt when DEC[0]
transitions from a 0 to a -1 (a non-negative value to a
negative value).  It also continues decrementing
even after this condition is met.

The BookE timer is slightly different in that it
raises an interrupt when the DEC value reaches 0
and stops decrementing at that point.

Support a PPE42 version of the BookE timer by
adding a new PPC_TIMER_PPE flag that has the timer
code look for the transition from a non-negative value
to a negative value and allows the value to
continue decrementing.

Signed-off-by: Glenn Miles <milesg@linux.ibm.com>
Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Link: https://lore.kernel.org/r/20250925201758.652077-8-milesg@linux.ibm.com
Message-ID: <20250925201758.652077-8-milesg@linux.ibm.com>
4 days ago
..
fdt.h
mac_dbdma.h include/system: Move exec/memory.h to system/memory.h 5 months ago
openpic.h
openpic_kvm.h
pnv.h ppc/pnv: Add XIVE2 controller to Power11 4 days ago
pnv_adu.h ppc/pnv: Implement ADU access to LPC space 1 year ago
pnv_chip.h ppc/pnv: Add PnvChipClass handler to get reference to interrupt controller 4 days ago
pnv_chiptod.h ppc/pnv: Add ChipTOD model for Power11 4 days ago
pnv_core.h ppc/pnv: Add an LPAR per core machine option 1 year ago
pnv_homer.h ppc/pnv: Make HOMER memory a RAM region 7 months ago
pnv_i2c.h
pnv_lpc.h include/system: Move exec/memory.h to system/memory.h 5 months ago
pnv_n1_chiplet.h hw/ppc: Add N1 chiplet model 2 years ago
pnv_nest_pervasive.h
pnv_occ.h include/system: Move exec/memory.h to system/memory.h 5 months ago
pnv_pnor.h ppc/pnv: Move the PNOR LPC address into struct PnvPnor 7 months ago
pnv_psi.h hw/ppc: Avoid using Monitor in pnv_psi_pic_print_info() 1 year ago
pnv_sbe.h include/system: Move exec/memory.h to system/memory.h 5 months ago
pnv_xive.h hw/ppc: Avoid using Monitor in pnv_xive2_pic_print_info() 1 year ago
pnv_xscom.h ppc/pnv: Introduce Pnv11Chip 4 days ago
ppc.h hw/ppc: Support for an IBM PPE42 CPU decrementer 4 days ago
ppc4xx.h include/system: Move exec/memory.h to system/memory.h 5 months ago
ppc_e500.h
spapr.h spapr: Generate random HASHPKEYR for spapr machines 7 months ago
spapr_cpu_core.h ppc/spapr: remove deprecated machine pseries-2.12 11 months ago
spapr_drc.h include: Rename sysemu/ -> system/ 10 months ago
spapr_irq.h hw/ppc: Avoid using Monitor in spapr_irq_print_info() 1 year ago
spapr_nested.h spapr: nested: Add support for reporting Hostwide state counter 7 months ago
spapr_numa.h
spapr_nvdimm.h
spapr_ovec.h
spapr_tpm_proxy.h
spapr_vio.h include: Rename sysemu/ -> system/ 10 months ago
spapr_xive.h
vof.h include/system: Move exec/address-spaces.h to system/address-spaces.h 5 months ago
xics.h include/system: Move exec/memory.h to system/memory.h 5 months ago
xics_spapr.h
xive.h ppc/xive: Check TIMA operations validity 2 months ago
xive2.h ppc/xive2: Implement PHYS ring VP push TIMA op 2 months ago
xive2_regs.h ppc/xive2: implement NVP context save restore for POOL ring 2 months ago
xive_regs.h ppc/xive2: Add grouping level to notification 7 months ago