Home
last modified time | relevance | path

Searched defs:kvmppc_xive_irq_state (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/kvm/
Dbook3s_xive.h28 struct kvmppc_xive_irq_state { struct
29 bool valid; /* Interrupt entry is valid */
31 u32 number; /* Guest IRQ number */
32 u32 ipi_number; /* XIVE IPI HW number */
33 struct xive_irq_data ipi_data; /* XIVE IPI associated data */
34 u32 pt_number; /* XIVE Pass-through number if any */
35 struct xive_irq_data *pt_data; /* XIVE Pass-through associated data */
60 static inline void kvmppc_xive_select_irq(struct kvmppc_xive_irq_state *state, in kvmppc_xive_select_irq() argument