Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dspapr_irq.h51 typedef struct SpaprInterruptControllerClass SpaprInterruptControllerClass; typedef
55 struct SpaprInterruptControllerClass { struct
56 InterfaceClass parent;
58 int (*activate)(SpaprInterruptController *intc, uint32_t nr_servers,
60 void (*deactivate)(SpaprInterruptController *intc);
66 int (*cpu_intc_create)(SpaprInterruptController *intc,
68 void (*cpu_intc_reset)(SpaprInterruptController *intc, PowerPCCPU *cpu);
69 void (*cpu_intc_destroy)(SpaprInterruptController *intc, PowerPCCPU *cpu);
70 int (*claim_irq)(SpaprInterruptController *intc, int irq, bool lsi,
72 void (*free_irq)(SpaprInterruptController *intc, int irq);
[all …]