Home
last modified time | relevance | path

Searched refs:xFunction (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/ppc64/kernel/
Dviopath.c353 if (event->xFlags.xFunction == HvLpEvent_Function_Int) { in handleMonitorEvent()
419 if (event->xFlags.xFunction == HvLpEvent_Function_Int) { in handleConfig()
424 if ((event->xFlags.xFunction == HvLpEvent_Function_Int) && in handleConfig()
467 if (event->xFlags.xFunction == HvLpEvent_Function_Int) { in vio_handleEvent()
525 if ((event->xFlags.xFunction == HvLpEvent_Function_Int) && in vio_handleEvent()
DXmPciLpEvent.c90 switch( eventParm->xFlags.xFunction ) { in XmPciLpEvent_handler()
98 …printk(KERN_ERR "XmPciLpEvent.c: Unexpected event function %d\n",(int)eventParm->xFlags.xFunction); in XmPciLpEvent_handler()
Dmf.c306 newElement->event.xHvLpEvent.xFlags.xFunction = HvLpEvent_Function_Int; in newStackElement()
581 switch( event->xFlags.xFunction ) in hvHandler()
/linux-2.4.37.9/include/asm-ppc64/iSeries/
DHvLpEvent.h49 u8 xFunction:1; // Interrupt or Acknowledge ... member