Searched defs:pv_irq_ops (Results 1 – 2 of 2) sorted by relevance
181 struct pv_irq_ops { struct191 struct paravirt_callee_save save_fl;192 struct paravirt_callee_save restore_fl;193 struct paravirt_callee_save irq_disable;194 struct paravirt_callee_save irq_enable;196 void (*safe_halt)(void);197 void (*halt)(void);327 struct pv_irq_ops pv_irq_ops; member
332 __visible struct pv_irq_ops pv_irq_ops = { variable