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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dcall_sm.h31 static inline u64 HvCallSm_get64BitsOfAccessMap(HvLpIndex lpIndex, argument
34 return HvCall2(HvCallSmGet64BitsOfAccessMap, lpIndex, indexIntoBitMap);
H A Dlpevents.c251 * lpIndex is the partition index of the target partition.
255 int HvLpEvent_openPath(HvLpEvent_Type eventType, HvLpIndex lpIndex) argument
259 if (lpIndex == 0)
260 lpIndex = itLpNaca.xLpIndex;
261 HvCallEvent_openLpEventPath(lpIndex, eventType);
268 int HvLpEvent_closePath(HvLpEvent_Type eventType, HvLpIndex lpIndex) argument
273 if (lpIndex == 0)
274 lpIndex = itLpNaca.xLpIndex;
275 HvCallEvent_closeLpEventPath(lpIndex, eventType);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dcall_sm.h31 static inline u64 HvCallSm_get64BitsOfAccessMap(HvLpIndex lpIndex, argument
34 return HvCall2(HvCallSmGet64BitsOfAccessMap, lpIndex, indexIntoBitMap);
H A Dlpevents.c251 * lpIndex is the partition index of the target partition.
255 int HvLpEvent_openPath(HvLpEvent_Type eventType, HvLpIndex lpIndex) argument
259 if (lpIndex == 0)
260 lpIndex = itLpNaca.xLpIndex;
261 HvCallEvent_openLpEventPath(lpIndex, eventType);
268 int HvLpEvent_closePath(HvLpEvent_Type eventType, HvLpIndex lpIndex) argument
273 if (lpIndex == 0)
274 lpIndex = itLpNaca.xLpIndex;
275 HvCallEvent_closeLpEventPath(lpIndex, eventType);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/iseries/
H A Dhv_lp_event.h74 * The lpIndex specified is the partition index for the target partition
77 extern int HvLpEvent_openPath(HvLpEvent_Type eventType, HvLpIndex lpIndex);
83 extern int HvLpEvent_closePath(HvLpEvent_Type eventType, HvLpIndex lpIndex);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/iseries/
H A Dhv_lp_event.h74 * The lpIndex specified is the partition index for the target partition
77 extern int HvLpEvent_openPath(HvLpEvent_Type eventType, HvLpIndex lpIndex);
83 extern int HvLpEvent_closePath(HvLpEvent_Type eventType, HvLpIndex lpIndex);

Completed in 116 milliseconds