Home
last modified time | relevance | path

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

/arch/powerpc/platforms/iseries/
Dlpevents.c145 if (event->xType < HvLpEvent_Type_NumTypes) in process_hvlpevents()
146 __get_cpu_var(hvlpevent_counts)[event->xType]++; in process_hvlpevents()
147 if (event->xType < HvLpEvent_Type_NumTypes && in process_hvlpevents()
148 lpEventHandler[event->xType]) in process_hvlpevents()
149 lpEventHandler[event->xType](event); in process_hvlpevents()
151 u8 type = event->xType; in process_hvlpevents()
Dirq.c147 if (event && (event->xType == HvLpEvent_Type_PciIo)) { in pci_event_handler()
156 (int)event->xType); in pci_event_handler()
Dmf.c257 hev->xType = HvLpEvent_Type_MachineFac; in new_pending_event()
519 if ((event != NULL) && (event->xType == HvLpEvent_Type_MachineFac)) { in hv_handler()
1059 return_stuff.xType = 0;
/arch/powerpc/include/asm/iseries/
Dhv_lp_event.h36 u8 xType; /* Type of message x01-x01 */ member