Searched defs:pv_irq_ops (Results 1 – 1 of 1) sorted by relevance
130 struct pv_irq_ops { struct131 void (*init_IRQ)(void);139 unsigned long (*save_fl)(void);140 void (*restore_fl)(unsigned long);141 void (*irq_disable)(void);142 void (*irq_enable)(void);143 void (*safe_halt)(void);144 void (*halt)(void);253 struct pv_irq_ops pv_irq_ops; member