Searched refs:HvLpIndex (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/include/asm-ppc64/iSeries/ |
D | HvCallCfg.h | 87 static inline HvLpIndex HvCallCfg_getLps(void) in HvCallCfg_getLps() 89 HvLpIndex retVal = HvCall0(HvCallCfgGetLps); in HvCallCfg_getLps() 101 static inline HvLpIndex HvCallCfg_getBusOwner(u64 busIndex) in HvCallCfg_getBusOwner() 103 HvLpIndex retVal = HvCall1(HvCallCfgGetBusOwner,busIndex); in HvCallCfg_getBusOwner() 122 static inline HvLpVirtualLanIndexMap HvCallCfg_getVirtualLanIndexMap(HvLpIndex lp) in HvCallCfg_getVirtualLanIndexMap() 140 static inline u64 HvCallCfg_getMsChunks(HvLpIndex lp,enum HvCallCfg_ReqQual qual) in HvCallCfg_getMsChunks() 147 static inline u64 HvCallCfg_getMinRuntimeMsChunks(HvLpIndex lp) in HvCallCfg_getMinRuntimeMsChunks() 169 static inline u64 HvCallCfg_getPhysicalProcessors(HvLpIndex lp,enum HvCallCfg_ReqQual qual) in HvCallCfg_getPhysicalProcessors() 176 static inline u64 HvCallCfg_getConfiguredBusUnitsForInterruptProc(HvLpIndex lp, in HvCallCfg_getConfiguredBusUnitsForInterruptProc() 185 static inline HvLpSharedPoolIndex HvCallCfg_getSharedPoolIndex(HvLpIndex lp) in HvCallCfg_getSharedPoolIndex() [all …]
|
D | HvLpConfig.h | 50 extern HvLpIndex HvLpConfig_getLpIndex_outline(void); 53 static inline HvLpIndex HvLpConfig_getLpIndex(void) in HvLpConfig_getLpIndex() 58 static inline HvLpIndex HvLpConfig_getPrimaryLpIndex(void) in HvLpConfig_getPrimaryLpIndex() 63 static inline HvLpIndex HvLpConfig_getLps(void) in HvLpConfig_getLps() 242 static inline HvLpVirtualLanIndexMap HvLpConfig_getVirtualLanIndexMapForLp(HvLpIndex lp) in HvLpConfig_getVirtualLanIndexMapForLp() 247 static inline HvLpIndex HvLpConfig_getBusOwner(HvBusNumber busNumber) in HvLpConfig_getBusOwner() 275 HvLpIndex busOwner = HvLpConfig_getBusOwner(busNumber); in HvLpConfig_isBusOwnedByThisLp() 279 static inline int HvLpConfig_doLpsCommunicateOnVirtualLan(HvLpIndex lp1, HvLpIndex lp2) in HvLpConfig_doLpsCommunicateOnVirtualLan() 286 static inline HvLpIndex HvLpConfig_getHostingLpIndex(HvLpIndex lp) in HvLpConfig_getHostingLpIndex()
|
D | vio.h | 59 int viopath_open(HvLpIndex remoteLp, int subtype, int numReq); 60 int viopath_close(HvLpIndex remoteLp, int subtype, int numReq); 63 int viopath_isactive(HvLpIndex lp); 64 HvLpInstanceId viopath_sourceinst(HvLpIndex lp); 65 HvLpInstanceId viopath_targetinst(HvLpIndex lp); 70 extern HvLpIndex viopath_hostLp; 71 extern HvLpIndex viopath_ourLp;
|
D | HvCall.h | 156 static inline void HvCall_clearLogBuffer(HvLpIndex lpindex) in HvCall_clearLogBuffer() 162 static inline u32 HvCall_getLogBufferCodePage(HvLpIndex lpindex) in HvCall_getLogBufferCodePage() 169 static inline int HvCall_getLogBufferFormat(HvLpIndex lpindex) in HvCall_getLogBufferFormat() 176 static inline u32 HvCall_getLogBufferLength(HvLpIndex lpindex) in HvCall_getLogBufferLength() 189 int HvCall_readLogBuffer(HvLpIndex lpindex, void *buffer, u64 bufLen); 199 static inline void HvCall_sendLpProd(HvLpIndex lpindex) in HvCall_sendLpProd()
|
D | HvCallEvent.h | 77 HvLpIndex xRemoteLp; 148 static inline HvLpEvent_Rc HvCallEvent_signalLpEventFast(HvLpIndex targetLp, in HvCallEvent_signalLpEventFast() 211 static inline HvLpInstanceId HvCallEvent_getSourceLpInstanceId(HvLpIndex targetLp, HvLpEvent_Type t… in HvCallEvent_getSourceLpInstanceId() 219 static inline HvLpInstanceId HvCallEvent_getTargetLpInstanceId(HvLpIndex targetLp, HvLpEvent_Type t… in HvCallEvent_getTargetLpInstanceId() 227 static inline void HvCallEvent_openLpEventPath(HvLpIndex targetLp, in HvCallEvent_openLpEventPath() 234 static inline void HvCallEvent_closeLpEventPath(HvLpIndex targetLp, in HvCallEvent_closeLpEventPath() 242 HvLpIndex remoteLp, in HvCallEvent_dmaBufList() 282 HvLpIndex remoteLp, in HvCallEvent_dmaSingle()
|
D | HvTypes.h | 43 typedef u8 HvLpIndex; typedef 80 #define HvMaxArchitectedLps ((HvLpIndex)HVMAXARCHITECTEDLPS) 82 #define HvLpIndexInvalid ((HvLpIndex)0xff)
|
D | mf.h | 37 extern void mf_allocateLpEvents( HvLpIndex targetLp, 44 extern void mf_deallocateLpEvents( HvLpIndex targetLp,
|
D | HvLpEvent.h | 90 extern int HvLpEvent_openPath( HvLpEvent_Type eventType, HvLpIndex lpIndex ); 95 extern int HvLpEvent_closePath( HvLpEvent_Type eventType, HvLpIndex lpIndex );
|
D | HvCallSm.h | 49 HvLpIndex lpIndex, u64 indexIntoBitMap ) in HvCallSm_get64BitsOfAccessMap()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | viopath.c | 108 HvLpIndex viopath_hostLp = 0xff; /* HvLpIndexInvalid */ 109 HvLpIndex viopath_ourLp = 0xff; 274 int viopath_isactive(HvLpIndex lp) in viopath_isactive() 287 HvLpInstanceId viopath_sourceinst(HvLpIndex lp) in viopath_sourceinst() 292 HvLpInstanceId viopath_targetinst(HvLpIndex lp) in viopath_targetinst() 302 static void sendMonMsg(HvLpIndex remoteLp) in sendMonMsg() 340 HvLpIndex remoteLp; in handleMonitorEvent() 462 HvLpIndex remoteLp; in vio_handleEvent() 546 static int allocateEvents(HvLpIndex remoteLp, int numEvents) in allocateEvents() 561 int viopath_open(HvLpIndex remoteLp, int subtype, int numReq) in viopath_open() [all …]
|
D | HvLpEvent.c | 49 int HvLpEvent_openPath( HvLpEvent_Type eventType, HvLpIndex lpIndex ) in HvLpEvent_openPath() 63 int HvLpEvent_closePath( HvLpEvent_Type eventType, HvLpIndex lpIndex ) in HvLpEvent_closePath()
|
D | HvLpConfig.c | 24 HvLpIndex HvLpConfig_getLpIndex_outline(void) in HvLpConfig_getLpIndex_outline()
|
D | HvCall.c | 31 int HvCall_readLogBuffer(HvLpIndex lpIndex, void *buffer, u64 bufLen) in HvCall_readLogBuffer()
|
D | mf.c | 91 HvLpIndex xTargetLp; 105 HvLpIndex xLpIndex; 279 HvLpIndex primaryLp = HvLpConfig_getPrimaryLpIndex(); in newStackElement() 602 void mf_allocateLpEvents( HvLpIndex targetLp, in mf_allocateLpEvents() 636 void mf_deallocateLpEvents( HvLpIndex targetLp, in mf_deallocateLpEvents()
|