Searched defs:kvmppc_xive_irq_state (Results 1 – 1 of 1) sorted by relevance
32 struct kvmppc_xive_irq_state { struct33 bool valid; /* Interrupt entry is valid */35 u32 number; /* Guest IRQ number */36 u32 ipi_number; /* XIVE IPI HW number */37 struct xive_irq_data ipi_data; /* XIVE IPI associated data */38 u32 pt_number; /* XIVE Pass-through number if any */39 struct xive_irq_data *pt_data; /* XIVE Pass-through associated data */42 u8 guest_priority; /* Guest set priority */43 u8 saved_priority; /* Saved priority when masking */67 static inline void kvmppc_xive_select_irq(struct kvmppc_xive_irq_state *state, in kvmppc_xive_select_irq() argument