pv_irq_ops        111 arch/x86/include/asm/paravirt.h 	PVOP_VCALL0(pv_irq_ops.safe_halt);
pv_irq_ops        116 arch/x86/include/asm/paravirt.h 	PVOP_VCALL0(pv_irq_ops.halt);
pv_irq_ops        804 arch/x86/include/asm/paravirt.h 	return PVOP_CALLEE0(unsigned long, pv_irq_ops.save_fl);
pv_irq_ops        809 arch/x86/include/asm/paravirt.h 	PVOP_VCALLEE1(pv_irq_ops.restore_fl, f);
pv_irq_ops        814 arch/x86/include/asm/paravirt.h 	PVOP_VCALLEE0(pv_irq_ops.irq_disable);
pv_irq_ops        819 arch/x86/include/asm/paravirt.h 	PVOP_VCALLEE0(pv_irq_ops.irq_enable);
pv_irq_ops        917 arch/x86/include/asm/paravirt.h 	PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_irq_disable), clobbers, \
pv_irq_ops        919 arch/x86/include/asm/paravirt.h 		  call PARA_INDIRECT(pv_irq_ops+PV_IRQ_irq_disable);	\
pv_irq_ops        923 arch/x86/include/asm/paravirt.h 	PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_irq_enable), clobbers,	\
pv_irq_ops        925 arch/x86/include/asm/paravirt.h 		  call PARA_INDIRECT(pv_irq_ops+PV_IRQ_irq_enable);	\
pv_irq_ops        971 arch/x86/include/asm/paravirt.h 	PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_adjust_exception_frame), \
pv_irq_ops        973 arch/x86/include/asm/paravirt.h 		  call PARA_INDIRECT(pv_irq_ops+PV_IRQ_adjust_exception_frame))
pv_irq_ops        348 arch/x86/include/asm/paravirt_types.h 	struct pv_irq_ops pv_irq_ops;
pv_irq_ops        358 arch/x86/include/asm/paravirt_types.h extern struct pv_irq_ops pv_irq_ops;