Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
DXmPciLpEvent.c81 static void intReceived(struct XmPciLpEvent* eventParm, struct pt_regs* regsParm);
84 static void XmPciLpEvent_handler( struct HvLpEvent* eventParm, struct pt_regs* regsParm) in XmPciLpEvent_handler() argument
92 intReceived( (struct XmPciLpEvent*)eventParm, regsParm ); in XmPciLpEvent_handler()
110 static void intReceived(struct XmPciLpEvent* eventParm, struct pt_regs* regsParm) in intReceived() argument
121 ppc_irq_dispatch_handler(regsParm, irq); in intReceived()