Searched refs:lpIndex (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | HvLpEvent.c | 49 int HvLpEvent_openPath( HvLpEvent_Type eventType, HvLpIndex lpIndex ) in HvLpEvent_openPath() argument 54 if ( lpIndex == 0 ) in HvLpEvent_openPath() 55 lpIndex = itLpNaca.xLpIndex; in HvLpEvent_openPath() 56 HvCallEvent_openLpEventPath( lpIndex, eventType ); in HvLpEvent_openPath() 63 int HvLpEvent_closePath( HvLpEvent_Type eventType, HvLpIndex lpIndex ) in HvLpEvent_closePath() argument 69 if ( lpIndex == 0 ) in HvLpEvent_closePath() 70 lpIndex = itLpNaca.xLpIndex; in HvLpEvent_closePath() 71 HvCallEvent_closeLpEventPath( lpIndex, eventType ); in HvLpEvent_closePath()
|
D | HvCall.c | 31 int HvCall_readLogBuffer(HvLpIndex lpIndex, void *buffer, u64 bufLen) in HvCall_readLogBuffer() argument 78 retVal = HvCall3(HvCallBaseReadLogBuffer, lpIndex, in HvCall_readLogBuffer()
|
/linux-2.4.37.9/include/asm-ppc64/iSeries/ |
D | HvCallSm.h | 49 HvLpIndex lpIndex, u64 indexIntoBitMap ) in HvCallSm_get64BitsOfAccessMap() argument 51 u64 retval = HvCall2(HvCallSmGet64BitsOfAccessMap, lpIndex, in HvCallSm_get64BitsOfAccessMap()
|
D | HvLpEvent.h | 90 extern int HvLpEvent_openPath( HvLpEvent_Type eventType, HvLpIndex lpIndex ); 95 extern int HvLpEvent_closePath( HvLpEvent_Type eventType, HvLpIndex lpIndex );
|
D | iSeries_dma.h | 49 u64 lpIndex :8; /* LpIndex for user of TCE (vb only) */ member
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | pci_dma.h | 50 u64 lpIndex :8; /* LpIndex for user of TCE (vb only) */ member
|