Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
DHvLpEvent.c49 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()
DHvCall.c31 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/
DHvCallSm.h49 HvLpIndex lpIndex, u64 indexIntoBitMap ) in HvCallSm_get64BitsOfAccessMap() argument
51 u64 retval = HvCall2(HvCallSmGet64BitsOfAccessMap, lpIndex, in HvCallSm_get64BitsOfAccessMap()
DHvLpEvent.h90 extern int HvLpEvent_openPath( HvLpEvent_Type eventType, HvLpIndex lpIndex );
95 extern int HvLpEvent_closePath( HvLpEvent_Type eventType, HvLpIndex lpIndex );
DiSeries_dma.h49 u64 lpIndex :8; /* LpIndex for user of TCE (vb only) */ member
/linux-2.4.37.9/include/asm-ppc64/
Dpci_dma.h50 u64 lpIndex :8; /* LpIndex for user of TCE (vb only) */ member