Searched defs:pv_irq_ops (Results 1 – 2 of 2) sorted by relevance
200 struct pv_irq_ops { struct210 struct paravirt_callee_save save_fl;211 struct paravirt_callee_save restore_fl;212 struct paravirt_callee_save irq_disable;213 struct paravirt_callee_save irq_enable;215 void (*safe_halt)(void);216 void (*halt)(void);219 void (*adjust_exception_frame)(void);361 struct pv_irq_ops pv_irq_ops; member
333 __visible struct pv_irq_ops pv_irq_ops = { variable